Old 11-10-2017, 11:58 AM   #1
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default MIDI CC lanes with different channels?

Hi.

I have a MIDI item with data on channels 1, 2, and 3.
I have some mod wheel data for all these channels separetly.
Can I view all 3 mod wheel channels in the lanes? It seems like no matter what, showing all lanes with CC data only show "one mod wheel" lane at a time, I cannot stack views of the same CC # with different channels.

Can I?



https://stash.reaper.fm/32129/midi.png
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-10-2017, 12:01 PM   #2
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,785
Default

You can't.
EvilDragon is offline   Reply With Quote
Old 11-10-2017, 12:20 PM   #3
DarkStar
Human being with feelings
 
DarkStar's Avatar
 
Join Date: May 2006
Location: Surrey, UK
Posts: 19,674
Default

Change the Colour option to "Channel" to see the different sets of CC events.
__________________
DarkStar ... interesting, if true. . . . Inspired by ...
DarkStar is offline   Reply With Quote
Old 11-10-2017, 01:51 PM   #4
lunker
Human being with feelings
 
lunker's Avatar
 
Join Date: Nov 2007
Location: Lucas, TX, USA (via Luleå, Sweden)
Posts: 2,006
Default

You can also use the filter to show only channel 1 in the CC lane.

Then just change the filter to show the next channel. etc.
__________________
Best Regards, Ernie "lunker" Lundqvist
BDSM (Bad Dog Studio Musicians)
Windows 10 running on Z390 + i7-8700
lunker is offline   Reply With Quote
Old 11-11-2017, 05:48 AM   #5
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by EvilDragon View Post
You can't.
Would this be at all possible via scripting?

I am using the filter now as a workaround but the colors are not ideal for my eyes. I prefer separate lanes. Thanks!
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-11-2017, 05:55 AM   #6
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

What about putting the CCs into different types (CC1, CC2 and CC3) and then using a JSFX to convert them all back to CC1 during playback?
juliansader is offline   Reply With Quote
Old 11-11-2017, 06:25 AM   #7
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by juliansader View Post
What about putting the CCs into different types (CC1, CC2 and CC3) and then using a JSFX to convert them all back to CC1 during playback?
Whoa that actually sounds pretty clever Is that possible? Can this be done? I'm game!

How would I JSFX it on the way out though, easiest way?
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-11-2017, 06:45 AM   #8
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,785
Default

Quote:
Originally Posted by lowellben View Post
Would this be at all possible via scripting?
Nope.
EvilDragon is offline   Reply With Quote
Old 11-11-2017, 11:54 AM   #9
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by EvilDragon View Post
Nope.
Thanks ED.

Does anyone know how to go about the JSFX 'hack'?
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-11-2017, 12:10 PM   #10
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Try the JSFX "midi_CC_mapper" (I think this one is included by default with REAPER), or "MIDI CC mapper X".

Last edited by juliansader; 11-11-2017 at 12:43 PM.
juliansader is offline   Reply With Quote
Old 11-11-2017, 01:05 PM   #11
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by juliansader View Post
Try the JSFX "midi_CC_mapper" (I think this one is included by default with REAPER), or "MIDI CC mapper X".
I tried MIDI CC Mapper but there is no way to change channel on the JX plugin. How can I do that?
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-11-2017, 01:13 PM   #12
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by lowellben View Post
I tried MIDI CC Mapper but there is no way to change channel on the JX plugin. How can I do that?
If I understand your issue correctly, you don't need to change the channel -- only the CC type, so that the CCs are displayed in different lanes.
juliansader is offline   Reply With Quote
Old 11-11-2017, 01:37 PM   #13
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by juliansader View Post
If I understand your issue correctly, you don't need to change the channel -- only the CC type, so that the CCs are displayed in different lanes.
Oh I see.
But I don't understand how to map, like pretend I want to 'forward' CCs 50-54 to get the mod wheel for each channel in each LANE.

How would that work for below?

Example:

CC LANE #1
__________
MIDI Channel 1 , CC 1 (mod wheel)


CC LANE #2
__________

MIDI Channel 2 , CC 1 (mod wheel)


CC LANE #3
__________
MIDI Channel 3 , CC 1 (mod wheel)


CC LANE #4
__________
MIDI Channel 4 , CC 1 (mod wheel)
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 11-11-2017, 05:58 PM   #14
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

i think you need to convert CC s first
here is what i would do


& part2 setup for realtime use


EDIT:
and the track template ..just in case
i hope it helps!
Attached Files
File Type: zip CC Mapper.zip (65.4 KB, 72 views)

Last edited by timbralzoom; 11-11-2017 at 06:10 PM.
timbralzoom is offline   Reply With Quote
Old 11-12-2017, 02:00 AM   #15
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by lowellben View Post
Oh I see.
But I don't understand how to map, like pretend I want to 'forward' CCs 50-54 to get the mod wheel for each channel in each LANE.
Select all CCs in channel 2 (for example) that you want to edit in a separate lane.

Open Properties window and change their "Controller" to "02 Breath MSB" (for example).

Add a JSFX that maps CC2 to CC1.
juliansader 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:48 AM.


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