Play rests using Mathematica MIDI
- To: mathgroup at smc.vnet.net
- Subject: [mg81943] Play rests using Mathematica MIDI
- From: mumat <csarami at gmail.com>
- Date: Sun, 7 Oct 2007 05:33:20 -0400 (EDT)
Hi,
I am writing a music using MIDI mathematica. How can I play a rest,
say for t=1 sec?
rest[t_]:=Sound[0,{x,0,t}];
Is that possible to do it with the SoundNote function.
Sound[SoundNote[Null],t]
doesn't work.
Any help would be greatly appreciated.
CS