summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-02Number CC automation tracks from 0 rather than 1 (#3814)Carl Hetherington
2011-03-02lincoln's patch to use QM onset detection in RFerret, and other tweaksPaul Davis
2011-03-02upgrade VAMP SDK to latest (or newer) versionPaul Davis
2011-03-02add queen mary DSP libraryPaul Davis
2011-03-02Less subtle attempt to prevent crashes on removing sources during session del...Carl Hetherington
2011-03-02(a) require JACK 0.120.1 to compile (but NOT to run) (b) fix up illegal retri...Paul Davis
2011-03-01Missing files.Carl Hetherington
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-03-01comment fixPaul Davis
2011-03-01fix width handling in vbap pannerPaul Davis
2011-03-01Set session dirty when pans change (#3807).Carl Hetherington
2011-03-01assert to show up #3812 more clearly.Carl Hetherington
2011-03-01Fix previous.Carl Hetherington
2011-03-01Make sure CapturingProcessors write a type to their state node so that they c...Carl Hetherington
2011-03-01Fix crash on session close.Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-03-01Cleanup stub files after setup_raid_path has prepared the paths for it to use.Carl Hetherington
2011-03-01Make an aborted MIDI capture due to no data being received behave the same as...Carl Hetherington
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
2011-03-01Don't create the MidiDiskstream twice (in both _set_state and set_state_part_...Carl Hetherington
2011-03-01Make sure that the MidiSource constructor doesn't set the wrong _flags.Carl Hetherington
2011-03-01Add assert to make sure that we succeed in making a writable SMFSource.Carl Hetherington
2011-03-01Add virtual destructor.Carl Hetherington
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2011-02-28Restore fade option to strip silence.Carl Hetherington
2011-02-28Fix up strip silence.Carl Hetherington
2011-02-28remove hard-coded use of '/' in pathscanner code as dir separator (use glib i...Paul Davis
2011-02-28No-op; coding style.Carl Hetherington
2011-02-28Copy plugin when extending the count, rather than using the same one. Should...Carl Hetherington
2011-02-27Fix thinko with numbering of multiple added tracks.Carl Hetherington
2011-02-27Fix addition of multiple tracks.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-26Add comment about some inaccuracies in framepos_plus_bbt.Carl Hetherington
2011-02-26Fix ordering of set position / length when trimming the start of MIDI regions...Carl Hetherington
2011-02-26Add panners and libtimecode to library path.Carl Hetherington
2011-02-26Remove out-of-date and somewhat redundant comment.Carl Hetherington
2011-02-26Load the tempo map before regions so that MIDI region positions / lengths don...Carl Hetherington
2011-02-25Fix previous patch a bit better.Carl Hetherington
2011-02-25Move playback_distance up to AudioDiskstream from Diskstream since it is only...Carl Hetherington
2011-02-25Fix midi playback stopping after moving a note (#3718).Carl Hetherington
2011-02-25take reverse width into account when labelling signals in panner2d ; better w...Paul Davis
2011-02-24switch cartesian/spherical function names and make them use length. still a t...Paul Davis
2011-02-24allow zero-input (i.e. tone generator) processors to be addedPaul Davis
2011-02-24prettification of vbap/2d panner GUI. lots of details still to fix. also sign...Paul Davis
2011-02-24new implementation of cartesian -> elevation, avoiding baroque code inherited...Paul Davis
2011-02-24Tidy (no functional changes).David Robillard
2011-02-22add scroll event handling to the vbap panner GUI; clamp vbap pos+width values...Paul Davis
2011-02-22Oops. Fix previous.Carl Hetherington