Hi,
I usually use the Left Alt + Up Arrow to remove line and Left Alt + Down Arrow to add line. I think it's the most usable way of doing that. You can also use Left Shift + Enter to add/remove multiple lines in dialog.
Search found 4 matches
- 23 Mar 2022 19:55
- Forum: General Discussion
- Topic: How to change the number of lines for a seqblock?
- Replies: 2
- Views: 330
- 24 Oct 2021 20:14
- Forum: General Discussion
- Topic: VST/VST3 instruments playing two octaves to low?
- Replies: 1
- Views: 754
VST/VST3 instruments playing two octaves to low?
Hi,
I don't know is this bug or something in settings but when I add C-4 note and click it to play. The plugin window keyboard and plugin itself plays C-2.
For example:
Add Dexed and try play C-4 or add C-4 in piano roll and click on it.
I don't know is this bug or something in settings but when I add C-4 note and click it to play. The plugin window keyboard and plugin itself plays C-2.
For example:
Add Dexed and try play C-4 or add C-4 in piano roll and click on it.
- 24 Oct 2021 19:12
- Forum: General Discussion
- Topic: How to check in how many blocks an instrument is used?
- Replies: 2
- Views: 906
Re: How to check in how many blocks an instrument is used?
Hi, I changed your script to make it work only with current selected instrument: SHIFT_L F3: ra.evalScheme "((lambda (instrument-id) (define used-blocks (list)) (for-each (lambda (blocknum) (for-each (lambda (tracknum) (if (and (equal? instrument-id (<ra> :get-instrument-for-track tracknum blocknum)...
- 23 Oct 2021 20:01
- Forum: General Discussion
- Topic: How to check in how many blocks an instrument is used?
- Replies: 2
- Views: 906
How to check in how many blocks an instrument is used?
Hello everyone, I'm a new user and haven't found an answer. When I duplicate a block, in the new one the same instruments are used. It's good default behavior but when I want experiment with new Instrument settings (in the second block) it's hard to say whether I am modifying only this one block or ...