reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

Add ! marker action command to ReaConsole #38

Closed Jeff0S closed 10 years ago

Jeff0S commented 10 years ago

From mario.kr...@gmail.com on November 21, 2009 23:14:57

As per this topic: http://forum.cockos.com/showthread.php?t=43962 "SWS should be in charge of this. I guess adding this to ReaConsole would save the day.

"SWS: Open console with '!' to create a marker action"

And then you add whatever you want in reaconsole_customcommands.txt to make whatever marker actions you need (for example, !1014, !40924, whatever). Restart Reaper and you have your custom markers available as a newly compiled action!"

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=38

Jeff0S commented 10 years ago

From mario.kr...@gmail.com on November 22, 2009 03:14:09

Subquestion: is it possible somehow to make the Marker actions invisible in the name of the marker, but have some indication that the Marker is armed with an action? For example, to make a stop marker we would add !1016 to a marker, right? So, we would have a marker named '!1016 Verse 1', which is not very nice.

But, how about having it say '*Verse 1', where asterisk says that this is an action-armed macro? Is this doable?

Of course, the full marker name should be visible from your Marker List, in this way:

So the armed action would go into parentheses, still making the list clear to see!

Of course, marker actions should NOT be exported to track sheet! It should just say "Verse 1" in the track sheet.

Am I making any sense? :=)

Jeff0S commented 10 years ago

From swstim on December 06, 2009 19:02:52

Added ReaConsole command in v1.4.0 #2 r46 .

Also now action markers can run command ID strings instead of #s, e.g. _SWS_ABOUT (not that that command makes sense as a marker action).

Making the "maskable marker actions" as a separate FR.

Summary: Add ! marker action command to ReaConsole
Status: Fixed