Re: Easy way to play single musical notes in Python

2009-11-17 Thread James Harris
On 15 Nov, 05:41, r wrote: > On Nov 14, 6:21 pm, James Harris > wrote: > > > Is there a simple way to play musical notes in Python? Something like > >   voice.play("c4") > > Uhh, tksnack is pretty easy to use IMO, see this link... > http://www.daniweb.com/code/snippet216655.html > > No python do

Re: Easy way to play single musical notes in Python

2009-11-14 Thread r
On Nov 14, 6:21 pm, James Harris wrote: > Is there a simple way to play musical notes in Python? Something like >   voice.play("c4") Uhh, tksnack is pretty easy to use IMO, see this link... http://www.daniweb.com/code/snippet216655.html No python does not have access to cross platform soundcard

Re: Easy way to play single musical notes in Python

2009-11-14 Thread James Harris
On 15 Nov, 00:12, James Harris wrote: > Is there a simple way to play musical notes in Python? Something like > >   voice.play("c4") > > to play C in octave 4 would be ideal. I included a voice parameter as > I'd like to play proper notes, not just beeps. This is for recognition > of pitch. For e

Easy way to play single musical notes in Python

2009-11-14 Thread James Harris
Is there a simple way to play musical notes in Python? Something like voice.play("c4") to play C in octave 4 would be ideal. I included a voice parameter as I'd like to play proper notes, not just beeps. This is for recognition of pitch. For example, the program plays a note and the user tries