summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-24allow zero-input (i.e. tone generator) processors to be addedPaul Davis
2011-02-24Tidy (no functional changes).David Robillard
2011-02-22Oops. Fix previous.Carl Hetherington
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-22Fix all-tracks-soloed on session reload in PFL/AFL (#3791).Carl Hetherington
2011-02-22make metering do the right thing if panner is bypassedPaul Davis
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-22reset _execution_tokens to 0 in Graph::drop_threads()Torben Hohn
2011-02-21c&p debugPaul Davis
2011-02-21c&p debugPaul Davis
2011-02-20Fix plugin parameter controllers again (#3767).Carl Hetherington
2011-02-20Fix erroneous use of NDEBUG and hidden typo.Carl Hetherington
2011-02-20Remove out-of-date comment.Carl Hetherington
2011-02-20Make InternalReturns collect their sends' data on the return's ::run(), rathe...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-19first pass at full output & gain coefficient interpolation for VBAP panningPaul Davis
2011-02-17somewhat working VBAP panning (no interpolation, and some outputs don't get o...Paul Davis
2011-02-17Cope with stereo click files by mixing them down to mono before playback. Ki...Carl Hetherington
2011-02-17Trim some duplicate code.Carl Hetherington
2011-02-17draw speaker positions in 2d pannerPaul Davis
2011-02-17draw pucks (signal positions) on vbap pannerPaul Davis
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-17Minor cleanups.Carl Hetherington
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-16remove some undefined function decls and an unused function definitionPaul Davis
2011-02-16yet more latency compilation fixesPaul Davis
2011-02-16more latency compilation fixesPaul Davis
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-15No-op: whitespace.Carl Hetherington
2011-02-15Fix warnings.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-143.0 version of previous 2.X change to always prevent deletion of existing sou...Paul Davis