disable MIDI clock
This commit is contained in:
		
							parent
							
								
									46425655ad
								
							
						
					
					
						commit
						53120edd99
					
				| 
						 | 
					@ -914,7 +914,7 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // MIDI clock
 | 
					  // MIDI clock
 | 
				
			||||||
  if (output) if (!skipping && output->midiOut!=NULL) {
 | 
					  if (output) if (!skipping && output->midiOut!=NULL) {
 | 
				
			||||||
    output->midiOut->send(TAMidiMessage(TA_MIDI_CLOCK,0,0));
 | 
					    //output->midiOut->send(TAMidiMessage(TA_MIDI_CLOCK,0,0));
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (!pendingNotes.empty()) {
 | 
					  while (!pendingNotes.empty()) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue