From ca10cc82a4374a5b413c06ead6cc89c53f8881ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 May 2009 15:50:51 +0000 Subject: Preliminary MIDI plugin support. git-svn-id: svn://localhost/ardour2/branches/3.0@5036 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_port.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/midi_port.h') diff --git a/libs/ardour/ardour/midi_port.h b/libs/ardour/ardour/midi_port.h index 2f3d8d1647..e4d6a41d05 100644 --- a/libs/ardour/ardour/midi_port.h +++ b/libs/ardour/ardour/midi_port.h @@ -40,6 +40,8 @@ class MidiPort : public Port { void cycle_end (nframes_t nframes); void cycle_split (); void flush_buffers (nframes_t nframes, nframes_t offset = 0); + + size_t raw_buffer_size(jack_nframes_t nframes) const; Buffer& get_buffer (nframes_t nframes, nframes_t offset = 0) { return get_midi_buffer (nframes, offset); -- cgit v1.2.3