Removed the deprecated fileTicket
This commit is contained in:
parent
434868e52e
commit
9d6b2ede2f
2 changed files with 0 additions and 2 deletions
|
|
@ -140,7 +140,6 @@ void sfz::Synth::clear()
|
||||||
resources.clear();
|
resources.clear();
|
||||||
numGroups = 0;
|
numGroups = 0;
|
||||||
numMasters = 0;
|
numMasters = 0;
|
||||||
fileTicket = -1;
|
|
||||||
defaultSwitch = absl::nullopt;
|
defaultSwitch = absl::nullopt;
|
||||||
defaultPath = "";
|
defaultPath = "";
|
||||||
ccNames.clear();
|
ccNames.clear();
|
||||||
|
|
|
||||||
|
|
@ -522,7 +522,6 @@ private:
|
||||||
|
|
||||||
// Distribution used to generate random value for the *rand opcodes
|
// Distribution used to generate random value for the *rand opcodes
|
||||||
std::uniform_real_distribution<float> randNoteDistribution { 0, 1 };
|
std::uniform_real_distribution<float> randNoteDistribution { 0, 1 };
|
||||||
unsigned fileTicket { 1 };
|
|
||||||
|
|
||||||
std::mutex callbackGuard;
|
std::mutex callbackGuard;
|
||||||
bool freeWheeling { false };
|
bool freeWheeling { false };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue