minor fixes

This commit is contained in:
tildearrow 2022-12-13 13:23:48 -05:00
parent c163f70983
commit 778d8d84d1
4 changed files with 5 additions and 9 deletions

View file

@ -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;