allow sample preview via keyboard
This commit is contained in:
parent
05bbfaced2
commit
46fd774f30
4 changed files with 53 additions and 3 deletions
|
|
@ -263,7 +263,8 @@ class DivEngine {
|
|||
void syncReset();
|
||||
|
||||
// trigger sample preview
|
||||
void previewSample(int sample);
|
||||
void previewSample(int sample, int note=-1);
|
||||
void stopSamplePreview();
|
||||
|
||||
// trigger wave preview
|
||||
void previewWave(int wave, int note);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue