|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Riffle[] accepts only lists. Why?
Next by Date:
Re: rule based program for "Deleting repeated members of a list."
Previous by thread:
Re: Riffle[] accepts only lists. Why?
Next by thread:
Re: Play rests using Mathematica MIDI
|