summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2007-09-27Make sure plugins are activated at least once before cleanup()Sampo Savolainen
2007-09-27silly meDoug McLain
2007-09-27typo fixDoug McLain
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; rati...Paul Davis
2007-09-27auto-re-connect ALSA seq ports at startup, if they were connected; may break ...Paul Davis
2007-09-26retain controllable info for pluginsPaul Davis
2007-09-26GUI control over saved and in-memory history depthPaul Davis
2007-09-25set was_activated to false when deactivate() is run and clean up the Sampo Savolainen
2007-09-25drop mention of fs.cc in libs/pbdPaul Davis
2007-09-25new controls for copy-only import; new logo item for canvasPaul Davis
2007-09-25Make sure we don't deactivate un-activated plugins or re-activate already act...Sampo Savolainen
2007-09-25Correct version number variable names to be in sync with the new scons Sampo Savolainen
2007-09-24fix up translation domains to reflect v2; functor command headerPaul Davis
2007-09-24improvements (?) for window visibility during session loading - time to test ...Paul Davis
2007-09-20changes for OSX/SAEPaul Davis
2007-09-18Code to prevent unnecessary automation midi transmits was preventing updates ...John Anderson
2007-09-17maybe fix crash related to thread-private buffersPaul Davis
2007-09-12per-thread interleave buffers for SndFileSource, not per-source.Paul Davis
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming s...Paul Davis
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-09-11make sure that AudioRegion::set_live_state() notifies interested parties when...Paul Davis
2007-09-11make OSC thread register with the GUIPaul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-10prep & finish peakfiles during importPaul Davis
2007-09-10try to make peak building from scratch more efficientPaul Davis
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to...Paul Davis
2007-09-09pad out lcd sdisplay strings to 6 chars with spaces to overwrite previous tra...John Anderson
2007-09-09more changes to reduce unnecessary midi messages. Also, don't throw an except...John Anderson
2007-09-09don't write automation bytes unless something has actually changed in the aut...John Anderson
2007-09-09async generation of peakfiles for embedded filesPaul Davis
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make samp...Paul Davis
2007-09-09more changes for the import dialog, with breakout of importable source code i...Paul Davis
2007-09-09only skip markers backwards when transport is rollingJohn Anderson
2007-09-07autoplay mode and other tweaks to the import dialog; fix resource management ...Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-09-04split SoundFileBrowser back into SoundFileOmega; make SoundFileChooser work a...Paul Davis
2007-09-03fix for NSD filename/folder extraction; import now works as well as embed doe...Paul Davis
2007-09-02lots of GUI tweaks for the import dialogPaul Davis
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-08-27make sure we do not leave pending session state around as we shutdownPaul Davis
2007-08-27clear click data when sample rate changesPaul Davis
2007-08-27opaque xfade patch + a version of the editor ruler/playhead/click patchPaul Davis
2007-08-22remove GTKOSX_PREFIX from scons; MIDI/MMC fix from Chris G; fix crash when st...Paul Davis
2007-08-22changes to support packaging of the GTK-Quartz version of Ardour for OS XPaul Davis
2007-08-17changes to niceify the audio setup dialog on OS X, plus that fix for brand ne...Paul Davis
2007-08-16support DnD in native/gtk-quartz implementation (note: multifile DnD requires...Paul Davis
2007-08-15more SAE + gtkosx changes - try to find jackd in the bundle; hard code SAE se...Paul Davis
2007-08-15basic startup changes to enable the engine control stuff to work; a little AR...Paul Davis
2007-08-13engine dialog work, new -m option for menu file selection, new obolean automa...Paul Davis