mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Proper solution to replace 9cabc1b hack.
Initialize uninitialized variable (m_started), remove cruft.
This commit is contained in:
parent
e057b873b5
commit
c8b207d911
3 changed files with 1 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ namespace ARDOUR {
|
|||
|
||||
WinMMEMidiInputDevice::WinMMEMidiInputDevice (int index)
|
||||
: m_handle(0)
|
||||
, m_started(false)
|
||||
, m_midi_buffer(new RingBuffer<uint8_t>(MIDI_BUFFER_SIZE))
|
||||
, m_sysex_buffer(new uint8_t[SYSEX_BUFFER_SIZE])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue