summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-24fix VST shell-scanner (double free), support for VST2.4Robin Gareus
2014-02-23remaining bits for VST-shell plugin support ..and more VST reworkRobin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...
2014-02-22remove inadvertently committed wine-unstable linkdirRobin Gareus
2014-02-22update wscript for windowsVST + mingwRobin Gareus
2014-02-22remove arvst (there's already vst/ardevst)Robin Gareus
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
while (gtk_events_pending()) gtk_main_iteration(); never returns as long as there's a idle call registered somewhere (and it's not called from an idle callback itself)
2014-02-22NOOP, whitespace change onlyRobin Gareus
2014-02-22Windows VST GUI related reworkRobin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus
libfst is now very ardour specific (no longer compatible with /upstream/)
2014-02-22update vestige header (from mixbus)Robin Gareus
2014-02-22add wine/windows-vst start scriptRobin Gareus
2014-02-22add support for VST>=2.4Robin Gareus
2014-02-20add the with-guard-point distinction to region gain linesPaul Davis
2014-02-20use new "covers" threshold to make automation lines more grabbablePaul Davis
2014-02-20allow per-line configurability of the threshold used to determine if a ↵Paul Davis
PolyLine covers a given coordination
2014-02-19manually apply d697a31abf2fa1b0bedcab025188f03611920fdf from master (git ↵Paul Davis
could not apply cleanly)
2014-02-19fix error in canvas PolyLine::covers(), so that the mouse can actually ↵Paul Davis
enter/leave such items
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ↵Paul Davis
master (git could not apply successfully)
2014-02-19ignore libcanvas version filesPaul Davis
2014-02-19ignore more translation-related filesPaul Davis
2014-02-19ignore vgcore.* files as well as corePaul Davis
2014-02-19ignore core.* files as well as corePaul Davis
2014-02-19required fix for cairocanvas branch, didn't make it into mergePaul Davis
2014-02-19click (no drag) on automation line now adds a new control point on the line ↵Paul Davis
(not fully checked for precision)
2014-02-19Revert "add a hack to deal with device discovery race, in which the devices ↵Paul Davis
were not actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages" This reverts commit 06a25ffd5695697db9869a19e46c2f93c6c17458.
2014-02-19add a hack to deal with device discovery race, in which the devices were not ↵Paul Davis
actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages
2014-02-19use new ControlList::add() argumentPaul Davis
2014-02-19do not needlessly keep starting touch/automation watch passes just because a ↵Paul Davis
command to start or stop touch was received
2014-02-19add option to skip guard points when adding new control points to a ↵Paul Davis
ControlList; add more debugging statements
2014-02-19clear up some stupid thinking in Amp regarding the way the underlying ↵Paul Davis
AutomationControl/Controllable gets set when Amp::set_gain() is called
2014-02-19add a hack to deal with device discovery race, in which the devices were not ↵Paul Davis
actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages
2014-02-19fix meter(s) when mixer-strip is switched to AuxSendRobin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2014-02-17make stateful image canvas item actually compilePaul Davis
2014-02-17use boost::uuids method to get a string from a boost UUIDPaul Davis
2014-02-17new canvas item to allow image-based GUI constructionPaul Davis
2014-02-14debugging export format UUID creationPaul Davis
2014-02-14possible fix for error during export format load-from-diskPaul Davis
2014-02-14some changes to ArdourButton to allow custom colors to be set (e.g. based on ↵Paul Davis
track colors), via Valeriy
2014-02-14add new MIDI binding map for AKAI MPK61 (from Glen MacArthur)Paul Davis
2014-02-14fix up double definition of waveform fill in default canvas conf filePaul Davis
2014-02-14reinstate zero line in waveforms (can be hidden by changing the color to ↵Paul Davis
something with alpha=0
2014-02-14fix up problems with patch change flgs not changing height correctlyPaul Davis
2014-02-14fix vertical placement of ghostregionsPaul Davis
2014-02-14fix up placement of fade out handlePaul Davis
2014-02-14since we now expand rectangles to the right always, adjust the bounding box ↵Paul Davis
computation
2014-02-13remove debug messagePaul Davis