コード例 #1
0
ファイル: MMOVE.cpp プロジェクト: eriser/rtcmix-android
/* ------------------------------------------------------------ makeMOVE --- */
Instrument *makeMMOVE()
{
   MOVE *inst;

   inst = new MOVE();	// The class is called MOVE, but the inst is MMOVE
   inst->set_bus_config("MMOVE");

   return inst;
}
コード例 #2
0
ファイル: MOVE.cpp プロジェクト: RTcmix/RTcmix
/* ------------------------------------------------------------ makeMOVE --- */
Instrument *makeMOVE()
{
   MOVE *inst;

   inst = new MOVE();
   inst->set_bus_config("MOVE");

   return inst;
}