Skip to content

Commit c23565a

Browse files
committed
Tidied up documentation
1 parent fc9a483 commit c23565a

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

Markers/Create marker with name via OSC.lua

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
@link
55
Author https://www.bensmithsound.uk
66
Repository https://github.com/bsmith96/Reaper-Scripts
7-
@version 1.4
7+
@version 1.5
88
@changelog
9-
- Removes dependency - bundles functions required within this script
9+
+ Tidied up script documentation
1010
@metapackage
1111
@provides
1212
[main] . > bsmith96_Create marker with name via OSC.lua
@@ -16,7 +16,6 @@
1616
Written by Ben Smith - June 2025
1717
1818
### Info
19-
* REQUIRES "osc.lua" IN THE SAME PATH
2019
* Intended for integration between Reaper and QLab, allowing markers when cues are fired when Multitrack Recording a live show
2120
2221
### Usage
@@ -33,10 +32,11 @@
3332
* Local IP: current IP address
3433
* Allow binding messages to REAPER actions and FX learn: TRUE
3534
* 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
3737
* Pattern config: refresh list, then choose Qlab5
3838
* 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.
4040
* In the actions menu, find this script.
4141
* Press play on reaper
4242
* Press "go" on any cue in Qlab
@@ -130,7 +130,4 @@ local msg = osc.get()
130130
-- Create a marker at the current position, with the args of OSC message as the marker name
131131
r.AddProjectMarker(0,0,r.GetPlayPosition(),0,msg.arg,-1)
132132

133-
-- Send OSC message to QLab to request the cue name from cue ID
134-
135-
136133
r.Undo_EndBlock(scriptName, -1)

0 commit comments

Comments
 (0)