13
0
Go to file
Robin Gareus a982a7cc67 Fix computation of AutomationController steps
smallstep (resp. largestep) is intended to be the interface delta
corresponding to a desc.smallstep (resp. largestep) in internal scale,
and is computed by incrementing from desc.lower.

But ac->internal_to_interface(desc.lower) isn't necessarily zero. In
fact it currently is 0.5 / (M - m + 1) for integer parameters where M is
the maximum and m is the minimum possible value since it is the center
of the [0,1/(M-m+1)] interval.

Since the lower bound of the delta isn't always zero, don't ignore it
when computing the actual increment.
2017-09-24 22:58:59 +02:00
doc
export
gtk2_ardour Fix computation of AutomationController steps 2017-09-24 22:58:59 +02:00
headless convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
libs fix header order and space alignment 2017-09-24 12:57:27 -04:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
nutemp fix header order and space alignment 2017-09-24 12:57:27 -04:00
osc
osc_interfaces/touchosc
patches
patchfiles
scripts Add Lua script to print signal latencies 2017-09-20 01:29:46 +02:00
session_utils convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
templates
tools convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
vst
.dir-locals.el
.gitattributes
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
instant.xml
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript part two of initial libtemporal creation 2017-09-24 10:48:00 -04:00

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

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