13
0
livetrax/libs/evoral/evoral
David Robillard 7183242b8c The great audio processing overhaul.
The vast majority of Route signal processing is now simply in the list of
processors.  There are definitely regressions here, but there's also
a lot of things fixed.  It's far too much work to let diverge anymore
regardless, so here it is.

The basic model is: A route has a fixed set of input channels (matching
its JACK input ports and diskstream).  The first processor takes this
as input.  The next processor is configured using the first processor's
output as input, and is allowed to choose whatever output it wants
given that input... and so on, and so on.  Finally, the last processor's
requested output is used to set up the panner and create whatever Jack
ports are needed to output the data.

All 'special' internal processors (meter, fader, amp, insert, send) are
currently transparent: they read any input, and return the same set
of channels back (unmodified, except for amp).

User visible changes:
 * LV2 Instrument support (tracks with both MIDI and audio channels)
 * MIDI in/out plugin support
 * Generic plugin replication (for MIDI plugins, MIDI/audio plugins)
 * Movable meter point

Known Bugs:
 * Things seem to get weird on loaded sessions
 * Output delivery is sketchy
 * 2.0 session loading was probably already broken...
   but it's definitely broken now :)

Please test this and file bugs if you have any time...



git-svn-id: svn://localhost/ardour2/branches/3.0@5055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-07 06:30:50 +00:00
..
Control.hpp The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
ControlList.hpp vestige-based VST support, back-ported from 2.0-ongoing 2009-02-27 17:11:21 +00:00
ControlSet.hpp The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
Curve.hpp
Event.hpp MIDI robustness. 2009-02-14 20:52:15 +00:00
EventRingBuffer.hpp * Code readability: Template parameter <T> -> <Time> 2009-02-10 22:06:56 +00:00
EventSink.hpp * Code readability: Template parameter <T> -> <Time> 2009-02-10 22:06:56 +00:00
midi_events.h
midi_util.h * FIXME in midi_util.h 2009-02-17 16:42:17 +00:00
MIDIEvent.hpp Gracefully ignore illegal MIDI events. 2009-02-16 00:36:11 +00:00
MIDIParameters.hpp
Note.hpp Remove superfluous typedefs. 2009-02-14 23:41:05 +00:00
OldSMF.hpp Remove abstract MIDIFile interface (maintaining interface with old crap was getting annoying). 2009-02-14 17:39:49 +00:00
Parameter.hpp
RingBuffer.hpp * Code readability: Template parameter <T> -> <Time> 2009-02-10 22:06:56 +00:00
Sequence.hpp The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
SMF.hpp Fix the horrible mess that was anything related to sources and paths. 2009-02-17 02:11:49 +00:00
SMFReader.hpp
TimeConverter.hpp Fix deadlock issues. 2009-02-16 04:39:34 +00:00
TypeMap.hpp
types.hpp Remove superfluous typedefs. 2009-02-14 23:41:05 +00:00