|
-
Feb 7th, 2023, 11:23 AM
#1
Re: Fast Timer + Sequencer + Tempo Problem
 Originally Posted by some1uk03
I think you're presuming that I'm playing a single .wav file in a buffer and I'm seeking a way to find play positioning. That's not the scenario.
Think of musical notes in an array.
sNotes(0).start = 50 (ticks)
sNotes(1).start = 100 (ticks)
sNotes(2).start = 122 (ticks)
sNotes(4).start = 240 (ticks)
So the Timer goes through the sNotes array on each increment.
If timerTicks = sNotes(loop).start then PLAY
I'm just talking about this scenario.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|