|
|
|
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hi Numerologists!
I am trying to control my Jomox Moonwind using Numerology. Everything works fine but there is something I still cannot do! The Moonwind manual says: In the Moonwind the fine resolution controllers for cutoff can be transmitted by 2 MSB/LSB controllers. Most sequencer programs are able to do this; you only have to define these CCs as 14 bit controllers with MSB and LSB and edit the respective values. The other CCs only use the regular CC resolution of 127 steps. For some parameters this is less than the internal range or equal but it is absolutely sufficient regarding the control range. The controller numbers are: Parameter Controller No. Range Cutoff Left MSB* 16 0..3 MSB Cutoff Left LSB 17 0..127 Cutoff Right MSB* 18 0..3 MSB Cutoff Right LSB 19 0..127 I am using a Modulation Sequencer connected to a NRPN Generator. In the fields MSB/LSB I put 16/17 (Voice 1) and 18/19 (Voice 2). Min Value = 0 Max Value = 16383. The Moonwind doesn't react. I am sure I am missing something... Someone has an idea? What am I doing wrong? Many thanks! Edo |
#2
|
|||
|
|||
![]() Quote:
Quote:
- Setup a CCGen to send CCs 16 and 17. Set scaling for both 'voices' to "No Scaling". - Set ModSequencer to generate values in the range 0 to 1. - To generate the MSB value for CC 16, use a BinaryOp module to scale the ModSeq CV by 3 --- so 0 to 1 in the mod seq will generate 0 to 3 on CC 16. - To generate the LSB you will need two BinaryOp: One to multiply the ModSeq CV value by 381 (i.e. 3 times 127), then feed that into a second UnaryOp set to "Int Modulo" with Input B set to 127. That should get you close -- I recommend using the MIDI Monitor from snoize.com to verify the outputs. Cheers, Jim |
#3
|
|||
|
|||
![]()
Hi Jim! Thank you for your help!
I think I am getting closer... - Setup a CCGen to send CCs 16 and 17. Set scaling for both 'voices' to "No Scaling". Done! - Set ModSequencer to generate values in the range 0 to 1. Done! - To generate the MSB value for CC 16, use a BinaryOp module to scale the ModSeq CV by 3 --- so 0 to 1 in the mod seq will generate 0 to 3 on CC 16. Which function should I use for SCALE? - To generate the LSB you will need two BinaryOp: One to multiply the ModSeq CV value by 381 (i.e. 3 times 127), then feed that into a second UnaryOp set to "Int Modulo" with Input B set to 127. I think I got that... Routing: The same CV out from the Modulation Seq will feed 1) the first BinaryOp (CV Input A) -> CCGen (CV In 1 = CC 16) -> MIDI Out 2) the second BinaryOp (CV Input A) -> the third BinaryOp (CV Input A) -> CCGen (CV In 2 = CC 17) Did I understand correctly? If yes now I only need to no how to apply scale function in the first BinaryOp. Many Thanks! Edo |
#4
|
|||
|
|||
![]()
I think I got this one
- To generate the MSB value for CC 16, use a BinaryOp module to scale the ModSeq CV by 3 --- so 0 to 1 in the mod seq will generate 0 to 3 on CC 16. Which function should I use for SCALE? I just saw there is a function called SCALE/OFFSET. With 3 in the Scale field I got correct output CC16 0-3 (thanks to MIDI Monitor!) The problem is that even if I can see the whole range 0-127 going out (CC17) what I hear (playing a rising edge) are 4 "zones" of ranges: it raises then it suddenly falls and raises again (from a higher note), the it suddenly falls and raises again (from a higher note) etc. I hope I wasn't too confusing in my description ![]() Edo PS: I can send you a file made with MIDI Monitor if this can help. Last edited by edology; 11-10-2016 at 08:33 AM. |
#5
|
|||
|
|||
![]() Quote:
Quote:
Cheers, Jim |
#6
|
|||
|
|||
![]() Quote:
Jim |
#7
|
|||
|
|||
![]()
Thank you Jim, I just sent it!
Edo |
#8
|
|||
|
|||
![]()
Ok, so the trick is that you need to "truncate" the MSB value after scaling it by 3, but before the CC Gen. The CC Gen module, with scaling off, rounds the input value to an integer — but in this case, that means the MSB reaches 1 much too early.
I also tweaked the 2nd argument for the modulo operation -- it should be 128, not 127. See your email for an updated example! Cheers, Jim |
![]() |
Thread Tools | |
Display Modes | |
|
|