MIDI input: wave and sample preview
This commit is contained in:
parent
0f14b905fe
commit
63bb5aac6b
4 changed files with 63 additions and 13 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue