Search found 4 matches
- 11 Jun 2025 16:28
- Forum: General Discussion
- Topic: Reordering the block list
- Replies: 0
- Views: 87
Reordering the block list
Hey, I have a question: Is there any way to reorder the block list? Sometimes I make several blocks with slight differences, which I swap in and out of the sequencer to see which fits the best. Sort of like A/B testing. Therefore it's inconvenient if the blocks are at very different positions in the...
- 26 Jul 2024 14:09
- Forum: General Discussion
- Topic: A question about editing note length
- Replies: 2
- Views: 6132
Re: A question about editing note length
And for the record, in case someone wants to copy the macro above: What it does is take the current note and extend its duration to the end. Then you can truncate it at an earlier point afterwards if you need to. You need to be at the start of the note for it to work.
- 26 Jul 2024 14:03
- Forum: General Discussion
- Topic: A question about editing note length
- Replies: 2
- Views: 6132
Re: A question about editing note length
Replying to myself: I was able to code up this myself with a special keybinding: INSERT SHIFT_L FOCUS_EDITOR : ra.evalScheme "(undo-block (lambda () (ra:undo-notes) (ra:select-note) (for-each (lambda (note) (ra:set-note-continue-next-block #t (ra:add-note (ra:get-note-value note) (/ (ra:get-not...
- 20 Jul 2024 09:59
- Forum: General Discussion
- Topic: A question about editing note length
- Replies: 2
- Views: 6132
A question about editing note length
I sometimes find myself in the situation that after making a recording, I want to extend the duration of a note. It could be that I didn't hold it long enough, or maybe I'm just adding a note to a chord afterwards for more "color". If I've recorded using MIDI, then this often becomes trick...