summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-09-20Add missing files.Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-20Make sure that _get_vector writes a value to the output array even when vecle...Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-18Update regions list when editing a region fade. Fixes #3458.Carl Hetherington
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-16Tidy formatting.Carl Hetherington
2010-09-16lincoln's patch for scroomer pinching, from #3222Paul Davis
2010-09-16make resampled sources (during import) report their "natural position" (i.e. ...Paul Davis
2010-09-15lincoln's patch to stop a3 from nuking bounced files created by a2, fixes #3441Paul Davis
2010-09-14Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_wri...Carl Hetherington
2010-09-14use isspace() and not isgraph() to identify whitespace; remove Glib::ustring ...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-14Fix restoration of MementoCommand<Crossfade>. Fixes #3418.Carl Hetherington
2010-09-14Just flush processors on stop (when plugins-stop-on-transport is true) rather...Carl Hetherington
2010-09-09Patch from Lincoln to fix placement of plugins in 2.X sessions. Fixes #3444.Carl Hetherington
2010-09-09Fix assertion failure when turning plugins off.Carl Hetherington
2010-09-07Fix restore of fader automation from 2.X sessions.Carl Hetherington
2010-09-07Fix missing virtual destructors.David Robillard
2010-09-07Upgrade to latest autowaf.David Robillard
2010-09-07Set up session range location correctly from 2.X sessions. Fixes #3435.Carl Hetherington
2010-09-06Fix comment.Carl Hetherington
2010-09-06Don't create a feedback loop by auto-connecting a master route to itself.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-03Removed unused code.Carl Hetherington
2010-09-03Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-09-03Rename debug -> dumpCarl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-09-02fix thinko-bug in string specialization of Property<T>Paul Davis
2010-09-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington
2010-09-01Fix uninitialised value.Carl Hetherington
2010-08-31don't set jack transport position frame (violates JACK API); clean up other r...Paul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-30Allow crossfades from the undo record to be recreated even if their regions a...Carl Hetherington
2010-08-30Missing return.Carl Hetherington
2010-08-30minor tweaksPaul Davis
2010-08-30force AIFF and WAV exports to Big and Little endianness respectivelyPaul Davis
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-26Remove no-longer used file.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis