The Flagship http://ardour.org
Go to file
Julien "_FrnchFrgg_" RIVAUD 5d0b00589c Fix the Unicode workaround in wscript
The previous code was supposed to ensure VERSION and PROGRAM_VERSION
were *not* Unicode objects since though they are the correct type to
represent strings in Python 2, too many libraries have strange issues
dealing with them, and UnicodeErrors can creep in with implicit
conversions from/to Unicode objects.

But in fact it did exactly the contrary since str.decode() always
returns Unicode objects, whose type corresponds to the str class in
Python 3. Fix it so that in both Python 2 and 3 the constants are
eventually instances of str.
2017-09-03 20:39:10 +02:00
doc
export
gtk2_ardour Fix headers of .po files so they conform to the template 2017-09-02 16:42:08 +02:00
headless
libs Call curl_global_init() exactly only once (2/2) 2017-08-31 20:08:54 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour) 2017-08-21 09:22:44 +01:00
MSVCMixbus3
MSVCvst_scan
osc
osc_interfaces/touchosc prh: Added version 1b of my Mixbus Mix controller. 2017-08-18 23:03:58 +02:00
patches
patchfiles
scripts mp4chaps Lua script: don't clutter global environment 2017-08-26 15:42:14 +02:00
session_utils
templates Deploy Session-templates 2017-08-23 23:55:00 +02:00
tools Deploy Session-templates 2017-08-23 23:55:00 +02: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 Fix the Unicode workaround in wscript 2017-09-03 20:39:10 +02:00

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

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