minor fixes
This commit is contained in:
parent
c163f70983
commit
778d8d84d1
4 changed files with 5 additions and 9 deletions
|
|
@ -27,8 +27,7 @@
|
|||
#define MAX_CUSTOM_CLOCK 40000000
|
||||
|
||||
// common shared channel struct
|
||||
template<typename T>
|
||||
struct SharedChannel {
|
||||
template<typename T> struct SharedChannel {
|
||||
int freq, baseFreq, pitch, pitch2;
|
||||
int ins, note;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, portaPause, inPorta;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue