mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Windows build fixes and warning avoidance
This commit is contained in:
@@ -891,8 +891,8 @@ bool SoundMacroState::advance(Voice& vox, double dt)
|
||||
}
|
||||
case Op::SendFlag:
|
||||
{
|
||||
int8_t id = cmd.m_data[0];
|
||||
int8_t val = cmd.m_data[1];
|
||||
//int8_t id = cmd.m_data[0];
|
||||
//int8_t val = cmd.m_data[1];
|
||||
break; /* TODO: figure out a good API */
|
||||
}
|
||||
case Op::PitchWheelR:
|
||||
|
||||
Reference in New Issue
Block a user