Play Command Error
- To: mathgroup at smc.vnet.net
- Subject: [mg105558] Play Command Error
- From: BenT <brtubb at pdmusic.org>
- Date: Wed, 9 Dec 2009 05:42:05 -0500 (EST)
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
- Follow-Ups:
- Re: Play Command Error
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Play Command Error