summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2010-01-22fix weak ordering logic for plugin statusesPaul Davis
2010-01-16a tiny change that fixes MMC (and other things) aborting capture-on-stop when...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-12-07weak version of "Save As"Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-11-11better/correct AU transport state callback ; debug info for AU I/O configsPaul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-11-08plugin menu/manager patch from J. Abelardo Gutierrez (already applied to 3.0)Paul Davis
2009-11-08minor cleanups noted while forward porting transport stuff to 3.0Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-11-04various "deep" fixes related to looping, particularly seamless, and transport...Paul Davis
2009-11-04fix buffer content issue after seamless loop endsPaul Davis
2009-11-02initial unfinished support for AU host callbacks (tempo, musical time, transp...Paul Davis
2009-11-02clean up last commit by sharing coding via modify_{front,end}Paul Davis
2009-11-02provide new cut_{front,end} region methods whose semantics for audio fade in/...Paul Davis
2009-10-30patch from carl for #2017 - do not stop at session end if synced to jack but ...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-29Remove unnecessary copy constructorSampo Savolainen
2009-10-29PluginInfo::type added to copy constructor. But why is the copy constructor d...Sampo Savolainen
2009-10-28Make sure PluginInfo.type is always set plus replace a mindless class cast kl...Sampo Savolainen
2009-10-272 patches inspired from 3.0. remove unused butler buffers(drobilla), and reg...Ben Loftis
2009-10-20store the count of imported files in the import_status record, and initialize...Ben Loftis
2009-10-13MTC-continue-when-looping patch from carl (#1875). note - apparently not need...Paul Davis
2009-10-09handle AU Factory presets along with user presets2.8.3Paul Davis
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2009-10-05add /ardour/locate <frame> <roll-after-locate> command to OSC APIPaul Davis
2009-10-05provide jdelay-based hardware/port insert latency measurementPaul Davis
2009-10-05add new files, derived from jack_delay by fonsPaul Davis
2009-10-02replace all instances of prop->value() == "yes" with string_is_affirmative (p...Paul Davis
2009-10-01more on log fix, and redirect renaming fix from nickmPaul Davis
2009-10-01LV2 external UI patch from nedko (#2777)Paul Davis
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ...Paul Davis
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin co...Paul Davis
2009-07-06remove extra use of legalize_for_path() and just make sure that session and s...Paul Davis
2009-06-26playlist sort patch from nick_m, improves ordering of playlists in menu. smal...Paul Davis
2009-06-24splash screen fix from nedko ; fix cleanup's failure to correctly locate file...Paul Davis
2009-06-10Allow Insert Time option to move tempos and time sig changes, as per #1951 (t...Ben Loftis
2009-05-08when changing a Route name, make that sure that a Route with ControlOuts chan...Paul Davis
2009-04-30implement panner reset functionality (missing since 0.99?)Paul Davis
2009-04-29catch jack shutdown (from server) and handle it better then we used to in ter...Paul Davis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-03-27no-cache-port-buffers fix from stephane letzPaul Davis
2009-03-19clean up & extend handling of various AU Component types & subtypes - makes A...Paul Davis
2009-03-17more rational handling of silence when (a) running freeze/export/bounce (b) d...Paul Davis