summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2011-07-08refine definition of "generator" plugins, and only send silence through the r...Paul Davis
2011-07-08fix incorrect use of MidiBuffer::reserve() and MidiBuffer::write() if channel...Paul Davis
2011-07-08Make sure the buffer count is updated properly when run() happens on a muted ...Carl Hetherington
2011-07-04Uncomment fix for #4110.Carl Hetherington
2011-07-03Send full MIDI time code (if enabled) after changing sync source; should fix ...Carl Hetherington
2011-07-03ctrl-alt-click now toggles input active status of other MIDI tracks using (an...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-07-01add MIDI input control column to editor route list; tweak SVG for MIDI not DINPaul Davis
2011-06-28basic infrastructure for enabling/disabling MIDI input to a given trackPaul Davis
2011-06-26Remove some unused PostTransport enums and renumber others.Carl Hetherington
2011-06-22Always use numeric prefixes for default-named tracks / busses (#4123).Carl Hetherington
2011-06-22don't double-load NestedSource nodes, which are listed both forthe parent/roo...Paul Davis
2011-06-22remove some debug outputPaul Davis
2011-06-22second half of "bomb out if playlist construction from XML fails"Paul Davis
2011-06-22drobilla-spacification of playlist.cc, along with correctly bombing out if ::...Paul Davis
2011-06-22ignore unpaired noteoff's when writing part of a MidiModel to a new source. i...Paul Davis
2011-06-22remove some potential HCI confusion for Gtkmm2ext::UI::popup_error() by using...Paul Davis
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-21an entire freakin' day working on 1 working function, VolumeController::adjus...Paul Davis
2011-06-19remove some debug outputPaul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-19cleanup confused mess related to jack_port_type_get_buffer_size()Paul Davis
2011-06-17some changes to try to make the monitor section gain controls work as intende...Paul Davis
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-14fix initialization of gain for Listen internal sends (to monitor bus); remove...Paul Davis
2011-06-13a real, working fix for panning regression in alpha6Paul Davis
2011-06-13remove Pannable/PanShell from the Monitor busPaul Davis
2011-06-13reload alpha1-6 Pannable XML state so that panning of existing sessions shoul...Paul Davis