Files
ardour/libs
Robin Gareus 5ada17eba0 Fix MIDI port offsets.
AudioPort::get_audio_buffer() can offset the buffer simply by offsetting
a pointer. This allows to get an offset buffer for a given port.

For MIDI there's no such concept. A method writing to a MIDI buffer
which is backed by a Port can at best offset it by the global port-buffer
offset (static Port::port_offset), but not by the individual target port's
offset.
2017-09-30 05:25:27 +02:00
..
2017-09-30 05:25:27 +02:00
2017-06-27 20:12:46 +02:00
2017-08-18 09:42:04 -04:00
2017-08-18 20:42:55 +02:00
2017-02-18 16:22:34 +01:00
2017-09-19 08:34:04 -04:00