Allow to switch master-meter type in the toolbar-meter
[ardour.git] / libs /
2017-01-31 Paul Davismackie: more debug tracing for remapped buttons
2017-01-31 Paul DavisRevert "mackie: make profile-mapped keys maybe actually...
2017-01-31 Paul DavisRevert "mackie: improve previous commit - use button_id...
2017-01-31 Paul Davismackie: improve previous commit - use button_id not...
2017-01-31 Ben LoftisExpose a new lua hook for resetting a plugin processor...
2017-01-31 Paul Davismackie: make profile-mapped keys maybe actually do...
2017-01-31 Paul Davismore mackie debug tracing
2017-01-31 Paul Davisimprovement to last loop button commit for MCP
2017-01-31 Paul Davismackie support should use BasicUI::loop_toggle()
2017-01-31 Paul DavisGeneric MIDI controls should affect group members too...
2017-01-31 Robin Gareusfix a-fluidsynth bank select (use MMA style, 14 bit...
2017-01-30 Robin Gareusfix a-fluidsynth midnam bank select
2017-01-30 Robin GareusFall back to general MIDI synth for auditioning.
2017-01-28 Paul Davisanother action name fix for Push2 support
2017-01-28 Paul Davisfix action names in Mackie code after Editor=>Control...
2017-01-28 Paul Davisfix another action name in BasicUI after Editor=>Contro...
2017-01-28 Paul Davisfix action names in BasicUI after Editor=>Control migration
2017-01-28 Paul Davisfix action names in Push2 support code
2017-01-28 Len OvensMCP GUI make surface numbering the same as port numberi...
2017-01-28 Paul Davismackie surface support changes actions recently moved...
2017-01-28 Paul Daviswiimote surface support changes actions recently moved...
2017-01-28 Paul Davisadd VCA::full_name() which returns "VCA %n" : VCA ...
2017-01-28 Robin Gareusstop looping when deleting loop-range (fixes potential...
2017-01-28 Paul Davisimproved (as in "correct") deadlock fix for Presentatio...
2017-01-28 Paul Davisfix deadlock in mutex'ed PresentationInfo code
2017-01-28 Len OvensMCP fix issue 7219 get GUI to show main surface for...
2017-01-27 Paul Davisuse a lock when dealing with PresentationInfo::Change...
2017-01-27 Paul Davisshow what PresentationInfo::Change is being used for
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when moving range markers or alterin...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-26 nick_mno-op - whitespace fix for libs/ardour/playlist.cc
2017-01-25 Paul Davisyet another case of misplaced parentheses during the...
2017-01-25 Paul Davisanother case of misplaced parentheses during the remova...
2017-01-24 Paul DavisThis wasn't supposed to be pushed to master.
2017-01-24 Paul Davisadd basic data members and methods for adding an explic...
2017-01-23 Paul DavisNO-OP: add a few spaces before function args
2017-01-23 Robin GareusSafe Mode: disable VST scan
2017-01-23 Paul Davisgeneric MIDI: put controllables into touch mode (if...
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-22 Hiroki InagakiUpdate Japanese translation
2017-01-22 Paul Davisimplement Session::route_by_selected_count()
2017-01-22 Paul DavisPresentationInfo needs to emit Change for selection...
2017-01-22 Paul Davismore consistent terminology in a comment
2017-01-22 Paul Davisadd some comments
2017-01-21 Robin GareusLua: bindings for do_import()
2017-01-21 Robin GareusLua add an Empty/Nil shared-pointer constructor
2017-01-21 Robin GareusLuaBindings: prefer shared_ptr over weak_ptr
2017-01-21 Paul Davisdon't repeat-hard-code names for 3 automation types.
2017-01-21 Paul Davisuse SSE/AVX for scaling gain automation buffer via...
2017-01-21 Paul Davisremove debug cruft from wscript for push2 that breaks...
2017-01-21 Paul DavisAmp is the one place where we generate a per-sample...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusAllow Lua bindings up to 10 args
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-20 Robin Gareusremove cruft
2017-01-20 Robin Gareusfix a -Wformat
2017-01-20 Robin GareusReap invalidation records
2017-01-20 Robin GareusFree dead request-buffers
2017-01-20 Robin GareusMIDI leaks -- the Controllergate conspiracy debunked
2017-01-20 Robin GareusPlug some libardour memory leaks
2017-01-20 Robin GareusYet another pane pain: allow deleting children using...
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-19 Robin GareusAdd a note.
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusScale default Atom Ringbuffer size with samplerate
2017-01-19 Paul Davisancillary change related to removal of boost::optional...
2017-01-19 Paul Davisremove use of boost::optional to define "undefined...
2017-01-19 Robin GareusRelax monitor-section processor channel restriction
2017-01-19 Robin GareusAdd some comment
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Paul Davisfix up Canvas::Grid child layout
2017-01-18 Paul Daviscorrect translation matrix for Canvas::Widget
2017-01-18 Paul Davisdo not add items twice to their canvas parent!
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-17 Robin GareusSplit metronome methods into re-usable parts (for count-in)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-15 Paul Daviscanvas::grid: get padding and margin to work; remove...
2017-01-15 Hiroki InagakiAdd Japanese translation
2017-01-15 Paul Davisget grid layout working
2017-01-15 Paul Davistweak Grid repositioning code to be a little more O(N)
2017-01-15 Paul Davisbasic (and probably wrong) Canvas::Grid child placement
2017-01-15 Paul Davisinclude Canvas::Grid in build script
2017-01-15 Paul Davisinitial skeleton for a Grid canvas item
2017-01-13 Robin GareusSet rate and blocksize for multi-instance VSTs
2017-01-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-12 Robin Gareusadd API to query name of bound action
2017-01-12 Len OvensOSC: We want to see aux buses even if the gui has them...
2017-01-11 Len OvensOSC: Fix aux mute to check stripable exists first
2017-01-10 Paul Davisfix nested templates for ye ancient compilers of the...
2017-01-10 Robin GareusFix MTC slave implicit return on transport-stop
2017-01-10 Len OvensOSC: Fix cue observer stop to zero controls
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
next