summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-17various fixes to MidiRegionView selection handling, key handling, drawing of ...3.0-alpha10Paul Davis
2011-08-16change packing options within mixer window to fix #4271Paul Davis
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-08-16avoid compiler warnings about un-implemented MIDI functions (for now)Paul Davis
2011-08-15Delete key can now be used to remove tempo/meter markersPaul Davis
2011-08-15Group tab fix from David Halter (#4268).Carl Hetherington
2011-08-14Add fr_FR translation for libgtkmm2ext from Roming22 (#4080).Carl Hetherington
2011-08-14Save position of MIDI scroomers (#4140).Carl Hetherington
2011-08-14Fix a few SNAFUs with the port matrix after recent changes.Carl Hetherington
2011-08-14make control protocol's SelectByRID signal work, thus enabling MIDI binding m...Paul Davis
2011-08-14add new editor actions for solo, mute, solo-isolate toggle (of selected track...Paul Davis
2011-08-14Hopefully fix follow-up bug in #4209.Carl Hetherington
2011-08-14Don't auto-connect buss inputs (#4211).Carl Hetherington
2011-08-14Fix a couple of minor typos.Carl Hetherington
2011-08-13Stop bundles disappearing from the port matrix when theyCarl Hetherington
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-08-13Fix build with tests enabled.Carl Hetherington
2011-08-12when showing a note value during a drag, clamp first to the actual range. not...Paul Davis
2011-08-12prevent illegal data being used to set note values, velocities and channelsPaul Davis
2011-08-11fix stupid thinko in varispeed limitation for record enablePaul Davis
2011-08-11finish the intention of the previous commit, correctly this timePaul Davis
2011-08-11do not assert/abort out of data errors that may originate with external user-...Paul Davis
2011-08-11add skeleton for i18n supportPaul Davis
2011-08-10fix leftover bug from hacking on internal send panning stuffPaul Davis
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-08-10don't use MIDI tracks when adding internal sends to auxes; no varispeed when ...Paul Davis
2011-08-10if a binding map specifies controllables that don't exist in the session, dro...Paul Davis
2011-08-10make handling of sends-only feed-based solo propagation symmetrical upstream ...Paul Davis
2011-08-09attempt to prevent dropping into record if rolling in reverse (should fix #4254)Paul Davis
2011-08-09fix button label in new session dialog when backing up (from david halter)Paul Davis
2011-08-09Prevent crash on de-selecting all tracks from a stem exportCarl Hetherington
2011-08-09Add a few asserts.Carl Hetherington
2011-08-08Set new region length correctly after stretch (part ofCarl Hetherington
2011-08-03Use correct default value for MIDI faders, and put theCarl Hetherington
2011-08-03When renaming a track to the name of an existing one,Carl Hetherington
2011-08-03Fix erroneous check for colons in track names; clean upCarl Hetherington
2011-08-03colinf's patch for #4223.Carl Hetherington
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-08-03Get correct folder from the default chooser; should fixCarl Hetherington
2011-07-31Make sure we have a user config directory before tryingCarl Hetherington
2011-07-31Fix up build of tests.Carl Hetherington
2011-07-28bump to alpha10Paul Davis
2011-07-28always expose channel in patch change dialog (why was this ever dependent on ...Paul Davis
2011-07-27Primary-(scroll|up|down) on patch/bank change event changes bank number; chan...Paul Davis
2011-07-26allow import to selected MIDI tracks (note that this gets confused if the MID...Paul Davis
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