chan color in piano and real volume chan feedback (w/ gamma correction)
now i can recreate the bee video! :>
This commit is contained in:
parent
44ec4f70da
commit
f93dd893c8
5 changed files with 50 additions and 14 deletions
|
|
@ -9385,7 +9385,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
|
||||
memset(lastAudioLoads,0,sizeof(float)*120);
|
||||
|
||||
memset(pianoKeyHit,0,sizeof(float)*180);
|
||||
memset(pianoKeyHit,0,sizeof(pianoKeyState)*180); // posiblly repace with a for loop
|
||||
memset(pianoKeyPressed,0,sizeof(bool)*180);
|
||||
|
||||
memset(queryReplaceEffectMode,0,sizeof(int)*8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue