I second thatkimouette wrote::?: Could Mac users tell us what MCT features currently work with your MD?
Moderator: Related software moderators
I second thatkimouette wrote::?: Could Mac users tell us what MCT features currently work with your MD?
acspike wrote:learn how to talk to the MegaDrum.
elrules wrote:I second thatkimouette wrote::?: Could Mac users tell us what MCT features currently work with your MD?
MidiDevice.Info[] mdi = MidiSystem.getMidiDeviceInfo();
//For Linux:
String checkFor = "MegaDrum";
//For Windows:
//String checkFor = "USB Audio";
for (int i = 0; i < mdi.length; i++) {
String info = mdi[i].getName()+": "+mdi[i].getDescription();
if (info.indexOf(checkFor)>-1) {
...
Users browsing this forum: No registered users and 29 guests