summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-08-03Add GPL boilerplate.Carl Hetherington
2011-08-03Polarity control value needs to be able to go negative as itCarl Hetherington
2011-08-03Use route group solo property for route listen as wellCarl Hetherington
2011-08-03Apply x42's patch from #4207; rename MIDI controlCarl Hetherington
2011-07-31Fix up build of tests.Carl Hetherington
2011-07-26remove remnant of MIDI I/O debuggingPaul Davis
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis
2011-07-26remove some MIDI I/O debugging (hopefully all)Paul Davis
2011-07-25remove more unneeded header includesPaul Davis
2011-07-25remove unneeded header includesPaul Davis
2011-07-25change FastMeter drawing implementation to use Cairo instead of GDK; some sub...Paul Davis
2011-07-25"forward" port IO::ensure_* changes from 2.X for correctness and consistencyPaul Davis
2011-07-25in exclusive solo mode, allow full-group soloPaul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-22move basic parameter initialization out of AudioEngine into global ARDOUR::in...Paul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-19even more MIDI IO debuggingPaul Davis
2011-07-19yet more MIDI IO debuggingPaul Davis
2011-07-19tentative "fix" for output for tracks with audio and MIDI output (no known te...Paul Davis
2011-07-19check for _panshell->panner() before ::run-ing the panshell, so that MIDI tra...Paul Davis
2011-07-19more MIDI I/O debugging outputPaul Davis
2011-07-19Make _read_at take notice of its srcs parameter; fixes part of #3908.Carl Hetherington
2011-07-19Remove unused parameters to AudioRegion::read_atCarl Hetherington
2011-07-18improved fix for #4158 etc, hopefullyPaul Davis
2011-07-18more more debugging for MIDI i/oPaul Davis
2011-07-18when renaming, remove old session and add new session name from/to recent ses...Paul Davis
2011-07-18don't try (and fail) to rename the history file if it doesn't existPaul Davis
2011-07-16Remove an assert() that I can't see the value of, and whichCarl Hetherington
2011-07-15Remove unused _own_latency member from Latent.Carl Hetherington
2011-07-15Save / restore processor _user_latency (another part of #4186).Carl Hetherington
2011-07-14Save and restore Latent's _user_latency for IOs (fixes #4186).Carl Hetherington
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-14Fix restoration of PannerShell state from session XML (#4185).Carl Hetherington
2011-07-14Remove unused variable.Carl Hetherington
2011-07-14more midi I/O debuggingPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-07-13MIDI IO debuggingPaul Davis
2011-07-13Add a couple of missing attach_buffers() calls after _ports has been changed....Carl Hetherington
2011-07-12add incoming MIDI stream debuggingPaul Davis
2011-07-12Set up default and upper/lower limit correctly on LV2 portsCarl Hetherington
2011-07-12Print a message to the console if we abort because no pannerCarl Hetherington
2011-07-12Correct (I think) previous fix.Carl Hetherington
2011-07-12Set mixbufs count in the case of a panner being used, asCarl Hetherington
2011-07-11explanatory comment about use of g_strncasecmp()Paul Davis
2011-07-11accept .MID as a MIDI file extension, not just .midPaul Davis
2011-07-11Use an assert to check that a panner is obtained, whichCarl Hetherington
2011-07-10Set up initial gains with init_gain() before (rather than after) potentially ...Carl Hetherington
2011-07-10Make an empty-string non-affirmative so that AxisView::set_marked_for_display...Carl Hetherington