summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2008-10-29* added documentaion to libs/ardour/slave.hHans Baier
2008-10-27got MIDI Clock slave closer to functioning properly: Hans Baier
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-10-21Added svn:ignore properties and cleaned out autocrap cruft from libs/glibmm2/...Sakari Bergen
2008-10-20Added facilities into PluginInsert for the GUI to gather parts of the real si...Sampo Savolainen
2008-10-16Handle export presets from config dirs properly. Removed some debug output.Sakari Bergen
2008-10-16Fix handling of format profiles in system config dirs. (Some profiles could n...Sakari Bergen
2008-10-14* this implementation of midi_clock_slave is still sort of a proof of concept...Hans Baier
2008-10-14Remove meaningless const qualifier (-Wextra warning).David Robillard
2008-10-13First draft of the EQ visualization system. Now force fed to all plugin UIs.Sampo Savolainen