13
0
livetrax/libs
David Robillard 8a28ea6154 Introduce new time for session-relative frame time, and make source interface capable of handling 64-bit long sessions.
sframes_t is "session frames".  The rules for time stamps are:
 - Anything relative to transport time, session position, etc, should be sframes_t
 - Anything relative to jack cycles, including the length thereof, should be nframes_t

To support sessions which exceed UINT32_MAX frames, we need to replace all the uses of
nframes_t for session time with sframes_t, and make sure the conversions are sound.
This does not depend on jack's nframes_t; that we are using the same type at all right now was an oops.

This is also be kinda nice for readability since the two different time bases have different types...


git-svn-id: svn://localhost/ardour2/branches/3.0@4636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19 05:45:11 +00:00
..
appleutility most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet 2008-12-12 14:43:24 +00:00
ardour Introduce new time for session-relative frame time, and make source interface capable of handling 64-bit long sessions. 2009-02-19 05:45:11 +00:00
cairomm Improve svn revision handling and make srctar "work". (The tarball is created, but it doesn't build...) 2008-12-08 09:03:36 +00:00
clearlooks-newer Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
clearlooks-older Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
evoral * FIXME in midi_util.h 2009-02-17 16:42:17 +00:00
fst merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
glibmm2 Added svn:ignore properties and cleaned out autocrap cruft from libs/glibmm2/scripts/ 2008-10-21 19:56:42 +00:00
gtkmm2 fix use of deprecated gtk toolbar tooltips API when GTK_NEW_TOOLTIP_API is defined 2008-12-13 13:28:44 +00:00
gtkmm2ext Remove empty files. 2009-02-18 23:58:21 +00:00
libgnomecanvasmm merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
midi++2 Fix MIDI controller feedback. 2009-02-18 20:53:54 +00:00
pbd Remove empty files. 2009-02-18 23:58:21 +00:00
rubberband install/uninstall to ardour3 not ardour2 2009-01-02 15:13:40 +00:00
sigc++2 Fix sigc building. 2008-09-20 15:49:48 +00:00
soundtouch merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
surfaces Fix 'sticky' sliders when MIDI control feedback is enabled. 2009-02-18 23:54:41 +00:00
taglib Fix some compiling warnings and errors in OS X 2008-12-29 19:50:19 +00:00
vamp-plugins Move midi_util.h. 2008-09-30 15:19:49 +00:00
vamp-sdk most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet 2008-12-12 14:43:24 +00:00
.cvsignore rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00