MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Play Command Error

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105589] Re: [mg105558] Play Command Error
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 10 Dec 2009 04:57:01 -0500 (EST)
  • References: <10605044.1260356158493.JavaMail.root@n11>

Do you mean this?

notes = Table[N[(440/64)*2^((n + 3)/12)], {n, 60, 72, 1}];

Show[Play[Sin[# 2 Pi t], {t, 0, .5}] & /@ notes]


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: BenT [mailto:brtubb at pdmusic.org] 


I'm using v7. Please try this code:

ClearAll["Global`*"]

notes=Table[N[(440/64)*2^((n+3)/12)],{n,60,72,1}];

Play[Sin[# 2 Pi t]&/@notes ,{t,0,.5}]

Sound::ssnm: A good PlayRange could not be found since most of the
samples are not evaluating to machine-size real numbers. >>

I cannot understand why this error message is produced. Can anyone
help? The values for the "notes" are certainly machine-sized! What's
causing the Sin[# # Pi t] expression to NOT produce valid resuls?

--- Benjamin Tubb




  • Prev by Date: Re: Manipulate a NDSolve equation is it possible
  • Next by Date: DynamicModule
  • Previous by thread: Re: Play Command Error
  • Next by thread: Re: Play Command Error