playhead_X_to_grid: Handle the case of GridTypeNone
[ardour.git] / libs / ardour /
2018-05-04 Paul Davisfix more cut-n-paste coding errors
2018-05-04 Paul Davisadd well known controls to list accessible via a MIDI...
2018-05-04 Paul Davisinternally, ControllableDescriptors (used by MIDI bindi...
2018-05-04 Paul Davisavoid compiler warning (timestamp is unsigned and is...
2018-04-30 Robin GareusNO-OP: a ToDo comment for discussion
2018-04-26 Robin GareusFix issue with AU plugin-analysis
2018-04-24 Robin GareusUse URIs to identify plugin-presets
2018-04-06 Robin GareusFix VstParameterProperties (bug from ac03e4a93)
2018-04-02 Robin GareusImplement VST UI touch (begin/end Edit)
2018-03-27 Robin GareusNO-OP: prefer binary OR to set midi-status byte
2018-03-19 Robin GareusLua: Lock bindings into memory for rt-scripts
2018-03-16 Robin GareusExpose a few more PluginInsert methods to Lua
2018-03-15 Robin GareusVCA API-change: return created VCAs (handy for Lua...
2018-03-10 Len OvensAdd virtual slaved, slaved_to calls to stripable
2018-03-07 Robin GareusSafeguard against possibly invalid peak-requests
2018-03-02 Ben LoftisUnrecognized plugins are stored in the tagfile (FromPlu...
2018-03-02 Ben LoftisAllow successive changes from the Gui to set tags.
2018-03-02 Robin GareusRemove interpolation unit-test (fails to compile)
2018-03-02 Robin GareusFix gcc-4.2 OSX/PPC builds
2018-03-02 Ben LoftisTag_reset() should be FromPlug, not FromGui.
2018-03-01 Ben LoftisFix thinko in prior commit 7c5f1c.
2018-03-01 Ben LoftisPlugin-Tag improvements:
2018-02-23 Paul Daviscatch (incorrect) inclusion of non-MIDI related automat...
2018-02-23 Ben LoftisRevert afedd2 and associated commits (method to generat...
2018-02-22 Len Ovensfix compilation on windows with VST support
2018-02-22 Paul Davisfix compilation on linux with LXVST support
2018-02-22 Ben LoftisMethod to generate an initial tag file:
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-02-15 Ben LoftisAuto-monitor == Cue for MIDI tracks.
2018-02-11 Ben LoftisSoloSelection: libardour part.
2018-02-09 Ben Loftisnew_grid: Rewrite of Snap and Grid. (squashed commit)
2018-02-03 John EmmasMake sure that 'libardour-config,h' only gets #included...
2018-02-03 Ben LoftisFurther defer changes of plugin Tags+Status, and consol...
2018-01-31 Robin GareusAllow to filter tags by hidden + favorite
2018-01-31 John EmmasText case change (_VSTInfo::Category needs to be capita...
2018-01-30 Robin GareusFix editing/replacing plugin-tags
2018-01-30 Robin GareusMove LADSPA Author string sanitation to libardour.
2018-01-30 Robin GareusAdd backend-API to reset plugin tags
2018-01-30 Robin GareusFix plugin factory tags
2018-01-30 Robin GareusClean up tag tokenization code
2018-01-30 Robin GareusRemove unused API
2018-01-30 Robin GareusNO-OP: whitespace
2018-01-30 Robin GareusUpdate PluginManager: implement plugin tags
2018-01-30 Robin GareusUpdate plugin classification
2018-01-30 Robin GareusPrepare plugin-meta-data config-dir and files
2018-01-27 Robin GareusFix some small memory leak (libardour)
2018-01-26 Robin GareusFix some clang warnings (argument with 'nonnull' attrib...
2018-01-23 Hiroki InagakiUpdate Japanese translation
2018-01-21 Robin GareusFix Export-format timecode spec (frames: timecode frames)
2018-01-15 Robin GareusAdd Lua bindings to change Location/Maker names
2018-01-12 Robin GareusRefine 31f79489, de-duplicate AU I/O configurations
2018-01-11 Robin GareusFix AU i/o busses accounting.
2017-12-31 Robin GareusLua-binding to directly add automation-events
2017-12-31 Robin GareusProcess Panner Automatables (emit Changed)
2017-12-24 Len Ovensremove unused line
2017-12-16 Robin GareusDowngrade some undo-related error messages
2017-12-12 Robin GareusAdd FP17 to reserved I/O names
2017-12-06 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-12-05 Robin GareusAdd Lua bindings for MIDI-parser and Async ports
2017-12-05 Robin GareusAdd a Raw MIDI parser (based on ALSA raw MIDI)
2017-12-05 Robin GareusAllow to pre-seed Lua action script params
2017-12-05 Robin GareusAllow to pass interpreter to evaluate action-script...
2017-12-02 John EmmasA couple of minor changes when #including <utime.h>
2017-11-30 Ben LoftisAdd some devices to the reserved list of midi controllers.
2017-11-29 Robin GareusSet VST cache file mtime to be at least as new as the...
2017-11-29 Robin GareusUpdate LuaProc GC stat calc
2017-11-29 Robin GareusTweak Lua GC
2017-11-26 Robin GareusRemove unused API
2017-11-26 Robin GareusSidechain latency compensation - part one
2017-11-26 Robin GareusAdd convenience methods to set port latencies
2017-11-23 Robin Gareusfix call to std::unique; to actually erase dups.
2017-11-23 Robin Gareusremove useless test, fgets() already ensures MAX_STRING_LEN
2017-11-23 Robin GareusFix another duplicate if from session/system config...
2017-11-22 Robin GareusFix typo in 318e7efb
2017-11-22 Robin GareusAdd clock-delta mode enum
2017-11-22 Robin GareusIntroduce a dedicated "Clock Origin" Marker
2017-11-22 Robin GareusRelease (debug) lock before emitting signal
2017-11-11 Robin GareusAdd API to allow buffer offsets when applying gain
2017-11-11 Robin GareusAdd a noise generator (Lua DSP)
2017-11-05 Robin GareusSome further notes (and experiments) on optimizations
2017-11-04 Robin GareusAdd some notes for future optimizations (and prepare...
2017-11-04 Robin GareusChange Delayline to use power-of-two size and bitmasking
2017-11-04 Robin Gareus[Re]-Implement Delayline flush.
2017-11-04 Robin GareusOptimize Delaylines: block-process (not one sample...
2017-11-04 Robin GareusClean up delayline API: don't use 'get_' for accessor...
2017-11-03 Robin GareusAuditioner, silence buffer at end.
2017-11-03 Robin GareusDon't crash when auditioning empty .mid files.
2017-11-03 Robin GareusFix polarity-control size (and crash during audition)
2017-11-02 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-11-01 Robin GareusWrap automation on loop-position, split plugin processing
2017-10-31 Robin GareusClick-free polarity inversion, also use accelerated...
2017-10-31 Robin GareusFix samples-moved (and invalid use of not initialized...
2017-10-31 Robin GareusInterpolation phase[] is initially empty
2017-10-31 Robin GareusFix set_loop() return value (amend 00a4ad)
2017-10-31 Robin GareusRelax assertion to allow rolling backwards into 0.
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-31 Robin GareusSmall steps towards rolling backwards..
2017-10-31 Robin GareusMigrate to Polarity-inversion processor & fix proc...
2017-10-31 Robin GareusAdd polarity-invert processor
2017-10-30 Robin GareusUse new externally_connected API
next