Mirror of Ardour Source Code
Find a file
Robin Gareus c0c24aff72 Hotfix crashes for [extreme] time-stretch -- #7305
e.g. stretch-shrink 3712 samples down to 1780.
The filter order defines nFact which can become larger than length - 2
leading to out-of-bounds array access.

e.g. m_ord = 2 -> nFilt = 2, nFact = 6;  process < 7 samples (here 6)
2017-04-01 19:16:12 +02:00
cfgtool
doc
export 2 new export formats for stems and such. They export at the current session sample rate. 2017-01-28 13:34:39 -06:00
gtk2_ardour Remove duplicate msg (load_keybindings also prints an info) 2017-04-01 19:16:12 +02:00
headless
libs Hotfix crashes for [extreme] time-stretch -- #7305 2017-04-01 19:16:12 +02:00
mcp MCP Add X-Touch Mini MCP map 2017-03-20 18:51:12 -07:00
midi_maps Use correct action in map for Korg nanoKontrol2 2016-12-01 21:44:28 +01:00
msvc_extra_headers Remove a JE addition to one of the qm-dsp source files (no longer needed) 2017-02-06 09:47:10 +00:00
MSVCardour3 Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour) 2017-03-16 10:20:27 +00:00
MSVCMixbus3
MSVCvst_scan Update our MSVC project files to generate the most recent Ardour session file format (ver 5) rather than the older v3 format 2016-08-30 07:15:00 +01:00
osc OSC: Add preset loading to OSC GUI 2016-08-24 10:07:21 -07:00
patches
patchfiles Improve midnam for Waldorf Blofeld 2016-08-05 22:03:11 +02:00
scripts Add example script to access midi-region events 2017-03-18 19:10:19 +01:00
session_utils update UI, new info API, display created_version in tooltip 2017-01-20 18:16:32 +01:00
templates
tools Fix MB32C OSX package-name 2017-03-21 20:49:04 +01:00
vst fix vamp path: 2016-06-25 00:44:04 +02:00
.dir-locals.el
.gitattributes disable git-archive 2016-07-06 03:12:19 +02:00
.gitignore
ardour-3.ttl
ardour.1 fix link in manpage 2016-10-18 22:26:23 +02:00
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
foo.cc
instant.xml
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
system_config Empty system_config (pre-seed XML nodes, use built-in settings) 2017-03-02 19:37:36 +01:00
testfile.flac
testfile.ogg
TRANSLATORS Update TRANSLATORS 2017-01-05 09:21:12 +00:00
waf
wscript Fix yet another oversight for the windows icon file update 2017-02-26 14:40:22 +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