update lua script file management:
[ardour.git] / libs / ardour /
2016-03-23 Robin Gareusupdate lua script file management:
2016-03-23 Robin Gareusrefactor lua header includes
2016-03-23 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-22 Robin Gareusfix compilation on OSX (in the wake of eaca325c)
2016-03-22 Robin Gareusfix copy/paste typo
2016-03-21 Robin Gareusfurther lua binding refactoring, match C++ namespaces
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2016-03-21 Robin Gareusmove std bindings out of "ARDOUR" into "C" namespace...
2016-03-21 Robin Gareusadd some missing bindings (dep classes)
2016-03-20 Robin Gareusadd convenience lua API for looking up Plugins
2016-03-19 Robin Gareuscache LuaProc Parameters in Processor
2016-03-19 Robin GareusRevert "hotfix for concurrent lua interpreter calls"
2016-03-19 Robin Gareushotfix for concurrent lua interpreter calls
2016-03-19 Robin Gareusadd some convenience lua functions for plugin management
2016-03-19 Robin Gareusfix plugin preset listing
2016-03-19 Robin Gareusprepare Instrument slots -- replace processor in place
2016-03-19 Robin Gareusremove cruft
2016-03-19 Robin Gareusthe return of the Session::Exported signal
2016-03-19 Robin Gareusadd Lua Bindings for ARDOUR::Region
2016-03-19 Robin Gareusadd OSC Lua bindings
2016-03-18 Robin Gareusamend prev commit
2016-03-18 Robin Gareusgcc4 compat
2016-03-18 Hanspeter PortnerFix blocked patch:Set messages.
2016-03-18 Robin Gareusstart a dedicated ARDOUR lua function collection
2016-03-18 Robin Gareusfix possible overflow (printing float)
2016-03-18 Robin Gareusadd LuaProc Plugin state (to allow state copy, indep...
2016-03-18 Robin Gareusimplement LuaProc inline display
2016-03-18 Robin GareusAdd some convenient DSP methods for lua scripts
2016-03-17 John EmmasMake provision for building with the new LV2 extensions...
2016-03-16 Robin Gareusadd missing ifdef
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-15 Robin Gareusavoid memcpy if it's not needed.
2016-03-15 Robin Gareusremove plugin ui settings from rc-config
2016-03-14 Robin Gareusnew preference: don't open plugin GUI when there's...
2016-03-14 Robin Gareusupdate [LV2] Plugin Inline Display API: drop cairo...
2016-03-14 Paul Davisuse ForGroup to flag and detect route-group based contr...
2016-03-13 Robin GareusImplement LV2 Inline Display Extension
2016-03-13 Robin Gareusprototype online self-automating LV2 plugin interface
2016-03-13 Robin Gareusprepare custom LV2 extensions
2016-03-12 John EmmasMake sure that class 'ARDOUR::AnalysisGraph' is exporta...
2016-03-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-12 Robin Gareuscleaner version of ac3da53
2016-03-12 Robin Gareusreset export status when not normalizing - fixes #6816
2016-03-11 Robin GareusConfigurable export-silence trim threshold (no GUI...
2016-03-11 Robin Gareusprepare region/range loudness analysis
2016-03-05 feandinFix issue #0006806
2016-03-05 Robin Gareusfix playlist channel-count when removing a connected...
2016-03-04 Robin Gareusfix processed region export (track output)
2016-02-29 Robin Gareusinitialize uninitialized variable
2016-02-29 Robin Gareusconfigurable export preroll
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusspecialize isfinite for MSVC compat
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-26 Robin Gareusprevent livelock on NaN, inf control parameters - fixes...
2016-02-24 Robin Gareuspotential mem corruption at session close:
2016-02-23 Robin Gareusfix LV2Plugin::requires_fixed_sized_buffers()
2016-02-23 Robin GareusAdd new sources to MSVC project (libardour)
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-23 Robin GareusImplement Lua DSP processor/plugin
2016-02-23 Robin Gareuslibardour lua-script-manager
2016-02-23 Robin Gareusinclude static liblua with libardour & prepare bindings
2016-02-22 Robin Gareusbasic DSP lib (for lua bindings)
2016-02-22 Robin Gareusadd lua search path
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-22 Paul Davisremove all trace of SAE from source code.
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davischange suffix of keybinding files to ".keys" to avoid...
2016-02-22 Adrian KnothSpelling correction patch from Debian
2016-02-21 Robin Gareusprepare for gcc6 rint() precision degradation
2016-02-21 Robin Gareusprevent some mess when automating control ports on...
2016-02-20 Robin Gareusadd processor lookup by PBD::ID via session
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2016-02-17 John EmmasMake sure that MSVC knows which version of 'ceil()...
2016-02-16 Ben LoftisFill some more VST transport flags.
2016-02-16 Robin Gareuswork-around case where metric is NULL in split cycles.
2016-02-16 Robin Gareustry to catch https://github.com/rncbc/synthv1/issues...
2016-02-16 Robin GareusRevert "proper debug prints for Analyser"
2016-02-16 Robin Gareuschunk data before analysis, prefer 8K
2016-02-16 Robin GareusFix Analysis duration for added silence
2016-02-16 Robin Gareusproper debug prints for Analyser
2016-02-15 Robin GareusAdd normalization gain factor to Export Analysis
2016-02-13 Julien ROGERFix 6677: Post-export script reinterprets timestamp...
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2016-02-12 Robin Gareusadd NULL check for VST audioMasterSizeWindow
2016-02-12 Robin Gareusinclude timespan-option with export preset
2016-02-12 Robin Gareusfix copy constructor.
2016-02-12 Robin Gareusexport analysis: include true-peak positions.
2016-02-11 Robin GareusHelp clang static analyzer.
2016-02-11 Robin GareusPrepare for optional timespan name during export.
2016-02-11 Robin Gareusupdate export analyser for dBTP
2016-02-11 Tim MayberryAdd API to AudioBackend for choosing between portaudio...
2016-02-11 Robin Gareusonly instantiate Analysis Processor if needed
2016-02-11 Robin Gareusstereo waveform, prepare spectrum faceplate
2016-02-10 Robin Gareusmake post-export analysis optional (default to enabled)
2016-02-10 Robin GareusAdd loudness histogram Feature to the EBUr128 VAMP...
2016-02-10 John EmmasAdd newly introduced source(s) to our MSVC project...
2016-02-10 Robin GareusPost-export Analysis
2016-02-09 Robin GareusFix crash when aborting export.
next