implement patchbay-based output
This commit is contained in:
parent
6273275b47
commit
1154a2bda6
5 changed files with 79 additions and 27 deletions
|
|
@ -835,6 +835,9 @@ class DivEngine {
|
|||
bool moveWaveDown(int which);
|
||||
bool moveSampleDown(int which);
|
||||
|
||||
// automatic patchbay
|
||||
void autoPatchbay();
|
||||
|
||||
// play note
|
||||
void noteOn(int chan, int ins, int note, int vol=-1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue