Mirror of Ardour Source Code
Find a file
GZharun c893bac2dc [Summary] Made the code safer: used float version of asb() function explicitly.
C++ overloads abs(float) and abs(double) functions, but C has abs(int) only.
To make sure that correct function is called, we should either call std::abs() and make sure that <cmath> header is included or
call fabs() (C version float version) explicitly.

All these files haD <cmath> included (implicitly) and "using namespace std" statements.

But it would be safer to call fabs() explicitly.

[Reviewed by] PDavis, YPozdnyakov
2015-04-30 16:37:14 +03:00
doc
export [Summary] Changing implementation of export/import usecases 2015-02-10 12:32:20 +02:00
export_not_for_tracks_live [Summary] Changing implementation of export/import usecases 2015-02-10 12:32:20 +02:00
gtk2_ardour [Summary] Made the code safer: used float version of asb() function explicitly. 2015-04-30 16:37:14 +03:00
headless
icons
libs [Summary] Fix bug in commit: According PRD change colour of numeric peak indicator background depend on its value. 5ab6bbe6e1 [5ab6bbe] 2015-04-29 16:38:46 +03:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3
MSVCMixbus3
patches
patchfiles
PRD-n-SRS
templates
tools add missing write test tools from ardour 2015-04-23 10:17:15 -04:00
vst
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
patch.diff
README
system_config [Summary] Implemented menu items for playhead modes, related actions, set priorities and default values 2015-02-04 17:44:01 +02:00
test.commit.txt
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript [Summary] To make build portable on systems with a processor which does not support AVX, only file which contains AVX intrinsics should be compiled with -mavx flag 2015-04-22 11:06:26 +03:00

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

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