|
-
Feb 7th, 2023, 11:06 AM
#6
Thread Starter
Frenzied Member
Re: Fast Timer + Sequencer + Tempo Problem
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
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

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
|