Korg Forums Forum Index Korg Forums
A forum for Korg product users and musicians around the world.
Moderated Independently.
Owned by Irish Acts Recording Studio & hosted by KORG USA
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Change Combis via MIDI receive

 
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Kronos
View previous topic :: View next topic  
Author Message
houdinni



Joined: 26 Apr 2018
Posts: 1

PostPosted: Thu Apr 26, 2018 7:13 pm    Post subject: Change Combis via MIDI receive Reply with quote

Hi guys!

Is there a way how to control switching cobinations using MIDI?

I have Cymatic LP-16, it plays MIDI files simultaneously with audio files, and I would like to change my instruments via that MIDI track.


For example, got combination named song 1 - song 16, and during playback, we are using samples played with LP-16, and i would like to change my combinations automatically.. but should be like Song 1 has its own value. Not just up/down system.


Thanks

Jan
Back to top
View user's profile Send private message
pno15



Joined: 05 May 2018
Posts: 30

PostPosted: Sat May 05, 2018 12:51 pm    Post subject: Reply with quote

Hi houdini

Yes you can do this via midi sysex and/or cc midi for the last :

combi up :
var message= [0xb0,0x39,0x00];
var message2= [0xb0,0x39,0x7f];
var output = midiAccess.outputs.get(portID);
output.send( message );
output.send( message2 );

combi down :
var message= [0xb0,0x38,0x00];
var message2= [0xb0,0x38,0x7f];
var output = midiAccess.outputs.get(portID);
output.send( message );
output.send( message2 );

or combi change :

var message= [0xb0,0x00,0x00,0xb0,0x20,bank,0xc0,prog];
var output = midiAccess.outputs.get(portID);
output.send( message );


Greetings,

Pno
_________________
Try the combinator, for creating combis in few minutes It's free !

https://kronosflyby.myweb2be.com/indexcombi.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Kronos All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group