cog probleum
bkbovard
Posts: 5
i have probleum with this program i'm writing
this is a two voice music player
when it starts voice1 cog starts right away but voice2 dosen't start right away like i want .·it dosen't start
eventaly why dosen't start at the same time as voice1
thanks bkb
this is a two voice music player
when it starts voice1 cog starts right away but voice2 dosen't start right away like i want .·it dosen't start
eventaly why dosen't start at the same time as voice1
thanks bkb
Comments
i.e.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
Post Edited (Bob Lawrence (VE1RLL)) : 8/11/2009 1:56:01 AM GMT
You might also want to study this thread carefully concerning cog startup time:
http://forums.parallax.com/forums/default.aspx?f=25&m=374443&g=374919#m374919
- Howard
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Assembly cogs don't use stack space.
-Phil
Thanks! Phil. I thought it may have been that but even after a year of Prop learning when I quickly look at code it's often confusing to know if it's Spin, Spin calling Asm, Asm, I had to think it all through for a while before it finally made scense in that it's pure asm.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob