summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-06* Add SysEx Support to MidiModel / SMFHans Baier
2009-02-05Small fixes to port matrix rendering, mostly visible when using the bundle ma...Carl Hetherington
2009-02-04Reduce header dependencies.Carl Hetherington
2009-02-04Fix minor visual glitch with mouseover when a label is partially out-of-sight.Carl Hetherington
2009-02-03* fix commentHans Baier
2009-02-03* more pleasant template parameter names in (MIDI)EventHans Baier
2009-02-03* midi_event_size(uchar status): return size including status / handle sysexHans Baier
2009-02-03* typo buss -> busHans Baier
2009-02-03Click and hold button 1 over a channel name in the port matrix highlightsCarl Hetherington
2009-02-03Do not display orphaned Show: labels when they are not required.Carl Hetherington
2009-02-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2009-02-02Re-enable creation of stereo bundles for system IO, so that the mixer stripCarl Hetherington
2009-02-02Fix a couple of bugs causing unexpected movements of the playhead.Carl Hetherington
2009-02-02Disable excessive console output (please comment this stuff before committing...David Robillard
2009-02-02Fix up mouseover handling in the port matrix.Carl Hetherington
2009-02-02* fix misleading/wrong commentHans Baier
2009-02-02* debugging outputHans Baier
2009-02-02* fixed crash: MidiBuffer::reserve returned wrong write locationHans Baier
2009-02-02* added assertions to MidiBuffer::iterator_base in order to avoid offset corr...Hans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-02Tidy.David Robillard
2009-02-01Removed fixed/maximum event size assumption/limitation from MIDI buffer.David Robillard
2009-02-01Style.David Robillard
2009-02-01Templateify MidiBuffer iterators (avoid code duplication since they're about ...David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30More port matrix re-working. Global matrix now has separate visibility buttonsCarl Hetherington
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
2009-01-30add forgotten filesPaul Davis
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-30Um... we can't use 128 bytes for every single MIDI event, Hans.David Robillard
2009-01-30* enlage MidiBuffer size to 128 bytes to allow for sysex eventsHans Baier
2009-01-30* re-enable assertion about controller values (probably corrupt data in my Se...Hans Baier
2009-01-30* fixed bug: channel and id swapped for PitchBener, ChannelPressure and Progr...Hans Baier
2009-01-29* set right interpolation on MidiModel controls after recording tooHans Baier
2009-01-29* loosened assertion about controller to UINT8_MAX allow for (real-world) non...Hans Baier
2009-01-28Remove nonsense comment.David Robillard
2009-01-28* Set Discrete mode as default until Linear mode works properlyHans Baier
2009-01-28* Fixed bug: Discrete control lists are generally not played backHans Baier
2009-01-28* Allow choice of interpolation mode only for Linear ControlsHans Baier
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-28* more user friendly MIDI automation lane namesHans Baier
2009-01-28Change input/output selector button behaviour so that button 1 opens the port...Carl Hetherington
2009-01-27Draw mouseover lines only between the target and the labels.Carl Hetherington
2009-01-27Make track sends etc. appear in the same bundle as the track. Tidy up bundle...Carl Hetherington
2009-01-27A few cleanups. Also make port matrix notice when routes or processors change.Carl Hetherington
2009-01-27First cut at mouseovers for the port matrix.Carl Hetherington
2009-01-26Make global port matrix a Gtk::Window rather than an ArdourDialog.Carl Hetherington
2009-01-26Put sends / inserts into the port matrix next to their tracks / bussesCarl Hetherington
2009-01-25Some refactoring. Add port group headers to the port matrix.Carl Hetherington
2009-01-24Do not take into account sends when computing the required number of buffers,...Carl Hetherington