more MIDI debugging messages
This commit is contained in:
		
							parent
							
								
									b7d8f3c17a
								
							
						
					
					
						commit
						ad5072dad6
					
				| 
						 | 
				
			
			@ -92,10 +92,12 @@ bool TAMidiOut::closeDevice() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
std::vector<String> TAMidiIn::listDevices() {
 | 
			
		||||
  logW("attempting to list devices of abstract TAMidiIn!");
 | 
			
		||||
  return std::vector<String>();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::vector<String> TAMidiOut::listDevices() {
 | 
			
		||||
  logW("attempting to list devices of abstract TAMidiOut!");
 | 
			
		||||
  return std::vector<String>();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3025,6 +3025,8 @@ bool DivEngine::initAudioBackend() {
 | 
			
		|||
      if (!output->midiIn->openDevice(inName)) {
 | 
			
		||||
        logW("could not open MIDI input device!");
 | 
			
		||||
      }
 | 
			
		||||
    } else {
 | 
			
		||||
      logV("no MIDI input device selected.");
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  if (output->midiOut) {
 | 
			
		||||
| 
						 | 
				
			
			@ -3035,6 +3037,8 @@ bool DivEngine::initAudioBackend() {
 | 
			
		|||
      if (!output->midiOut->openDevice(outName)) {
 | 
			
		||||
        logW("could not open MIDI output device!");
 | 
			
		||||
      }
 | 
			
		||||
    } else {
 | 
			
		||||
      logV("no MIDI output device selected.");
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue