More whitespace-only changes.
Apologies for the noise, trying to dice a bunch of changes into reasonable commits... git-svn-id: svn://localhost/ardour2/branches/3.0@13937 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a1d5d6f444
commit
368214b47d
@ -61,13 +61,14 @@ protected:
|
||||
void flush_midi();
|
||||
|
||||
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||
framepos_t position,
|
||||
framepos_t start, framecnt_t cnt,
|
||||
MidiStateTracker* tracker) const;
|
||||
framepos_t position,
|
||||
framepos_t start,
|
||||
framecnt_t cnt,
|
||||
MidiStateTracker* tracker) const;
|
||||
|
||||
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& dst,
|
||||
framepos_t position,
|
||||
framecnt_t cnt);
|
||||
framepos_t position,
|
||||
framecnt_t cnt);
|
||||
|
||||
private:
|
||||
int set_state (const XMLNode&, int version, bool with_descendants);
|
||||
|
@ -76,14 +76,14 @@ public:
|
||||
int open_for_write ();
|
||||
|
||||
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||
framepos_t position,
|
||||
framepos_t start,
|
||||
framecnt_t cnt,
|
||||
MidiStateTracker* tracker) const;
|
||||
framepos_t position,
|
||||
framepos_t start,
|
||||
framecnt_t cnt,
|
||||
MidiStateTracker* tracker) const;
|
||||
|
||||
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& src,
|
||||
framepos_t position,
|
||||
framecnt_t cnt);
|
||||
framepos_t position,
|
||||
framecnt_t cnt);
|
||||
|
||||
double _last_ev_time_beats;
|
||||
framepos_t _last_ev_time_frames;
|
||||
|
@ -138,8 +138,8 @@ MidiPlaylistSource::read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||
|
||||
framecnt_t
|
||||
MidiPlaylistSource::write_unlocked (MidiRingBuffer<framepos_t>&,
|
||||
framepos_t,
|
||||
framecnt_t)
|
||||
framepos_t,
|
||||
framecnt_t)
|
||||
{
|
||||
fatal << string_compose (_("programming error: %1"), "MidiPlaylistSource::write_unlocked() called - should be impossible") << endmsg;
|
||||
/*NOTREACHED*/
|
||||
|
Loading…
Reference in New Issue
Block a user