Tune command and parallel tasking

giuseppe

Member
Can the tune command be used in parallel tasking? For example, have start0 contain one set of notes and start1 have another. Have both legs that output the tune connect to the piezo speaker but through a diode to prevent them from feeding into each other. Or make it less complicated and use two separate piezo speakers. I am sure that if this is possible, this would be a nice way to get more complicated songs or sounds out of the picaxe.

Crazy idea?
 

hippy

Ex-Staff (retired)
TUNE commands are blocking, will stop all tasks until that command completes, so you would at best end up with one TUNE playing followed by the other. They won't both play simultaneously.
 
Top