13
0
Go to file
Paul Davis d953f1ce0e when dragging on the canvas, use x,y pointer coordinates to decide if motion has occured.
Using _last_pointer_frame breaks when dragging to the left of the canvas, because we clamp
the value of the frame to >= 0. Motion would step once the pointer crossed the left edge
of the canvas because the frame value would always be zero.

This is not a problem when using the pointer x,y values which end up appropriately negative
under all conditions.
2014-11-24 21:59:29 +02:00
doc add documentation about meter colors 2014-11-10 22:22:54 +01:00
export Remove Soundcloud export format presets 2014-05-23 19:05:33 +01:00
gtk2_ardour when dragging on the canvas, use x,y pointer coordinates to decide if motion has occured. 2014-11-24 21:59:29 +02:00
headless minor fixes to wscript files to make things python3 compatible 2014-07-13 08:36:18 -04:00
icons Add our various '.in' files (to be processed by msvc32-fixup.pl) 2014-08-04 09:00:11 +01:00
libs fix OSX open URL in browser 2014-11-24 20:35:38 +01:00
mcp bcf2000: make play button toggle roll 2014-11-14 15:35:19 -05:00
midi_maps
msvc_extra_headers Use precise define names for LV2 version configure checks. 2014-10-31 20:46:09 -04:00
MSVCardour3 Add a newly introduced header file to our MSVC project (gtk2_ardour) 2014-11-24 13:01:16 +00:00
MSVCMixbus3 Add our various '.in' files (to be processed by msvc32-fixup.pl) 2014-08-04 09:00:11 +01:00
MSVCvst_scan Add a small dummy command to a couple of MSVC build projects 2014-11-08 18:47:25 +00:00
patches
patchfiles Merge branch 'cairocanvas' 2014-10-16 05:12:52 -04:00
templates
tools add a variable to specify windows build concurrency 2014-11-21 23:12:17 +01:00
vst Fix paths in ardourvst.in 2014-06-07 13:49:12 +10:00
.dir-locals.el
.gitignore clean up after ourselves 2014-11-11 15:35:06 +01:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING update GPL (formatting and update FSF address) 2014-10-26 02:24:35 +01:00
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl Modifications needed to build ReasonableSynth with MSVC 2014-11-09 08:11:46 +00:00
PACKAGER_README
README
system_config rename system and user config files with product-neutral names 2014-09-07 10:20:29 -04:00
testfile.flac
testfile.ogg
TRANSLATORS
waf revert to previous waf version 2014-10-21 22:58:58 -04:00
wscript waf is fun 2014-11-24 04:56:31 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html