13
0
livetrax/libs
David Robillard 30ab1fd615 Towards MIDI:
- Converted vector<Sample*> to BufferList and numerous counts from int to ChanCount (and related changes)
- Added fancy type-generic iterators to BufferList, PortIterator (see IO::collect_input for a good example of the idea - the same code will work to read all input (of various types in a single IO, eg instruments) without modification no matter how many types we add)
- Fixed comparison operator bugs with ChanCount (screwed up metering among other things)
- Moved peak metering into it's own object, and moved most of the pan related code out of IO to panner (still a touch more to be done here for MIDI playback)

Not directly MIDI related fixes for problems in trunk:

- Fixed varispeed gain/pan automation to work properly (was reading the wrong range of automation data, probably causing nasty clicks?)
- Fixed crash on varispeed looping (possibly only a 64-bit problem).  It still doesn't work, but at least it doesn't die

Quite a few things broken, and the new classes are pretty filthy still, but I think the direction is a lot better than all my previous plans...


git-svn-id: svn://localhost/ardour2/branches/midi@795 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-12 08:20:24 +00:00
..
appleutility Merged with trunk R776 2006-08-10 01:22:45 +00:00
ardour Towards MIDI: 2006-08-12 08:20:24 +00:00
flowcanvas
fst Large nasty commit in the form of a 5000 line patch chock-full of completely 2006-06-26 16:01:34 +00:00
glibmm2
gtkmm2
gtkmm2ext Merged with trunk R708 2006-07-28 01:08:57 +00:00
libglademm
libgnomecanvasmm Merge big changes (mostly Controllable) from trunk 2006-07-14 03:43:32 +00:00
libsndfile Merged with trunk R776 2006-08-10 01:22:45 +00:00
midi++2 Merged with trunk R708 2006-07-28 01:08:57 +00:00
pbd - Changed IO's vector<Port*>'s to PortList 2006-08-11 03:24:57 +00:00
sigc++2
soundtouch Merged with trunk R708 2006-07-28 01:08:57 +00:00
surfaces Towards MIDI: 2006-08-12 08:20:24 +00:00
.cvsignore