summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2013-01-18more debugging output for failed LXVST opens, and drop use of NULLPaul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16use regex to match [mM][iI][dD] file extension for MIDI files, thus making i...Paul Davis
2013-01-16Fix compilation against svn lilv (const-correctness).David Robillard
2013-01-16remove debug outputPaul Davis
2013-01-16a bit more debug tracing for control protocolsPaul Davis
2013-01-16when stopping transport, revert _default_transport_speed to 1.0 if current sp...Paul Davis
2013-01-15remove some debug outputPaul Davis
2013-01-15fix a couple of unused parametersPaul Davis
2013-01-15better error msg about autoloop locationPaul Davis
2013-01-09DE libardour translation updatePaul Davis
2013-01-09remove timecode subframe configurationRobin Gareus
2013-01-09fix bad fix to error stringPaul Davis
2013-01-09A few more typo fixes in libardour.Colin Fletcher
2013-01-09minor translation fixes/typos from edogawaPaul Davis
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2013-01-08fix ru.po after bad svn mergePaul Davis
2013-01-08MTC generator, revert inert changes in previous commit.Robin Gareus
2013-01-08fix MTC generatorRobin Gareus
2013-01-07latest po updates, including updated russian po-files from alexandrePaul Davis
2013-01-07latest i18n update (including updated nn.po from eivind)Paul Davis
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-06fix continuing SNAFUs with ::set_state() for control protocols and the parent...Paul Davis
2013-01-05Send LV2 time properties with correct types from specification.David Robillard
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2013-01-04Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_d...David Robillard
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2013-01-03latest .po updates from ./waf i18nPaul Davis
2013-01-03expose operation to remove subgroupPaul Davis
2013-01-03new (!) german translation initiated by edgarPaul Davis
2013-01-03various i18n fixes and updates after a ./waf i18n runPaul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-30fix vari-speed stuck at zero and playing backwards.Robin Gareus
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-23fix #5035 - restore pan automation stateRobin Gareus
2012-12-23another buffersize fix (see #5221 and rev13715)Robin Gareus
2012-12-23fix buffer overflow of wrap_buffer (may fix #5221)Robin Gareus
2012-12-23debug issue #5221 -- possible mem corruptionRobin Gareus
2012-12-23Revert "fix for problem when reverse playback hits 00:00:00:00 (may be incomp...Robin Gareus
2012-12-23fix "import at file position" when copying or channel-splitting files on import.Robin Gareus
2012-12-21fix for problem when reverse playback hits 00:00:00:00 (may be incomplete)Robin Gareus
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-18change default font scaling to 80% which makes a newly installed ardour come ...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis