summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-07the "final" (??) fixes for transport state stuff before 2.8.4. y'all let me k...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-05return null when dlopen() fails to load a plugin shared objectPaul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-11-04minor fix to make !seamless loop actually loopPaul 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-03substantial reformatting of code (http://ardour.org/development/styleguide); ...Paul Davis
2009-11-03fix out-by-one error when partitioning a region - if a region continues to ex...Paul Davis
2009-11-02change the implementation of lower_region_to_bottom() and raise_region_to_top...Paul Davis
2009-11-02make AU host callback code actually compilePaul Davis
2009-11-02implement AU host callbacks, to some extentPaul 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-30part two of: don't reset panner or plugin parameter values when switching aut...Paul Davis
2009-10-30patch for unimportant memory leak, #1809Paul Davis
2009-10-30patch from carl for #2017 - do not stop at session end if synced to jack but ...Paul Davis
2009-10-30patch from hsyl20 for punch in wierdness (mantis #1937). Thanks!Paul Davis
2009-10-30remove stop when playing rangesPaul Davis
2009-10-30more loop/transport fixups; make visible PH track transport frame as an exper...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-29loop handling changes: always turn off play_loop @ transport stop ; remove re...Paul Davis
2009-10-28patches for valgrind-reported errors, from carl (#2873)Paul Davis
2009-10-28potential fix for zoom-related crash involving array overrun during peak gene...Paul Davis
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-27some checkins inspired by drobilla commits 5865 and 5866. allow more vertica...Ben Loftis
2009-10-26true/false, not TRUE/FALSEPaul Davis
2009-10-26cleanup a couple of audio file format names as reported by libsndfilePaul Davis
2009-10-26revert patch for 2388Paul Davis
2009-10-26fix for peak data reading (carl h, #2388)Paul Davis
2009-10-25fix setting of BWF info (from 3.0). thanks carlPaul Davis
2009-10-21changes to region popup editor inspired by carlh 3.0, rev 5813Ben Loftis
2009-10-20store the count of imported files in the import_status record, and initialize...Ben Loftis
2009-10-14robustify AudioEngine::get_nth_physical_audio() and cleanup related functions...Paul Davis
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-08JACK is realtime by default when started by ardour; mackie "ardour" port limi...Paul Davis
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2009-10-07make reconnect to JACK work, after the _priv_jack fixes were added recentlyPaul Davis
2009-10-07updated russian translation from alexandrePaul 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-02use drobilla's latest, not his penultimate, version of string_is_affirmitive()Paul Davis
2009-10-02slightly improved string_is_affirmative() implementationPaul Davis