djh0ffman / PT1210

PT-1210 Amiga DJ Software
44 stars 4 forks source link

sample pointer tracking #28

Open djh0ffman opened 6 years ago

djh0ffman commented 6 years ago

add function to keep track of the sample pointers on each line as the track plays, then when line looping is activated, it can re-trigger drum loops at the correct point if no note exists on that line.

note: work out formula to take into account period and bpm to determine how far we've moved since last frame. similar to the the way the scopes work.

kikendo commented 6 years ago

I think this is what I wrote as issue #17 Can I merge threads?