summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ticker.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-13 16:03:24 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-13 16:03:24 +0000
commite8c59e4155a6fa40863c2d761ab8e1c5b81c589b (patch)
treeedcfe456cc3436bd9052a50a47140eda13e1fe3b /libs/ardour/ardour/ticker.h
parent8d5b4fbf4a1f4139aa776715ee243a52307f30db (diff)
Remove unnecessary assert from midi clock ticker code; MIDI::Port handles non-process thread sends using a ringbuffer. Clean up some types.
git-svn-id: svn://localhost/ardour2/branches/3.0@8259 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/ticker.h')
-rw-r--r--libs/ardour/ardour/ticker.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/ardour/ticker.h b/libs/ardour/ardour/ticker.h
index 0a24070608..42f3d88dc9 100644
--- a/libs/ardour/ardour/ticker.h
+++ b/libs/ardour/ardour/ticker.h
@@ -97,10 +97,10 @@ private:
double one_ppqn_in_frames (framepos_t transport_position);
- void send_midi_clock_event (framecnt_t offset);
- void send_start_event (framecnt_t offset);
- void send_continue_event (framecnt_t offset);
- void send_stop_event (framecnt_t offset);
+ void send_midi_clock_event (pframes_t offset);
+ void send_start_event (pframes_t offset);
+ void send_continue_event (pframes_t offset);
+ void send_stop_event (pframes_t offset);
};
}