mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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
3 changed files with 14 additions and 13 deletions
|
|
@ -61,13 +61,14 @@ protected:
|
||||||
void flush_midi();
|
void flush_midi();
|
||||||
|
|
||||||
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||||
framepos_t position,
|
framepos_t position,
|
||||||
framepos_t start, framecnt_t cnt,
|
framepos_t start,
|
||||||
MidiStateTracker* tracker) const;
|
framecnt_t cnt,
|
||||||
|
MidiStateTracker* tracker) const;
|
||||||
|
|
||||||
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& dst,
|
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& dst,
|
||||||
framepos_t position,
|
framepos_t position,
|
||||||
framecnt_t cnt);
|
framecnt_t cnt);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int set_state (const XMLNode&, int version, bool with_descendants);
|
int set_state (const XMLNode&, int version, bool with_descendants);
|
||||||
|
|
|
||||||
|
|
@ -76,14 +76,14 @@ public:
|
||||||
int open_for_write ();
|
int open_for_write ();
|
||||||
|
|
||||||
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||||
framepos_t position,
|
framepos_t position,
|
||||||
framepos_t start,
|
framepos_t start,
|
||||||
framecnt_t cnt,
|
framecnt_t cnt,
|
||||||
MidiStateTracker* tracker) const;
|
MidiStateTracker* tracker) const;
|
||||||
|
|
||||||
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& src,
|
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& src,
|
||||||
framepos_t position,
|
framepos_t position,
|
||||||
framecnt_t cnt);
|
framecnt_t cnt);
|
||||||
|
|
||||||
double _last_ev_time_beats;
|
double _last_ev_time_beats;
|
||||||
framepos_t _last_ev_time_frames;
|
framepos_t _last_ev_time_frames;
|
||||||
|
|
|
||||||
|
|
@ -138,8 +138,8 @@ MidiPlaylistSource::read_unlocked (Evoral::EventSink<framepos_t>& dst,
|
||||||
|
|
||||||
framecnt_t
|
framecnt_t
|
||||||
MidiPlaylistSource::write_unlocked (MidiRingBuffer<framepos_t>&,
|
MidiPlaylistSource::write_unlocked (MidiRingBuffer<framepos_t>&,
|
||||||
framepos_t,
|
framepos_t,
|
||||||
framecnt_t)
|
framecnt_t)
|
||||||
{
|
{
|
||||||
fatal << string_compose (_("programming error: %1"), "MidiPlaylistSource::write_unlocked() called - should be impossible") << endmsg;
|
fatal << string_compose (_("programming error: %1"), "MidiPlaylistSource::write_unlocked() called - should be impossible") << endmsg;
|
||||||
/*NOTREACHED*/
|
/*NOTREACHED*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue