MIDI input: wave and sample preview

This commit is contained in:
tildearrow 2022-11-06 02:06:51 -05:00
parent 0f14b905fe
commit 63bb5aac6b
4 changed files with 63 additions and 13 deletions

View file

@ -616,6 +616,14 @@ class DivEngine {
void previewWave(int wave, int note);
void stopWavePreview();
// trigger sample preview
void previewSampleNoLock(int sample, int note=-1, int pStart=-1, int pEnd=-1);
void stopSamplePreviewNoLock();
// trigger wave preview
void previewWaveNoLock(int wave, int note);
void stopWavePreviewNoLock();
// get config path
String getConfigPath();