summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-18Couple of bug fixes which show up when undoing solo state. Also a few comments.Carl Hetherington
2008-12-17Fix #2478; deref of 0 pointer if jack_port_register fails.Carl Hetherington
2008-12-16Implement #2425: option for automation to follow region moves.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-13Added evoral dependencySampo Savolainen
2008-12-13fix up java-style expression to have correct C++ semanticsPaul Davis
2008-12-13fix use of deprecated gtk toolbar tooltips API when GTK_NEW_TOOLTIP_API is de...Paul Davis
2008-12-12"merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compi...Paul 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 allocation bugsHans Baier
2008-12-12* reenabled assertions after irc-ing with drobillaHans Baier
2008-12-12* fixed memory management bugs for midi patchname handlingHans Baier
2008-12-12* converted two especially obnoxious assertions into warnings since they hind...Hans 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* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-12-08partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebasePaul Davis
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-12-08Improve svn revision handling and make srctar "work". (The tarball is created...Sakari Bergen
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-12-04* made MidiClockTicker SingletonHans Baier
2008-12-01* minor cleanupHans Baier
2008-12-01* reduced debugging outputHans Baier
2008-12-01* Sending MIDI Clock while looping works nowHans Baier
2008-11-29First revision with working track importSakari Bergen
2008-11-29* fixed potential crashHans Baier
2008-11-29* sending MIDI clock works, hooray\!Hans Baier
2008-11-26* added Menu for sending midi clockHans Baier
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-26* the very humble beginnings of sending MIDI clockHans Baier
2008-11-24A bit more of track import done...Sakari Bergen
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-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen
2008-11-14Apply LV2 changes from 2.0.David Robillard
2008-11-07* Enabled debugging output for start/stop messages on MidiClockSlave Hans Baier
2008-11-07* removed unnecessary method calls (preparse/postparse) in JACK_MidiPortHans Baier
2008-11-06* Fix problem with JACK being left in freewheeling after exportSakari Bergen
2008-11-03fix nasty bug in evaluation of final step of interpolated Curve valuesPaul Davis
2008-10-30*disabled debugging outputHans Baier
2008-10-30* got MIDI clock working really smoothly (29 frames until sync, ardour transp...Hans Baier
2008-10-29* disabled one line of debugging outputHans Baier
2008-10-29* fixed bug in Session::follow_slave: average_slave_delta wrapped around to h...Hans Baier