[Feature request] Click track overlay in wave editor
-
This is a strange one but hear me out :)
I'm trying to create loops that sync to tempo. In order to do this I need to put my loop points inline with the beats of the audio. My current method is I load my click track and my sample into audacity, to locate my beats, and then I eyeball it in HISE.
What I would like is to have a grid overlay in the wave editor that matches the current HISE host tempo, so I can more accurately place my loop points.
And maybe this little drop down can have a beats option.
Or is there another obvious solution I'm missing?
-
@d-healey nope sounds like an easy addition (adding a new mode to the drop down menu)
-
@Christoph-Hart said in [Feature request] Click track overlay in wave editor:
sounds like an easy addition
This gave me confidence so thought I'd try and add it myself :)
I've got the menu option working, easy.
I've got something happening when selecting beats, but it's not what I expect. I've pushed it to this branch if you could give me any pointers that would be good. I'm assuming also I'll need to get the current time signature, and also add a tempo listener to trigger a redraw when/if HISE's tempo changes?
-
I think I'm getting there :D
-
@Christoph-Hart I'm changing the tempo in the HISE Controller popup, but my tempoListener isn't firing. Any hints?
Edit: It fires when I change the tempo in the settings floating tile... so I'm guessing the HISE controller is totally separate then?