![]() |
![]() ![]() ![]() ![]() ![]()
|
next newest topic | next oldest topic |
Author | Topic: changing received MIDI CCs internal in Kyma? |
ChristianSchloesser Member |
![]() ![]() ![]() Hello Kymunity, i am stuck at a MIDI problem again. Here is an example of my problem within my "lauflicht (chase light) sequencer" I have a 32 steps sequencer module which i would like to control from 16 MIDI CCs. I would like to control the first steps 1-16 from 16 MIDI CCs and edit the other 17-32 from the same CCs when an additional condition like a 17th CC(toggle) at a value of 127 is present. Here is what i tried: Maybe there is much simpler way to change 32 toggle and potentiometers values from 16 + 1 CC control sources? Any idea/help would be really great. All the best [This message has been edited by ChristianSchloesser (edited 27 November 2011).] IP: Logged |
SSC Administrator |
![]() ![]() ![]() quote: Are you trying to control an external device with MIDI output from Kyma? If so, then could you use MIDIOutputController in a Replicator (16 copies) with: ControllerNumber: ?VoiceNumber + 16 Or are you using an external MIDI controller to control a Kyma AnalogSequencer? If so, you could use: { (1 to: 16 collect: [ :i | (1 - !ToggleCC) trackAndHold: (!cc suffix2: i)]), (1 to: 16 collect: [ :i | !ToggleCC trackAndHold: (!cc suffix2: i)]) } When !ToggleCC is zero, the first 16 stages of the sequencer would be following !cc01 to !cc16; when !ToggleCC is one, the second 16 stages of the sequencer would be following !cc01 and !cc16. IP: Logged |
ChristianSchloesser Member |
![]() ![]() ![]() quote: Yes. 16 switches on an external midi controller send 16 CCs + 1 ToggleCC and should control 32 parameters in the current VCS layout.
quote: That seems to work at first. But if i create a snapshot preset of the patterns only the "visible" 16 step change with the preset.(the VCS actually just saves the controllers which are shown in the layout not the tracckAndHold memorys states i assume?) have a nice day [This message has been edited by ChristianSchloesser (edited 27 November 2011).] IP: Logged |
SSC Administrator |
![]() ![]() ![]() You could do this by sending the two snapshots in succession (one to set cc1-16, the second to set cc17-32). IP: Logged |
ChristianSchloesser Member |
![]() ![]() ![]() Thank you for you help! If there is no easier way...Is it possible with a tool as a "bridge" to directly access an array of 32 Toggles/rotarys with 16 +1 Midi CC buttons/rotarys? If there is no other work around i would try this road and start investing some time in creating my own interface tools... Any suggestions? All the best p.s.: Other topic but... I am also upgrading my midibox SEQ to V4 (http://ucapps.de/midibox_seq.html) which will support OSC then and will hopefully be a perfect addition to Kyma.(Espacially as an Kyma to CV interface!) [This message has been edited by ChristianSchloesser (edited 28 November 2011).] IP: Logged |
ChristianSchloesser Member |
![]() ![]() ![]() Is it possible with a tool as a "bridge" to directly access an array of 32 Toggles/rotarys with 16 +1 Midi CC buttons/rotarys? All the best IP: Logged |
SSC Administrator |
![]() ![]() ![]() Yes, but you'd have to make the Tool send the presets one after another: one preset for the first 16 and another preset to set the second 16. IP: Logged |
All times are CT (US) | next newest topic | next oldest topic |
![]() ![]() |
This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.