ardour.git
2018-07-09 Robin GareusFix lv2-state templates with external files.
2018-07-09 Robin GareusNO-OP: Rename disk-reader buffer for consistency
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin GareusRemove unused CubicInterpolation from session
2018-07-09 Robin GareusSeparate ChannelInfo for disk reader and writer
2018-07-09 Robin GareusRemove unused disk-reader vari-speed
2018-07-09 Robin Gareusmove rt-stop to route
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-07-08 Paul Davismake velocity bars thinner (from alex mitchell)
2018-07-06 Len OvensOSC: custom mode should turn temp mode off
2018-07-06 Len OvensOSC: record tally should include master record
2018-07-06 Len OvensOSC: Use spill instead of collect
2018-07-06 Paul Davisavoid crazy costs of looking up and constructing color...
2018-07-06 Len OvensOSC: make temp modes work with linked surfaces too
2018-07-05 Paul Davisapply commit cbe458adddc34 to all other themes
2018-07-05 Paul Davisremove more unused MIDI note colors
2018-07-05 Robin Gareusupdate dark-theme midi-velocity + midi-meter colors
2018-07-05 Paul Davisretire no-longer used color names for MIDI notes
2018-07-05 Paul Davisfix interpolation math error
2018-07-05 Paul Davisuse MIDI meter colors (themeable) to show MIDI note...
2018-07-05 Paul Davisremove debug output
2018-07-05 Paul Davissystem common and system realtime messages are not...
2018-07-05 Paul Daviscatch various libsmf errors rethrown as exceptions
2018-07-05 Paul Davischange all use of g_critical() in libsmf() to g_warning()
2018-07-05 Robin GareusPrepare CC121 ctrl surface for Mixbus
2018-07-05 John EmmasAccommodate newly introduced source(s) in our MSVC...
2018-07-05 Len OvensOSC: Set lowest select meter to -120 for mixbus
2018-07-04 Paul Davisignore system reset messages entirely in the MIDI parser
2018-07-04 Paul Davismove velocity display options under Appearance/Editor
2018-07-03 Paul Davismake use-note-color-for-velocity much much more efficient
2018-07-03 Paul Davisrespond to changes in use-note-color-for-velocity
2018-07-03 Paul Davispermit editing velocity bars option
2018-07-03 Paul Davismethod for setting whether or not to show velocity...
2018-07-03 Paul Davisreverse velocity display related commits
2018-07-03 Paul Davisset up core stuff for velocity display option
2018-07-03 Paul Davisenum convert for VelocityDisplayOption
2018-07-03 Paul Davisadd VelocityDisplayOption enum; indent TrackAutoNamingR...
2018-07-03 Paul Davisfix rectangle computation, and re-use alex' color compu...
2018-07-03 Paul Davisadd a guess at appropriate color management for note...
2018-07-03 Paul Daviscall Note::set_velocity() at an appropriate time
2018-07-03 Paul Davisuse new Canvas::Note object for (sustained) note display
2018-07-03 Paul Davisinitial implementation of a more specialized canvas...
2018-07-03 Paul Davisminor code optimization for Rectangle::render()
2018-07-02 Len OvensOSC: Make sure group name for select gets updated
2018-07-01 Len OvensOSC: bugfix, select/next\previous sometimes resets...
2018-06-30 Len OvensOSC: Add collect of groups or subgroups
2018-06-30 Len OvensAdd method to find subgroup_bus
2018-06-30 Len OvensFix code style
2018-06-28 Paul Daviswhen creating a route from a template, use correct...
2018-06-28 Paul Daviscall IO::prepare_for_reset() on BOTH IO nodes of a...
2018-06-25 Paul Davisfix mixing scope brace
2018-06-25 John EmmasAccommodate recently removed source(s) in our MSVC...
2018-06-25 Len OvensOSC: make select logic more sensible
2018-06-22 Paul Davisadd Ctl_Dial to get better behaviour when binding a...
2018-06-21 Paul Davisremove debug output
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-06-20 Robin GareusAdd script to normalize all tracks
2018-06-20 Johannes MuellerPut duplicate code of a-comp and a-expander into one...
2018-06-20 Johannes MuellerConsolidated a-comp/a-exp run_mono() and run_stereo...
2018-06-20 Johannes MuellerMake makeup_gain smoothening of a-expander same as...
2018-06-20 Len OvensOSC: fix pre gcc5 problem
2018-06-20 Len OvensOSC: Add /select/vca/toggle
2018-06-20 Nikolaus Gullottacheck-in of cleaned up plugin tags by Harrison Consoles...
2018-06-20 Johannes Muellera-comp: makeup_gain needs to be smoothened after every...
2018-06-20 Johannes MuellerAdd a control port to a-comp select which mode to displ...
2018-06-20 Johannes MuellerAllow plugin inline displays to shrink
2018-06-20 Johannes MuellerMake a-comp's meter show numerical values in "4.1f"
2018-06-20 Johannes MuellerPut input level meter before output level meter in...
2018-06-20 Johannes MuellerVisualize the peak of the compressor state in a-comp
2018-06-20 Johannes MuellerDrop LPF of input level visualization in a-comp
2018-06-20 Johannes MuellerShow the input level in acomp's inline display rather...
2018-06-20 Johannes MuellerInlevel output port to visualize the input level in...
2018-06-20 Johannes MuellerImprove level vizualisation in a-comp
2018-06-20 Johannes MuellerGR-based visualization in a-comp
2018-06-20 Johannes MuellerNew attack and release behavior for a-comp
2018-06-20 Johannes MuellerDon't use acomp->v_gainr outside LV2_EXTENDED ifdefs
2018-06-19 Nikolaus Gullottasr = 0, not rate
2018-06-19 Nikolaus Gullottacap redrawing at 15 times /s
2018-06-19 Johannes MuellerRevert frame -> sample changes where it's a frame as...
2018-06-19 Len OvensOSC: reworking of previous/next select
2018-06-19 Len OvensOSC: Feedback was not making it to surface
2018-06-19 Len OvensOSC group sharing should be cleared for VCAs
2018-06-19 Len OvensOSC: added context based previous/next select
2018-06-19 Len OvensOSC: select should not show expand if invalid
2018-06-19 Len OvensOSC expand off should check current sellect
2018-06-19 Len OvensOSC: Allow expand to be global
2018-06-19 Len OvensOSC do not recalc select if still valid
2018-06-14 Paul Daviscontext menus should have accelerators
2018-06-09 Robin GareusHide designated LV2 freewheeling port.
2018-06-08 Ben LoftisAllow snapping to the start of the video timeline....
2018-06-06 Robin GareusRemove duplicate class-keys (amend d95df9164)
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2018-06-04 John EmmasNO-OP: Modify a #include (purely for consistency)
2018-06-02 Paul Davisno error logging for CURL HTTP requests; future callers...
2018-06-01 Nikolaus Gullottaforgot else in selected-tracks check.
2018-06-01 Nikolaus Gullottamoving singen and noisegen from mixbus repo to ardour...
2018-06-01 Nikolaus Gullottaadd Gtk::ColorButton widget to LuaDialog and add abilit...
2018-06-01 Nikolaus GullottaCheck-in of set_meter_point() utility/example
2018-05-31 Robin GareusExample snippet to list plugins (and their presets)
next