Example #1
0
 public static boolean allowsReceivers(MidiDevice device) {
   return probe(device.getMaxReceivers()) || probe(device.getReceivers());
 }