Search found 3 matches
- 26 Jul 2024 14:09
- Forum: General Discussion
- Topic: A question about editing note length
- Replies: 2
- Views: 2704
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: 2704
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: 2704
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...