| 671 | return tmp; |
| 672 | } |
| 673 | virtual void TableCopyOut(int table, MYFLT *dest){ |
| 674 | csoundTableCopyOut(csound,table,dest); |
| 675 | } |
| 676 | virtual void TableCopyIn(int table, MYFLT *src){ |
| 677 | csoundTableCopyIn(csound,table,src); |
| 678 | } |
nothing calls this directly
no test coverage detected