summaryrefslogtreecommitdiff
path: root/libs/ardour/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-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul 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-11Fix #4094: show total export progress instead of per timespan progressSakari Bergen
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-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
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-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-30remove unused and useless "src" argument for a number of Region property modi...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-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-25logic to copy audio region fade in/fade out into compound regions (one-way fo...Paul Davis
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-25Doxygen tweaks.Carl Hetherington
2011-05-25change region selection after a combine opPaul Davis
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-17No-op: indentation.Carl Hetherington
2011-05-17not actually working attempt to copy relevant xfades into compound regions; f...Paul Davis
2011-05-17Remove unused mutex.Carl Hetherington
2011-05-17Remove unnecessary virtual declaration.Carl Hetherington
2011-05-16track combine ops per-playlist to avoid name collisions for compound regionsPaul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-05-16sane naming scheme for combined regions; fix deadlock when nesting to more th...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Move SLV2-independent LV2 persist state implementation to lv2_state.h.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Remove LV2Plugin::slv2_port.David Robillard
2011-05-14Generic scale points API.David Robillard