+1 some of the assumptions underlying aspects of the interface and design definitely make writing in non-4/4 somewhat awkward.
Kind of strange considering how long renoise has been around and the varied music that’s been made with it. It’s not insurmountable to work “against” the design, but this definitely could be improved. While we’re at it, the ability to change time signatures within the song would be handy (also currently doable, but… again one is working against the design).
I would love to see a better way to formulate triplets in Renoise. In terms of time signature, I’ve just been using the pattern length to change time signatures, and I haven’t had any problem with that.
Also, a lot of these things can be accomplished by the kb shortcut “Move to next Row w. Edit Step” / KMaki’s awesome EditStepTweaks tool. Add my tool EditStepTools to that, and you can navigate anything really quick. And yes, if you really want to go to 1/3rd, 1/5th, 1/6th of the pattern with keyboard shortcut immediately, you will probably have to code that tho. Changing the edit position from lua is really easy. I can already think up a scripted tool that generates x amount of keyboard shortcuts for “Jump to 5/6th of pattern”.
renoise.song().transport.edit_pos = {
sequence = renoise.song().transport.edit_pos.sequence,
line = renoise.song().selected_pattern.number_of_lines/x*y
}
The extra ‘measure’ highlighting I would really like too though. There have been so many posts about this .
The reason I got Renoise in the first place was to facilitate polymetric/odd meter composition, which other software made difficult. I use the least common multiple of the note values I want to use (i.e. 5/4 = 20LPB, 7/4 = 28 LPB), and use one or two measures per pattern. Measure highlighting would improve this experience.
I’d probably use this if it were implemented, but honestly I think it’s simpler to work with pattern length and LPB, and it works just fine. Don’t be afraid to slice a sequence or even a bar up into different patterns with different lengths and LPBs.
You can do that easily yourself. Just change the default template.
Didn’t know Beats per Measure was also something that may be received by a VST. This IMO makes this more important to incorporate than for improved highlighting, simplified pattern size changes or other candy. Although those are probably good enough reasons in themselves.
Yes. And don’t forget the tools “Edit Step Tweaks” by kmaki and “Edit Step Tools” by me.
(My keys are now like;
NumPad 0/1/3/5/7/9/.: set edit step to 0/1 beat/3:4th a beat/half a beat/2 beats/1.5 beat/4 beats
NumPad 4/6/2/8: MiniTab Left/Right / Move Up/Down with EditStep Tweak
and editing and moving around is now friggin awesome.)