- fixed leakage
- fixed assertion failure - fixed warnings - fixed version number git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@238 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-2
@@ -208,7 +208,6 @@ public:
|
||||
|
||||
private:
|
||||
int m_num_audiothreads;
|
||||
float sampleRate;
|
||||
BigInteger sustainPedalsDown;
|
||||
int paramID_changed, next_possible_voice, oldest_voice;
|
||||
JaySynthMidiCC *pMidCC_editBuffer;
|
||||
@@ -244,7 +243,7 @@ private:
|
||||
midi_note_info_t last_midi_note_info;
|
||||
voice_t *m_pVoices;
|
||||
JaySynthThread **m_ppAudioThread;
|
||||
WaitableEvent *m_pEventAudioThreadRdy;
|
||||
ScopedPointer <WaitableEvent> m_pEventAudioThreadRdy;
|
||||
JaySynthMonophonicMGR m_monoMGR;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user