X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fmidi_port.h;h=b7730f0d1672238d679948db70e3714105290c7b;hb=6698f5f686bef82b0c9568558c83a3b9b3344700;hp=1abfd809321a9423eb6389cbb2cb087e7181ff5a;hpb=bd1220a46db9fe909d09c08139cfb61ba98ec9f3;p=ardour.git diff --git a/libs/ardour/ardour/midi_port.h b/libs/ardour/ardour/midi_port.h index 1abfd80932..b7730f0d16 100644 --- a/libs/ardour/ardour/midi_port.h +++ b/libs/ardour/ardour/midi_port.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include namespace ARDOUR { @@ -47,7 +47,7 @@ class MidiPort : public Port { return _buffer; } - void cycle_start(jack_nframes_t nframes); + void cycle_start(nframes_t nframes); void cycle_end(); size_t capacity() { return _buffer.capacity(); } @@ -61,7 +61,7 @@ class MidiPort : public Port { /* engine isn't supposed to access below here */ MidiBuffer _buffer; - jack_nframes_t _nframes_this_cycle; + nframes_t _nframes_this_cycle; }; } // namespace ARDOUR