initial driver entry point

This commit is contained in:
Jack Andersen
2016-05-08 21:22:58 -10:00
parent 6e692c7a89
commit 2b7dc66c2a
14 changed files with 182 additions and 61 deletions

View File

@@ -38,4 +38,20 @@ bool Voice::loadSoundMacro(ObjectId macroId, int macroStep, bool pushPc)
{
}
void Voice::keyOff()
{
}
void Voice::message(int32_t val)
{
}
void Voice::setVolume(float vol)
{
}
void Voice::setPanning(float pan)
{
}
}