RemoteVstPlugin: fixed typo in 4ad5add745
Commit4ad5add745introduced a typo which lead to compilation failure. This commit fixes it. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com> (cherry picked from commitc4c94985a6)
This commit is contained in:
@@ -268,7 +268,7 @@ private:
|
||||
float * * m_inputs;
|
||||
float * * m_outputs;
|
||||
|
||||
typedef std::vector<VstMidiEventList> VstMidiEventList;
|
||||
typedef std::vector<VstMidiEvent> VstMidiEventList;
|
||||
VstMidiEventList m_midiEvents;
|
||||
|
||||
bpm_t m_bpm;
|
||||
|
||||
Reference in New Issue
Block a user