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

Reply
 
Thread Tools Display Modes
Old 06-28-2020, 06:33 PM   #1
pigstoe
Human being with feelings
 
Join Date: Apr 2020
Posts: 44
Default How to expand output range of plug-in pin connector by ReaScript [SOLVED]

I assigned output pin connector for selected FX by ReaScript as below.

Code:
reaper.TrackFX_SetPinMappings(track, idx, 1, 0, 4, 0)
reaper.TrackFX_SetPinMappings(track, idx, 1, 1, 8, 0)
But, when I opened I/O pin connector panel for that selected FX after excuting this script, I found the output range of pin connector was not expanded like this.



So, I cannot access output channel 3/4.



To solve this by ReaScript, what function do I need?
Attached Images
File Type: png 1.png (2.9 KB, 222 views)
File Type: png 2.png (14.3 KB, 167 views)

Last edited by pigstoe; 06-29-2020 at 07:23 AM.
pigstoe is offline   Reply With Quote
Old 06-29-2020, 02:46 AM   #2
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

Try changing track channel count ?
X-Raym is offline   Reply With Quote
Old 06-29-2020, 06:44 AM   #3
pigstoe
Human being with feelings
 
Join Date: Apr 2020
Posts: 44
Default

Quote:
Originally Posted by X-Raym View Post
Try changing track channel count ?
You're right. I was dumb. Thank you!
pigstoe 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 12:37 PM.


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