Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 03-29-2017, 11:39 AM   #1
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default OSC change bank in steps of 1 track instead of DEVICE_TRACK_COUNT

My OSC configuration file is configured for 8 tracks:
Code:
DEVICE_TRACK_COUNT 8
I can switch to the next/previous bank with the commands:
Code:
DEVICE_TRACK_BANK_SELECT t/device/track/bank/select/@
DEVICE_PREV_TRACK_BANK t/device/track/bank/-
DEVICE_NEXT_TRACK_BANK t/device/track/bank/+
However, I'd like to increment in steps of one track instead of a bank with 8 tracks. How can I do this?
Erriez is offline   Reply With Quote
Old 09-29-2020, 10:52 PM   #2
kram0
Human being with feelings
 
Join Date: Mar 2015
Posts: 40
Default

Quote:
Originally Posted by Erriez View Post
My OSC configuration file is configured for 8 tracks:
Code:
DEVICE_TRACK_COUNT 8
I can switch to the next/previous bank with the commands:
Code:
DEVICE_TRACK_BANK_SELECT t/device/track/bank/select/@
DEVICE_PREV_TRACK_BANK t/device/track/bank/-
DEVICE_NEXT_TRACK_BANK t/device/track/bank/+
However, I'd like to increment in steps of one track instead of a bank with 8 tracks. How can I do this?
Hi Erriez
Were you ever able to get this working?
I'd like to do the same thing...
kram0 is offline   Reply With Quote
Old 09-30-2020, 01:31 AM   #3
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default

Hi kram0,

For me it is a long time ago, but I remember to change the macro DEVICE_TRACK_COUNT to 1 when your device can only handle one track. Can you try this?

Note: In the mean time I've requested the OSC source multiple times, because it contains too many limitations for my application. I think the source is still not available. For this reason I've rebuild my drivers from scratch with the C++ SDK framework and I'm no longer using OSC.
Erriez is offline   Reply With Quote
Old 09-30-2020, 06:14 PM   #4
kram0
Human being with feelings
 
Join Date: Mar 2015
Posts: 40
Default

Thanks for answering Erriez.
I was looking to advance a bank of tracks one track at a time.
eg. currently controlling tracks 9-16, change to controlling 10-17.
kram0 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 08:08 AM.


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