Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #3359

End of Sound

From info@dvholten.de
Newsgroups comp.soft-sys.math.mathematica
Subject End of Sound
Date 2011-06-29 21:32 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iug5l2$9fl$1@smc.vnet.net> (permalink)

Show all headers | View raw


Hi folks,

i am playing with Sound and it's gang.
My code is something like this:

 Play[  Sound[ {"Polysynth",
               SoundNote["Bb5" , 0.169 ],
            SoundNote["Bb5" ,{ 0.285, 0.4540}  ],
            SoundNote["Bb5" ,{ 1.142, 1.31}  ],
            SoundNote["Bb5" ,{ 1.428, 1.596}  ] 
   } ]
 ]

I notice the 'switch off' at the end of the sound - before its actually 
over.
Even adding one or more SoundNote[ None ] with some duration doesnt extend 
the silent phase at the end.
I help myself by adding a very low volume sound at the end.

But what is the proposed way to handle this? 
How to make sure the generator is switched off some time *after* the 
sounds ends?
Shouldn't Sound (or Play?) honour trailing None-SoundNotes ?

greetings
dvh

Back to comp.soft-sys.math.mathematica | Previous | NextNext in thread | Find similar | Unroll thread


Thread

End of Sound info@dvholten.de - 2011-06-29 21:32 +0000
  Re: End of Sound David Bailey <dave@removedbailey.co.uk> - 2011-06-30 20:59 +0000

csiph-web