Hi all,
As it said in the subject of this thread i m beginner programmer in c++ level 01 and i want to bring my support to audacity because it's free and i like it.
Can some one help by pointing where to start? I have reading some pages from audacity main page in the developers section but still i can't find myself (http://audacityteam.org/community/developers).
Please any help is welcome.
As a programmer, where exactely to start to help audacity
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Re: As a programmer, where exactely to start to help audacit
There's some useful links on the Audacity wiki home page: http://wiki.audacityteam.org/index.php? ... _Home_Page
All development is currently on the 1.3 version of Audacity, so a good place to start is building Audacity from the CVS repository - see here http://wiki.audacityteam.org/index.php? ... fic_Guides
Audacity depends heavily on WxWidgets and it essential that you use an up-to-date build of WxWidgets.
Audacity is a large and complex program so it is worth spending some time just looking through it and reading up on the developers information. The "index" page for developer information on the wiki is here: http://wiki.audacityteam.org/index.php? ... Developers
There is also a mailing list for developers that you can sign up to: https://lists.sourceforge.net/lists/lis ... city-devel
This is a moderately high volume list (probably worth just following the discussions for a bit before posting). The list is also published on Nabble http://n2.nabble.com/audacity-devel-f238278.html
All development is currently on the 1.3 version of Audacity, so a good place to start is building Audacity from the CVS repository - see here http://wiki.audacityteam.org/index.php? ... fic_Guides
Audacity depends heavily on WxWidgets and it essential that you use an up-to-date build of WxWidgets.
Audacity is a large and complex program so it is worth spending some time just looking through it and reading up on the developers information. The "index" page for developer information on the wiki is here: http://wiki.audacityteam.org/index.php? ... Developers
There is also a mailing list for developers that you can sign up to: https://lists.sourceforge.net/lists/lis ... city-devel
This is a moderately high volume list (probably worth just following the discussions for a bit before posting). The list is also published on Nabble http://n2.nabble.com/audacity-devel-f238278.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: As a programmer, where exactely to start to help audacit
Thanks for answering.