summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-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-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
2011-06-12fix restore of Pannable state from XML (regression in alpha6)Paul Davis
2011-06-12update i18n build system and *.po files for translatorsPaul Davis
2011-06-11Fix #4094: show total export progress instead of per timespan progressSakari Bergen
2011-06-11new es_ES translation from Pablo FernándezPaul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-09fix serious breakage with setup of plugin automatable controls/parameters, in...Paul Davis
2011-06-09don't call Processor::set_state() from PluginInsert::set_state() till the plu...Paul Davis
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-02random header include removalPaul Davis
2011-06-02Fix broken whitespaceDavid Robillard
2011-06-01Missed one :)David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-31Quantize notes to session tempo time, not relative to start of region (fix is...David Robillard
2011-05-31update .po files for translatorsPaul Davis
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-30reverse the use of copy_dependents() when uncombining a region, so that the r...Paul Davis
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-30add dependents to a compound playlist before creating a source from it, so th...Paul Davis
2011-05-30do not offer combine operation for MIDI (see comment in libs/ardour/midi_play...Paul Davis
2011-05-29detect buffer "overflow" when delivering immediate events and queue remainder...Paul Davis
2011-05-29clarify some confusion about how "raw" port buffer sizes are definedPaul Davis
2011-05-29don't always rebuild peakfiles for compound regionsPaul Davis
2011-05-29totally untested initial code for MidiPlaylistSource, to provide for compound...Paul Davis
2011-05-28clean up memory leaks with nested source read buffersPaul Davis
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-27abort when cnt is too highPaul Davis
2011-05-27debugging outputPaul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26remove bogus default-channel property from MidiTrack XMLPaul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...Paul Davis