Mercurial > hg > svcore
comparison plugin/DSSIPluginInstance.cpp @ 28:4b16526b011b
* Add LED button
* Add note model playback (currently assuming that value == MIDI pitch)
* Reorganise PlayParameters and move repository from ViewManager to new
PlayParameterRepository class
author | Chris Cannam |
---|---|
date | Wed, 15 Feb 2006 17:58:35 +0000 |
parents | 2fb933f88604 |
children | 39ae3dee27b9 |
comparison
equal
deleted
inserted
replaced
27:070e9e1e40ea | 28:4b16526b011b |
---|---|
18 | 18 |
19 #include "DSSIPluginInstance.h" | 19 #include "DSSIPluginInstance.h" |
20 #include "PluginIdentifier.h" | 20 #include "PluginIdentifier.h" |
21 #include "LADSPAPluginFactory.h" | 21 #include "LADSPAPluginFactory.h" |
22 | 22 |
23 #define DEBUG_DSSI 1 | 23 //#define DEBUG_DSSI 1 |
24 //#define DEBUG_DSSI_PROCESS 1 | 24 //#define DEBUG_DSSI_PROCESS 1 |
25 | 25 |
26 #define EVENT_BUFFER_SIZE 1023 | 26 #define EVENT_BUFFER_SIZE 1023 |
27 | 27 |
28 #ifdef DEBUG_DSSI | 28 #ifdef DEBUG_DSSI |