Blofeld:SuperCollider夸克与Waldorf Blofeld合作 源码
布洛费尔德夸克 SuperCollider夸克与Waldorf Blofeld合作 连接 // it's much better to use Blofeld's MIDIIn port for SuperColler's MIDIOut, instead of USB // also connect the USB cable to receive sysex messages coming from Blofeld ~blofeld = Blofeld .new.connect( "Blofeld" , "" ); // deviceName, portName 选择一个随机的声音 var bank = rrand( 0 , 7 ); var program = rrand( 0 , 127 ); ~blofeld .selectSound(bank, program); 要求声音 /
下载地址
用户评论