mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-04 20:05:05 +00:00
disable MIDI clock
This commit is contained in:
parent
46425655ad
commit
53120edd99
1 changed files with 1 additions and 1 deletions
|
@ -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