13
0

NOOP: remove whitespace

This commit is contained in:
Paul Davis 2020-02-24 18:39:09 -07:00
parent 3a9a9f247f
commit 42c13607a2

View File

@ -33,7 +33,7 @@ class MidiBuffer;
class MidiEngine;
class LIBARDOUR_API MidiPort : public Port {
public:
public:
~MidiPort();
DataType type () const {
@ -82,7 +82,7 @@ private:
MidiFilter _shadow_midi_filter;
MIDI::Parser* _trace_parser;
bool _data_fetched_for_cycle;
void resolve_notes (void* buffer, samplepos_t when);
void pull_input (pframes_t nframes, bool adjust_speed);
void parse_input (pframes_t nframes, MIDI::Parser& parser);