pmaillot / X32-Behringer

This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
https://sites.google.com/site/patrickmaillot/x32
234 stars 41 forks source link

not an issue just a question #33

Closed NeOdYmS closed 1 year ago

NeOdYmS commented 1 year ago

Hi Pmaillot

congrate for this huge job on this preject !!

i am preparing a touring kit for Live Production/Recording applications i'm trying to interpolate Live professor cues and Reaper markers using chataigne http://benjamin.kuperberg.fr/chataigne/fr

the idea is to create markers while recording in reaper and changing cues in Live professor and to going to marker while reading and changing cues

do you know if it's possible to send to reaper an OSC message to create a marker at position with a custom Name ?

best regards

christophe

pmaillot commented 1 year ago

Hello,

Last time I checked on the REAPER doc and forums, it was not possible through using OSC. This may have changed … Did you ask/checked with Cokos members?

Looking at the default OSC table from REAPER’s latest version, it should be possible… I haven’t check though…

writing a marker or region time may change its index -- you should use the *ID_ versions below if needed

MARKER_NAME s/marker/@/name

MARKER_NUMBER s/marker/@/number/str

MARKER_TIME f/marker/@/time

REGION_NAME s/region/@/name

REGION_NUMBER s/region/@/number/str

REGION_TIME f/region/@/time

REGION_LENGTH f/region/@/length

LAST_MARKER_NAME s/lastmarker/name

LAST_MARKER_NUMBER s/lastmarker/number/str

LAST_MARKER_TIME f/lastmarker/time

LAST_REGION_NAME s/lastregion/name

LAST_REGION_NUMBER s/lastregion/number/str

LAST_REGION_TIME f/lastregion/time

LAST_REGION_LENGTH f/lastregion/length

these are write-only, ID is the "NUMBER" field from above -- if not found, creates the marker/region

MARKERID_NAME s/marker_id/@/name

MARKERID_TIME f/marker_id/@/time

MARKERID_NUMBER i/marker_id/@/number

REGIONID_NAME s/region_id/@/name

REGIONID_TIME f/region_id/@/time

REGIONID_LENGTH f/region_id/@/length

REGIONID_NUMBER i/region_id/@/number

-Patrick

From: Christophe DAÏRIEN-SERVAIS @.> Sent: Saturday, January 28, 2023 9:42 AM To: pmaillot/X32-Behringer @.> Cc: Subscribed @.***> Subject: [pmaillot/X32-Behringer] not an issue just a question (Issue #33)

Hi Pmaillot

congrate for this huge job on this preject !!

i am preparing a touring kit for Live Production/Recording applications i'm trying to interpolate Live professor cues and Reaper markers using chataigne http://benjamin.kuperberg.fr/chataigne/fr

the idea is to create markers while recording in reaper and changing cues in Live professor and to going to marker while reading and changing cues

do you know if it's possible in reaper to create a marker at positiion with a custom Name thru OSC message ?

best regards

christophe

— Reply to this email directly, view it on GitHub https://github.com/pmaillot/X32-Behringer/issues/33 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZT7TFZJZJF3IWGI2JHVLWUTLV3ANCNFSM6AAAAAAUJQ4SGM . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/ADZZT7X6KHKTUCTVYGYOA2LWUTLV3A5CNFSM6AAAAAAUJQ4SGOWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHF2B3HEE.gif Message ID: @. @.> >