add finite state machine to control/manage transport state
[ardour.git] / libs / ardour / wscript
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-09-10 Robin GareusEngage thread-safe fftw planner in libardour
2019-09-05 Robin GareusUpdate MClk unit-test - new transportmaster API
2019-06-24 Robin GareusLV2 support is not optional since 04ccd328dc
2019-04-10 David RobillardRemove support for building against LV2 older than...
2019-02-28 Robin GareusAmazing PCM byte/array convert functions, unused.
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2018-12-28 Paul Davisremove configure-time --no-lv2 option. LV2 is integral...
2018-12-20 David RobillardRemove conditional support for ancient versions of...
2018-11-19 Robin GareusMove video-tool paths to libardour (1/2)
2018-10-19 Robin GareusImplement basic libardour convolution DSP
2018-10-15 Paul Davisfix several inter-related problems with libptformat
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-03-02 Robin GareusRemove interpolation unit-test (fails to compile)
2017-12-05 Robin GareusAdd a Raw MIDI parser (based on ALSA raw MIDI)
2017-10-31 Robin GareusAdd polarity-invert processor
2017-10-30 Robin GareusAdd a RT-Tasklist
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-19 Robin GareusMore s/frame/sample/ - fixes unit-test compilation
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisfully remove diskstream code
2017-09-18 Paul Davismerge AudioDiskstream playback code into DiskReader
2017-09-18 Robin GareusBump session file format (pre 6.0)
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-04-12 Robin GareusAdd a ReadOnlyControl parameter abstraction
2016-12-03 David RobillardFactor out and extend MIDIXML implementation
2016-11-15 Robin Gareusconsolidate VSTState functions
2016-11-15 Robin Gareusrework 8e3b6c9ac (fstwin is C code, not C++)
2016-11-13 Robin GareusMac VST-2.x support
2016-10-10 Robin GareusUnit-tests to check Lua session+DSP scripts
2016-10-01 nick_mRemove unused methods, add tests to ensure meter diviso...
2016-09-28 Paul Davismove mode/scale/key definitions out of push2 code and...
2016-08-23 Robin Gareusadd basic libardour wrapper for fluidsynth (for Lua...
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisinitial implementation of a VCA Manager object
2016-05-31 Paul Davisinitially pass at libardour VCA implementation
2016-04-08 Robin GareusAdd a fixed (not de-clicked) multi-buffer audio/midi...
2016-04-02 Robin Gareusprepare sidechain i/o processor
2016-03-19 Robin Gareusadd OSC Lua bindings
2016-03-18 Robin Gareusstart a dedicated ARDOUR lua function collection
2016-03-13 Robin Gareusprepare custom LV2 extensions
2016-03-11 Robin Gareusprepare region/range loudness analysis
2016-02-28 Robin Gareusprepare for update to waf 1.8
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-01-31 Paul Davisbreak out Route controllables code into its own source...
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2015-12-01 Tim MayberryFix broken load-session utility and change it to load...
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-11-23 Paul DavisMerge branch 'nphilipp-master--build-fix'
2015-11-23 Nils Philippsenmake copies of global lists before extending
2015-11-03 Robin Gareuslibardour wrapper for EBUr128 VAMP plugin
2015-10-18 Paul DavisMerge branch 'chaot4-fix_midi_menu_consistency_new'
2015-10-18 André NusserAdd Transpose class that can be used by apply_midi_note...
2015-09-20 Robin Gareusprepare LTC File Reader
2015-09-16 Tim MayberryAdd test for DSPLoadCalculator to libardour tests
2015-09-16 Tim MayberryMove implementation for DSPLoadCalculator back into...
2015-09-10 Tim MayberryAdd DSPLoadCalculator class to libardour
2015-09-02 Tim MayberryAdd enums to AudioBackend class for getting standard...
2015-08-12 Robin Gareusanother waf/regexp issue (amend 4666711)
2015-08-03 Robin Gareussha1: cleanup & separate unit test
2015-07-25 Tim MayberryRemove sse optimization sources from test applications
2015-07-16 Ben Loftismerge fix
2015-07-05 Robin Gareusremove tabs from python code
2015-06-29 Paul Davistry to correctly set up build of AVX code for windows...
2015-06-29 Paul DavisAdded optimized AVX function for sample processing
2015-06-29 Paul Davisadd engine_state_controller.cc to libardour sources...
2015-04-21 Paul Davismore windows related SSE build fixes
2015-04-21 Paul Davistypo
2015-04-21 Paul Davisuse compiler target to determine whether to use 64...
2015-04-21 Paul DavisRevert "as an experiment, try original asm on windows."
2015-04-21 Paul Davisas an experiment, try original asm on windows.
2015-04-21 Paul Davisimprove logic flow
2015-04-21 Greg Zharun[Summary] Added SSE sound processing functions support...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 David RobillardFix mute of MIDI tracks with channel forcing.
2015-03-29 David RobillardFix mute of MIDI tracks with channel forcing.
2015-03-07 David RobillardFix LV2 preset deletion and clash between plugins.
2015-03-05 David RobillardHandle edits while playing precisely.
2015-02-15 Tim MayberryAdd TestUI class to properly handle EventLoop invalidation
2015-02-14 David RobillardFix LV2 UIs with spacey paths (e.g. Pianoteq).
2015-01-17 Robin Gareuswaf: fix concurrency issue with duplicate targets
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-08 Robin Gareusremove hardcoded major version in build scripts
2015-01-05 Robin Gareusprepare for 'ardour4'
2014-12-28 David RobillardMIDI transform dialog.
2014-12-24 David RobillardAdd --no-lrdf configure option.
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
2014-12-09 Paul Daviscorrect install location for .mo files (i18n) and clean...
2014-12-07 David RobillardAdd legatize and remove overlap MIDI operations.
next