implement patchbay-based output

This commit is contained in:
tildearrow 2023-01-06 18:44:20 -05:00
parent 6273275b47
commit 1154a2bda6
5 changed files with 79 additions and 27 deletions

View file

@ -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);