Hi,
When using Sonic Pi under windows 10, i hear a instrument from the microsoft_gs_wavetable_synth i suppose.
How can i disable this unwanted output ?
Cheers
Hi,
When using Sonic Pi under windows 10, i hear a instrument from the microsoft_gs_wavetable_synth i suppose.
How can i disable this unwanted output ?
Cheers
Ok i have to specify the name in port
midi ( scale :c3, mode, num_octaves: 1).tick(:j), sustain: 0.4, port: "loopmidi_01"
Ok but can we specify more than one port ? Yes we can use an array
midi ( scale :c3, mode, num_octaves: 1).tick(:j), sustain: 0.4, port: ["vers_sunvox", "loopmidi_01"]
May it helps.
You can also declare at the top use_midi_defaults port: 'foo', channel: 1
etc, see the documentation (shame it can’t be linked to).