Fix default midiEndabled

pull/170/head
James Ball 2023-09-10 19:30:04 +01:00
rodzic 775da0186c
commit ac2cf8f372
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -649,6 +649,7 @@ void OscirenderAudioProcessor::setStateInformation(const void* data, int sizeInB
}
changeCurrentFile(xml->getIntAttribute("currentFile", -1));
broadcaster.sendChangeMessage();
prevMidiEnabled = !midiEnabled->getBoolValue();
}
}

Wyświetl plik

@ -62,7 +62,6 @@ public:
std::shared_ptr<BufferConsumer> consumerRegister(std::vector<float>& buffer);
void consumerStop(std::shared_ptr<BufferConsumer> consumer);
void consumerRead(std::shared_ptr<BufferConsumer> consumer);
void setMidiEnabled(bool enabled);
int VERSION_HINT = 1;