You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removes dependency - bundles functions required within this script
9
+
+ Tidied up script documentation
10
10
@metapackage
11
11
@provides
12
12
[main] . > bsmith96_Create marker with name via OSC.lua
@@ -16,7 +16,6 @@
16
16
Written by Ben Smith - June 2025
17
17
18
18
### Info
19
-
* REQUIRES "osc.lua" IN THE SAME PATH
20
19
* Intended for integration between Reaper and QLab, allowing markers when cues are fired when Multitrack Recording a live show
21
20
22
21
### Usage
@@ -33,10 +32,11 @@
33
32
* Local IP: current IP address
34
33
* Allow binding messages to REAPER actions and FX learn: TRUE
35
34
* Pattern config: open config directory
36
-
* Copy the provided file "Qlab5.ReaperOSC" into this directory
35
+
* Copy the provided file "Qlab5.ReaperOSC" into this directory, as well as in the same folder as this script
36
+
* This file can also be found here: https://github.com/bsmith96/Reaper-Scripts/blob/master/Markers/Qlab5.ReaperOSC
37
37
* Pattern config: refresh list, then choose Qlab5
38
38
* Check your QLab settings - you need to ensure Network > OSC Access > No passcode has "view" access
39
-
* Now, Reaper should send a message to QLab whenever you start reaper playback, "/listen/go/name", which asks Reaper to send the cue name whenever "go" is fired.
39
+
* Now, Reaper should send a message to QLab whenever you start reaper recording, "/listen/go/name", which asks Reaper to send the cue name whenever "go" is fired.
40
40
* In the actions menu, find this script.
41
41
* Press play on reaper
42
42
* Press "go" on any cue in Qlab
@@ -130,7 +130,4 @@ local msg = osc.get()
130
130
-- Create a marker at the current position, with the args of OSC message as the marker name
0 commit comments