summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-08-07Bundle Rotary Speaker with binariesRobin Gareus
2018-04-20Use https for harrison channelstrip (windows-builds)Robin Gareus
2018-01-30Prepare plugin-meta-data config-dir and filesRobin Gareus
2017-11-30Fix error when $PATH contains whitespacesMarkus Seeber
Previously, if $PATH contains whitespaces the startup script would split the new exported $PATH on the first whitespace. This was observed on an Ubuntu system where $PATH contained a directory with whitespaces. The change adds weak quotation around the new path to prevent expansion of whitespaces. $PATH though, is still expanded.
2017-11-29OSX packaging: don't create empty Plugins dirRobin Gareus
2017-09-25additional changes to follow library name change from timecode -> temporalPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-20Clean up and fix win x-compile scriptRobin Gareus
2017-09-20Fix buildstack revision reportRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
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