Old 09-18-2013, 09:38 AM   #1
Whale Bone
Human being with feelings
 
Join Date: Sep 2011
Posts: 49
Default OSC Bank/Select Half Working

Does anyone know how to make the direct /device/track/bank/select/@ function work? I have /device/track/bank/- and /device/track/bank/+ working, but trying to use the method of explicitly selecting a bank is not working. Is this a bug, or has the format of the command changed?

I'm trying this:
/device/track/bank/select/1 or /device/track/bank/select/2 but nothing's happening.

Reaper 4.52, OS 10.8.5
I'm sending the OSC messages from Max/MSP

Thanks
Whale Bone is offline   Reply With Quote
Old 09-21-2013, 08:48 PM   #2
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

hi, any news? i'm in the very same situaztion and i need to make it work!
lubvic is offline   Reply With Quote
Old 10-20-2013, 02:39 PM   #3
Whale Bone
Human being with feelings
 
Join Date: Sep 2011
Posts: 49
Default

I haven't figured anything out yet, but I'm someone here has run into and figured this out.
Whale Bone is offline   Reply With Quote
Old 10-21-2013, 08:19 AM   #4
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

i think it's not implemented. I've tried to work it out too for a long time, without results.
Waiting for a fix or implementation.
lubvic is offline   Reply With Quote
Old 11-18-2013, 11:39 AM   #5
Whale Bone
Human being with feelings
 
Join Date: Sep 2011
Posts: 49
Default It's Working in 4.57!

/device/track/bank/select/1 .../2 etc. now works in 4.57.

Thanks!
Whale Bone is offline   Reply With Quote
Old 11-18-2013, 12:03 PM   #6
Whale Bone
Human being with feelings
 
Join Date: Sep 2011
Posts: 49
Default + and -

/device/track/bank/- and /device/track/bank/+ wrap around the list of banks now too. Very helpful.
Whale Bone is offline   Reply With Quote
Old 11-23-2013, 12:47 PM   #7
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

maybe i'm stupid, but i'm trying all the combinations for switching bank's numbers... what is the correct syntax?
lubvic is offline   Reply With Quote
Old 12-23-2013, 11:45 PM   #8
Whale Bone
Human being with feelings
 
Join Date: Sep 2011
Posts: 49
Default

From Max I'm sending that exact text (a message) to the OSC port:

/device/track/bank/-

or

/device/track/bank/+

In Reaper, I've setup a control surface using mode: OSC, the default ports - 8000 and 9000, and the default pattern config (I copied and use the copy so I can tweak it if I want to). I've got 9 tracks in my Reaper project that I'm using to test this. The default pattern config specifies a bank as having 8 tracks.

Trying to figure out attaching Max patch for reference... Don't seem to have the option on the reply.

Last edited by Whale Bone; 12-23-2013 at 11:51 PM.
Whale Bone is offline   Reply With Quote
Old 03-06-2014, 09:48 AM   #9
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

i'm not able, still, to shift through track banks numbers, did you have positive experience about it? and how... ?
lubvic is offline   Reply With Quote
Old 03-06-2014, 10:23 AM   #10
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

i'm not able, still, to shift through bank numbers, did you have positive experience about it? and how... ?
lubvic is offline   Reply With Quote
Old 03-06-2014, 09:25 PM   #11
Sid Chip
Human being with feelings
 
Sid Chip's Avatar
 
Join Date: Sep 2007
Posts: 183
Default

Quote:
Originally Posted by lubvic View Post
i'm not able, still, to shift through bank numbers, did you have positive experience about it? and how... ?
This is working for me, using

/device/track/bank/select with the bank # (1-x) as the parameter.

Also, make sure your project has > DEVICE_TRACK_COUNT tracks, otherwise it does nothing. (If it's 24, make sure your project has at least 25 tracks)

Check your ReaperOSC file for DEVICE_TRACK_BANK_SELECT and send that.

Sid
Sid Chip is offline   Reply With Quote
Old 03-14-2014, 09:37 AM   #12
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

Quote:
Originally Posted by Sid Chip View Post
This is working for me, using

/device/track/bank/select with the bank # (1-x) as the parameter.
sorry for my dumbness... are you saying the correct syntax is:


/device/track/bank/select 1-8 (for track_count of 8)?

tnx
lubvic is offline   Reply With Quote
Old 03-14-2014, 05:45 PM   #13
Sid Chip
Human being with feelings
 
Sid Chip's Avatar
 
Join Date: Sep 2007
Posts: 183
Default

Quote:
Originally Posted by lubvic View Post
sorry for my dumbness... are you saying the correct syntax is:


/device/track/bank/select 1-8 (for track_count of 8)?

tnx
The actual message I'm sending is

"/device/track/bank/select" with the bank # as the parameter. If your device is 8 tracks, then bank 1 is 1-8

"/device/track/bank/select/1"
"/device/track/bank/select/2"

first one selects tracks 1-8
second one selects tracks 9-16
etc.

Again, if your project has < 8 tracks, then selecting bank 2 will do nothing. (No track updates from reaper)

Hope that helps,
Sid.
Sid Chip 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 01:50 PM.


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