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 

Start drums with midi CC...

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


Joined: 05 Nov 2018
Posts: 128
Location: Virginia Beach VA

PostPosted: Sun Jan 17, 2021 9:44 pm    Post subject: Start drums with midi CC... Reply with quote

Any clue as to where in the Kronos ecosystem I would go to assign a midi controller number to start/stop the drum track? Hoping it would apply in all modes - Program/Combi/Seq. I had this working previously but somehow all my assignments I had made in Global mode got messed up...so I know it can be done. I just can't (re)figure out how to do it.
Many thanks~
_________________
Korg Karma module, Kronos61, SEQUENTIAL PRO3, DSI OB6, Oberheim OB8, XStation25, Yamaha MFC (for Karma Pads), Omnisphere, guitars by Tom Anderson, Gibson, Fender, Ibanez, D'Angelico, Parker, Line6, Guitar Processors by Fractal Audio, Amplification by Mesa, Carvin, w/Celestion V30(!)
Back to top
View user's profile Send private message
kronosflyby



Joined: 10 Jan 2021
Posts: 27

PostPosted: Mon Jan 18, 2021 8:42 am    Post subject: Reply with quote

Hi,

You can send sysex :

For example in combi mode :

on :

var message= [0xf0,0x42,0x30,0x68,0x6e,0x01,0x00,0x00,0x0a,0x00,0x00,0x00,0x01,0xf7];
var output = midi.outputs.get(midiID);
output.send( message );

off:
var message= [0xf0,0x42,0x30,0x68,0x6e,0x01,0x00,0x00,0x0a,0x00,0x00,0x00,0x00,0xf7];
var output = midi.outputs.get(midiID);
output.send( message );


If you need to send cc you must have a soft between your controler and the Kronos that make the translation.


Or you need a controller capable of sending sysex, if that exists, I don't know ...

Greetings

Patrice.
_________________
Hey Kronos users :

Try my tool :

https://kronosflyby.myweb2be.com Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
yeskeys
Full Member


Joined: 05 Nov 2018
Posts: 128
Location: Virginia Beach VA

PostPosted: Mon Jan 18, 2021 5:42 pm    Post subject: Reply with quote

kronosflyby wrote:
Hi,

You can send sysex :

For example in combi mode :

on :

var message= [0xf0,0x42,0x30,0x68,0x6e,0x01,0x00,0x00,0x0a,0x00,0x00,0x00,0x01,0xf7];
var output = midi.outputs.get(midiID);
output.send( message );

off:
var message= [0xf0,0x42,0x30,0x68,0x6e,0x01,0x00,0x00,0x0a,0x00,0x00,0x00,0x00,0xf7];
var output = midi.outputs.get(midiID);
output.send( message );


If you need to send cc you must have a soft between your controler and the Kronos that make the translation.


Or you need a controller capable of sending sysex, if that exists, I don't know ...

Greetings

Patrice.


Thanks - but I do have a controller driving the Kronos and need to send a midi CC. Just need to know where to assign the midi CC on the Kronos. I can tell the controller which CC number to use if this is not hard coded in the Kronos.
_________________
Korg Karma module, Kronos61, SEQUENTIAL PRO3, DSI OB6, Oberheim OB8, XStation25, Yamaha MFC (for Karma Pads), Omnisphere, guitars by Tom Anderson, Gibson, Fender, Ibanez, D'Angelico, Parker, Line6, Guitar Processors by Fractal Audio, Amplification by Mesa, Carvin, w/Celestion V30(!)
Back to top
View user's profile Send private message
GregC
Platinum Member


Joined: 15 May 2002
Posts: 9451
Location: Discovery Bay (San Francisco Bay Area)

PostPosted: Mon Jan 18, 2021 6:49 pm    Post subject: Reply with quote

go to Global/controllers/foot switch

you can assign a switch/setting to turn DT on/off. Bottom of the list
_________________
Kronos 88. MODX8
Achieve your musical dreams Smile
https://soundcloud.com/user-898236994
Back to top
View user's profile Send private message Send e-mail
KingKronos
Senior Member


Joined: 02 Jan 2021
Posts: 269

PostPosted: Tue Jan 19, 2021 2:00 am    Post subject: Re: Start drums with midi CC... Reply with quote

yeskeys wrote:
Any clue as to where in the Kronos ecosystem I would go to assign a midi controller number to start/stop the drum track? Hoping it would apply in all modes - Program/Combi/Seq. I had this working previously but somehow all my assignments I had made in Global mode got messed up...so I know it can be done. I just can't (re)figure out how to do it.
Many thanks~


It's on the Function Assign page in global mode.
Back to top
View user's profile Send private message AIM Address
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