summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-09-18remove unused computationPaul Davis
2017-09-18udev rule for Ableton Push2 devicePaul Davis
2017-09-18tweaks to the beatbox toy to properly track and connect note on/offPaul Davis
2017-09-18Add NI Maschine ctrl-surface HID/udev permissions configRobin Gareus
2017-09-07Deploy dynamically loaded NSS libs with OSX bundlesRobin Gareus
2017-08-23Deploy Session-templatesRobin Gareus
2017-08-16Prepare for removal of Advanced Session Options (BusProfile)Robin Gareus
2017-08-09really fix linux packaging jack check (amend 79dc3882ea)Robin Gareus
2017-08-05full integration of beatbox test app into ardour tree+build systemPaul Davis
Plus a few attempts at catching note on/off quantization stuff
2017-08-04add tempo adjustmentPaul Davis
2017-08-04expose more internal statePaul Davis
2017-08-04change superclock ticks per second (no need for 11,13,17)Paul Davis
2017-08-04remove some debug outputPaul Davis
2017-08-04fix bbox compilation after integration into treePaul Davis
2017-08-04new mini, standalone MIDI beatbox/live looperPaul Davis
This is for experiments with loop sequencing, MIDI region generation and superclock stuff
2017-08-01Fix Linux packaging to deal with jackd -RC versionsRobin Gareus
2017-07-18Fix LD_LIBRARY_PATH in GNU/Linux startup scriptnickolas360
Currently, the startup script for GNU/Linux adds the current working directory to LD_LIBRARY_PATH if LD_LIBRARY_PATH is not empty or unset. For example, if LD_LIBRARY_PATH is set to "/lib" when the current script is run, it will be set to "<install-dir>/lib::/lib", which includes the current working directory as one of the paths. This commit removes the extra colon added to LD_LIBRARY_PATH (without changing the script's behavior of setting LD_LIBRARY_PATH to an empty string when it is unset).
2017-07-17Update tools for new source-tree layoutRobin Gareus
2017-07-15new script to globally switch from "audio frames" to "audio samples"Paul Davis
To be run at some point in the near future after various PRs and development branches have been merged into master.
2017-07-03OSC: Add system osc preset directoryLen Ovens
2017-06-27Update fluidsynthRobin Gareus
Fix potential crashes in case fluid-synth runs into an OOM error, and address a const-cast compiler warning. Switch to track github repo (instead of sf.net git)
2017-05-15Set Display Name for OSX/macOSRobin Gareus
2017-04-27try work-around occasionally misplaced app icons in dmg (set twice)Robin Gareus
2017-04-24de-select WASAPI by defaultRobin Gareus
2017-04-02Patch the QM source code to make it buildable with MSVCJohn Emmas
2017-04-02avoid C++11 - fixes OSX/PPC buildsRobin Gareus
2017-04-01Add script to update vamp-pluginsRobin Gareus
2017-04-01Add a script to update qm-dsp libraryRobin Gareus
2017-03-21Fix MB32C OSX package-nameRobin Gareus
2017-03-02Ship system_config with bundles again.Robin Gareus
This partially reverts commit ac40945ff96f27606ff5d3600cf06b0ba663a5e1. re-add system_config, but not instant.xml
2017-02-26Consistent naming of installers: Name + Version [+Variant] + Arch5.7Robin Gareus
2017-02-26Fix windows builds, rename icons following 4e96285ba5Robin Gareus
2017-02-25Windows installer: use upper-case for program-nameRobin Gareus
2017-02-23Do not bundle default system_config (prefer built-in defaults)Robin Gareus
Inside the bundle, those files are read-only, anyway. This alleviates us from generating/updating the files with whenever the built-in default changes and also makes architecture dependent default-config (compile time #defines) work.
2017-02-22amend a2d54c3d9710 (w64 debug builds)Robin Gareus
2017-02-22The return of the w64 debug buildRobin Gareus
2017-02-19Allow to keep environment C/XXFLAGS with debug buildsRobin Gareus
this is needed for e.g. windows debug builds to pass mstackrealign
2017-02-16Better solution 213cc1d32Robin Gareus
2017-02-15Allow bundling suil/qt4,5 using system-wide QTRobin Gareus
2017-02-14Another update for Lua-documentation (new manual.ardour.org)Robin Gareus
2017-02-14update luadoc tool (new manual website system)Robin Gareus
2017-02-14Fix lua-doc (Null pointer c'tor doc)Robin Gareus
2017-02-01update link to MB manualRobin Gareus
2017-01-30unconditionally include gmsynth.lv2 in bundles (and avldrums with MB)Robin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2017-01-14update path to lua-doc in manualRobin Gareus
2016-12-14rework locking (fa07233a, 112fba182)Robin Gareus
For now: use a single lock, which should fix all related crashes. optimize (with less contended partial locks) if this works.
2016-12-13mutex 'er upRobin Gareus
Some overzealous locking to track down RequestObject related crashes. bc0fa4d689a4 wrongly locked the current event loop's request_invalidation_lock instead of the invalidation's list lock. Also Abstract UI is able to delete requests concurrently with with EventLoop invalidation. e.g. PortManager::PortRegisteredOrUnregistered and GlobalPortMatrixWindow so the lock needs to be exposed. If this solves various issues, mutexes should to be consolidated (request_buffer_map_lock + request_invalidation_lock) and be chosen such that there is as little contention as possible.
2016-12-05Prevent endless recursion on Evoral::Event<>Robin Gareus
2016-11-23another hack to accommodate different project namesRobin Gareus
Mixbus32C-$MAJOR + Mixbus32C (dash before major version) vs Ardour$MAJOR + Ardour vs Mixbus$MAJOR + Mixbus