Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 04-11-2019, 09:15 AM   #1
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default Start rec, wait until end of empty item, stop rec [DALTONS]

Title says, required action:
Start recording at start of current empty item, if action ID is in item notes, wait until end of empty item, stop recording. This would allow creating a concept like Alk2, when used together with HeDa Regions&Markers from Items.lua . Or does this exist already?

The trick here is using empty items together with actions, action on at start of item, and action off at end of item, similarly as note on and note off.

PHP Code:
|<---------- item ----------->|
|
start rec            stop rec
Coolness of this method is, you can copy, thus arrange such items.

Last edited by TonE; 04-11-2019 at 09:22 AM.
TonE is offline   Reply With Quote
Old 04-11-2019, 12:39 PM   #2
foxAsteria
Human being with feelings
 
foxAsteria's Avatar
 
Join Date: Dec 2009
Location: Oblivion
Posts: 10,272
Default

It basically exists. You can have recording stop automatically at cursor, measure or time selection. You could just make a custom action to move the cursor to end of item and use an auto stop action.



Also note there is an item recording mode to isolate recording to selected items if you right click the record button.
__________________
foxyyymusic
foxAsteria is offline   Reply With Quote
Old 04-12-2019, 09:30 AM   #3
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

Could you describe step by step how with one of those methods an Alk2 workflow could be deśigned? I guess both would not work, because it has to work in real-time, so just by playing through the arrange it should work, as possible with action markers. So far the only way I see is using action markers or indirectly converting item notes to action markers. But those will start at item start, but the record ending at item end is not build in yet, or there is no fitting action available yet.

The idea is then something like:
PHP Code:
|<rec start ------ rec stop>|
                                    |<
rec start ---- rec stop>| 
                                                              |<
rec start ----- rec stop>| 

https://www.youtube.com/watch?v=nOOYsR8ZTEM
TonE is offline   Reply With Quote
Old 04-17-2019, 05:27 AM   #4
kartalex
Human being with feelings
 
Join Date: Dec 2015
Posts: 172
Default

Quote:
Originally Posted by TonE View Post
Looks like very interesting program!
kartalex is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.