comment out old code remnant that is causing crash on mac.
[ardour.git] / libs /
2018-08-17 Nikolaus Gullottaadd mac_vst_plugin_info() to list_plugins() and new_plu...
2018-08-16 Robin GareusAdd missing Lua MacVST constant
2018-08-15 Térence ClastresCode styling: remove whitespaces between parenthesis
2018-08-15 Térence ClastresAttempt to make some function's names more explicit
2018-08-15 Térence ClastresFix track select right led wrong behaviour
2018-08-15 Térence ClastresFix track buttons not working when selecting the last...
2018-08-15 Robin GareusRemove some unused includes
2018-08-15 Robin GareusAdd API to reset plugin timing stats
2018-08-14 Robin GareusAdd a locale-independent float/double format Lua method
2018-08-13 Jan LentferLCXL: Reorganize knobs functions
2018-08-13 Jan LentferLCXL: implement mute, solo and record arm toggles
2018-08-13 Térence ClastresAdd pick-up mode and use it for knobs and faders
2018-08-09 Térence ClastresAdd Launch Control XL icon
2018-08-09 Térence ClastresTurn off button led if it doesn't control a stripable
2018-08-09 Térence ClastresCall switch_bank() and use button_track_mode() within...
2018-08-09 Térence ClastresAdd reset method and use it during start-up/shutdown
2018-08-09 Térence ClastresAdd missing set_color(Off) in else statement
2018-08-09 Térence ClastresCorrect formatting for if/else statements
2018-08-09 Térence ClastresFix wrong note number offset
2018-08-08 Paul Davisfix button note number map lookup
2018-08-08 Robin GareusProperly announce support for Vendor string
2018-08-08 Stefan WesterfeldLet VST plugins know that we implement plugin window...
2018-08-07 Paul Davisemacs whitespace fixes
2018-08-07 Paul Davisexplicitly drop connections from destructor
2018-08-07 Paul Davisdon't use an invalidator when connecting an EventLoop...
2018-08-07 Paul Davisfix uninitialized pointer error in launch control code
2018-08-07 Paul Davisbetter debug message with correct namespace for EventLo...
2018-08-07 Robin GareusCreate plugin-metadata folder for new config
2018-08-07 Robin GareusFix invalid C++11isms: don't use of enum as class or...
2018-08-07 Robin GareusFix C++98 compatibility error
2018-08-07 Robin GareusLCXL: add missing request-buffer factory.
2018-08-07 Robin GareusFix -Wnon-virtual-dtor
2018-08-07 Robin GareusFix invalid use of enum as class or namespace.
2018-08-07 Robin GareusNO-OP: whitespace
2018-08-07 Térence ClastresAdd Launch Control XL control surface support
2018-08-06 Robin GareusFix track rename oddity, don't skip over current name.
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-08-01 Ben LoftisFP2: Fix banking in NavChannel mode.
2018-08-01 Robin GareusAlso expose PI::enabled()
2018-08-01 Robin GareusFix+extend PluginInsert Lua bindings
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-07-31 Robin GareusFix mismatched delete/delete[]
2018-07-31 Robin GareusTweak FP2/2018 Ctrl-Surface UI
2018-07-31 Robin GareusTweak UI for Faderport2/2018
2018-07-31 Robin GareusFix Faderport8/16 support in the wake of FP2
2018-07-31 Ben LoftisAdd support for PreSonus Faderport2 (2018 model)
2018-07-30 Robin GareusExpose Config and Cache dirs to Lua
2018-07-30 Robin GareusFix "session dirty" flicker during session-setup.
2018-07-30 Robin GareusIgnore state-changes during deletion
2018-07-30 Robin GareusAmend VST "MasterUpdateDisplay", allow UI(s) to idle...
2018-07-30 Robin GareusFix VST callback and crash for some plugins
2018-07-26 Robin GareusPrepare types for new grid
2018-07-26 Robin GareusFix crash when testing invalid MIDI file.
2018-07-25 Robin GareusFall back to default Session export dir, if export...
2018-07-25 Robin GareusDon't allow invalid export Locations (when using the...
2018-07-25 Robin GareusReset export-config maps before each new export (1/2)
2018-07-25 Robin GareusAdd an API to reset export-handler configs.
2018-07-25 Robin GareusClarify error message when file cannot be created,
2018-07-24 Robin GareusDistinguish unset MIDI Patch and bank 0
2018-07-21 Robin GareusFix log-scale rangesteps and log-control numeric spinboxes
2018-07-18 Robin GareusFix and tweak LV2:RangeStep
2018-07-17 Robin GareusAdd LTC Decoder Lua Bindings
2018-07-17 Robin GareusRefactor LTC File decoder, prepare for Lua bindings
2018-07-14 Ben Loftisauto-backup: libardour part. (from mixbus)
2018-07-12 Robin GareusCC121: cycle track monitoring states
2018-07-12 Robin GareusCC121: watch Track monitoring state
2018-07-12 Robin GareusMonitorCue = In + Disk (fixes CC121 + push2 display)
2018-07-11 John EmmasCorrect a couple of typos
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 Len OvensOSC: make temp modes work with linked surfaces too
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-03 Paul Davismethod for setting whether or not to show velocity...
2018-07-03 Paul Davisreverse velocity display related commits
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 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
next