NS 3 - Midi CC Rotor Pedal!
-
- Posts: 2
- Joined: 04 Mar 2021, 13:29
- 4
- Your Nord Gear #1: Nord Stage 3
NS 3 - Midi CC Rotor Pedal!
Does the NS3 rotor pedal send Midi CC to extern midi device (f.e. B3x app on iOS)?
Last edited by Anhelm on 04 Mar 2021, 13:34, edited 1 time in total.
- FZiegler
- Donator
- Posts: 2881
- Joined: 15 Dec 2019, 02:41
- 5
- Your Nord Gear #1: Nord Stage 3
- Location: Germany south-west
- Has thanked: 839 times
- Been thanked: 1002 times
- Contact:
Re: NS 3 - Midi CC Rotor Pedal!
According to the MIDI chart in the manual, it should be CC108 - for rotary speed. Independently from where the change came from (foot switch, button...). I didn't test it, though.
Stage-3-C (Rev.B 2.1) - Kawai VPC1 / Viscount Legend 70s / Yamaha CP33 - Hall of Fame & NeoVent2 - Behringer Flow-8 - K&M stands 18820+18811 / 18953+18952 - Samsung Tab S5e, MobileSheetsPro & AirTurn Duo200 - QSC K8.2s / Fischer InEars
-
- Posts: 2
- Joined: 04 Mar 2021, 13:29
- 4
- Your Nord Gear #1: Nord Stage 3
- maxpiano
- Patch Creator
- Posts: 7070
- Joined: 27 Jun 2011, 13:29
- 14
- Your Nord Gear #1: Nord Stage 3
- Location: Italy
- Has thanked: 537 times
- Been thanked: 2480 times
Re: NS 3 - Midi CC Rotor Pedal!
NS should also transmit it, if "Send CC" is enabled in the MIDI Menu of course.
- FZiegler
- Donator
- Posts: 2881
- Joined: 15 Dec 2019, 02:41
- 5
- Your Nord Gear #1: Nord Stage 3
- Location: Germany south-west
- Has thanked: 839 times
- Been thanked: 1002 times
- Contact:
Re: NS 3 - Midi CC Rotor Pedal!
A MIDI implementation chart should state which commands are transmitted and which recognised, but Clavia only offers the CC list. I interpret it in that way that all commands are both transmitted and recognised. And up to now, everything worked.
Stage-3-C (Rev.B 2.1) - Kawai VPC1 / Viscount Legend 70s / Yamaha CP33 - Hall of Fame & NeoVent2 - Behringer Flow-8 - K&M stands 18820+18811 / 18953+18952 - Samsung Tab S5e, MobileSheetsPro & AirTurn Duo200 - QSC K8.2s / Fischer InEars
- Hobster
- Posts: 180
- Joined: 23 Jan 2016, 14:37
- 9
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Other Brand
- Location: London
- Has thanked: 125 times
- Been thanked: 85 times
- Contact:
Re: NS 3 - Midi CC Rotor Pedal!
As Hiaalu says, the NS3 only transmits the Rotor On/Off CC message on the Global channel. This goes for all the panel knobs & switches too.
You can individualy enable transmission on the Extern channel for Wheel/AfterTouch/PitchStick/CtrlPed/SwellPed/Volume and Sustain Pedal although these also always get sent out on the Global channel...
This is why I've built a MIDI filter based on an Arduino-style microprocessor (fitted inside my Stage 3) that transmits all panel data on the current Extern Channel instead and also blocks any CC messages from going out on the Global channel.
I've been meaning to put details of the project (which I use to control a KeyboardPartner HX3 and, previously, a GSi Gemini module) up on this forum. Hopefully I can get round to it in the next few weeks or so...
You can individualy enable transmission on the Extern channel for Wheel/AfterTouch/PitchStick/CtrlPed/SwellPed/Volume and Sustain Pedal although these also always get sent out on the Global channel...
This is why I've built a MIDI filter based on an Arduino-style microprocessor (fitted inside my Stage 3) that transmits all panel data on the current Extern Channel instead and also blocks any CC messages from going out on the Global channel.
I've been meaning to put details of the project (which I use to control a KeyboardPartner HX3 and, previously, a GSi Gemini module) up on this forum. Hopefully I can get round to it in the next few weeks or so...
Last edited by Hobster on 04 Mar 2021, 19:53, edited 1 time in total.
Re: NS 3 - Midi CC Rotor Pedal!
Very interesting project Hobster!
Since there's also the possibility of sending any other CC (one at once though), the OP may consider sending the rotor speed through the Extern section, which also doesn't have the inconvenience of sending all CCs indiscriminately, as it happens on the Global channel.Hobster wrote: You can individualy enable transmission on the Extern channel for Wheel/AfterTouch/PitchStick/CtrlPed/SwellPed/Volume and Sustain
- Hobster
- Posts: 180
- Joined: 23 Jan 2016, 14:37
- 9
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Other Brand
- Location: London
- Has thanked: 125 times
- Been thanked: 85 times
- Contact:
Re: NS 3 - Midi CC Rotor Pedal!
True although wouldn't he then have to use the Extern Value knob (instead of the rotor pedal) to actually send out the CC?Hlaalu wrote:Since there's also the possibility of sending any other CC (one at once though), the OP may consider sending the rotor speed through the Extern section, which also doesn't have the inconvenience of sending all CCs indiscriminately, as it happens on the Global channel.
I can't test this as my MIDI filter is effectively hard-wired and so is always on; luckily, I don't plan on ever selling my NS3

Re: NS 3 - Midi CC Rotor Pedal!
Yes but it can be worked around by morphing it with the wheel or the pedal -- of course assuming that the needs no other CCs to be sent as he tweaks the knobs. This is an area where the inconvenience of the MIDI implementation of the Stage 3 is felt yet again...Hobster wrote: True although wouldn't he then have to use the Extern Value knob (instead of the rotor pedal) to actually send out the CC?:
That could actually turn out to be an added value!Hobster wrote: I can't test this as my MIDI filter is effectively hard-wired and so is always on; luckily, I don't plan on ever selling my NS3
