JuxtaMIDI icon indicating copy to clipboard operation
JuxtaMIDI copied to clipboard

Allow revising time axes to measure # through using tempo input

Open wustep opened this issue 6 years ago • 2 comments

Might be tough given the data manipulation, but I think this is super key for utility

wustep avatar Mar 19 '19 06:03 wustep

This is doable, but would require quite a bit of preprocessing as tempo can change. Data representation can handle it though. Append measure number (plus length) to each sample.

jrg94 avatar Mar 19 '19 15:03 jrg94

May also need to account for time signature (3/4, 4/4, etc.).

jrg94 avatar Mar 19 '19 15:03 jrg94