kopia lustrzana https://github.com/jameshball/osci-render
Fix default midiEndabled
rodzic
775da0186c
commit
ac2cf8f372
|
@ -649,6 +649,7 @@ void OscirenderAudioProcessor::setStateInformation(const void* data, int sizeInB
|
|||
}
|
||||
changeCurrentFile(xml->getIntAttribute("currentFile", -1));
|
||||
broadcaster.sendChangeMessage();
|
||||
prevMidiEnabled = !midiEnabled->getBoolValue();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue