summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2009-10-20Fix crash with input (not duplex) control MIDI ports.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-09-15Normalise names of .cc and .h files.Carl Hetherington
2009-07-22Update autowaf.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-03-09Fix compile.Carl Hetherington
2009-02-27Waf: install stuffDavid Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Clean up checks.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Fix warnings.David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard
2009-02-18Make sure Evoral::MIDIEvent XML stuff is entirely unused in midi++ for now (r...David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-01Templateify MidiBuffer iterators (avoid code duplication since they're about ...David Robillard
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-15* extend MIDNAM support (PatchBanks containing the bank select MIDI Commands)Hans Baier
2008-12-23* added comments to midi_region_view.hHans Baier
2008-12-17Fix #2478; deref of 0 pointer if jack_port_register fails.Carl Hetherington
2008-12-15* first working prototype of changing program changes by scroll wheel (still ...Hans Baier
2008-12-14* some refactoring of patch name stuff in preparation for altering program ch...Hans Baier
2008-12-13fix up java-style expression to have correct C++ semanticsPaul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-12* fixed memory management bugs for midi patchname handlingHans Baier
2008-12-11* added myself to about.ccHans Baier
2008-12-10* make patch selection appear only when there are patches loadedHans Baier
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-12-06* completed MIDI::Name::MIDINameDocument and implemented its set_state-Method...Hans Baier
2008-12-06* changed all lists in midnam_patch.h to std::listHans Baier
2008-12-06* completed MIDI::Name::MasterDeviceNames and implemented its set_state-MethodHans Baier
2008-12-06* Added MIDI::Name::NoteHans Baier
2008-11-29* sending MIDI clock works, hooray\!Hans Baier
2008-11-23* Added support for ChannelNameSetAssignments (midnam_patch.(cc|h)Hans Baier
2008-11-22* added XML deserialisation for control and program changesHans Baier
2008-11-07* removed unnecessary method calls (preparse/postparse) in JACK_MidiPortHans Baier
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis