1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Add a number of contributors to the bundled Nyquist effects who had been previously credited in the effects. We have never released iAVC so don't list it here.

This commit is contained in:
RichardAsh1981@gmail.com 2013-06-26 18:59:22 +00:00
parent 325888d34d
commit 3e194f042c

View File

@ -90,12 +90,16 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Lynn Allan (Leveller, StereoToMono, TruncSilence)"), roleContributor); AddCredit(wxT("Lynn Allan (Leveller, StereoToMono, TruncSilence)"), roleContributor);
AddCredit(wxT("David Bailes"), roleContributor); AddCredit(wxT("David Bailes"), roleContributor);
AddCredit(wxT("William Bland"), roleContributor); AddCredit(wxT("William Bland"), roleContributor);
AddCredit(wxT("Jeremy R. Brown"), roleContributor);
AddCredit(wxT("Alex S. Brown"), roleContributor);
AddCredit(wxT("Chris Cannam"), roleContributor); AddCredit(wxT("Chris Cannam"), roleContributor);
AddCredit(wxT("Craig DeForest (Click Removal"), roleContributor); AddCredit(wxT("Craig DeForest (Click Removal)"), roleContributor);
AddCredit(wxT("Mitch Golden"), roleContributor); AddCredit(wxT("Mitch Golden"), roleContributor);
AddCredit(wxT("Brian Gunlogson"), roleContributor); AddCredit(wxT("Brian Gunlogson"), roleContributor);
AddCredit(wxT("Daniel Horgan"), roleContributor); AddCredit(wxT("Daniel Horgan"), roleContributor);
AddCredit(wxT("David Hostetler"), roleContributor);
AddCredit(wxT("Steve Jolly"), roleContributor); AddCredit(wxT("Steve Jolly"), roleContributor);
AddCredit(wxT("Steven Jones"), roleContributor);
AddCredit(wxT("Arun Kishore"), roleContributor); AddCredit(wxT("Arun Kishore"), roleContributor);
AddCredit(wxT("Paul Livesey"), roleContributor); AddCredit(wxT("Paul Livesey"), roleContributor);
AddCredit(wxT("Harvey Lubin"), roleContributor); AddCredit(wxT("Harvey Lubin"), roleContributor);
@ -105,7 +109,10 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Clayton Otey"), roleContributor); AddCredit(wxT("Clayton Otey"), roleContributor);
AddCredit(wxT("Andr\u00e9 Pinto"), roleContributor); AddCredit(wxT("Andr\u00e9 Pinto"), roleContributor);
AddCredit(wxT("Mark Phillips"), roleContributor); AddCredit(wxT("Mark Phillips"), roleContributor);
AddCredit(wxT("Jean Claude Risset"), roleContributor);
AddCredit(wxT("Edgar-RFT"), roleContributor);
AddCredit(wxT("Augustus Saunders"), roleContributor); AddCredit(wxT("Augustus Saunders"), roleContributor);
AddCredit(wxT("Benjamin Schwartz"), roleContributor);
AddCredit(wxT("David R. Sky"), roleContributor); AddCredit(wxT("David R. Sky"), roleContributor);
AddCredit(wxT("Rob Sykes (libsoxr Resample, Reverb)"), roleContributor); AddCredit(wxT("Rob Sykes (libsoxr Resample, Reverb)"), roleContributor);
AddCredit(wxT("Mike Underwood"), roleContributor); AddCredit(wxT("Mike Underwood"), roleContributor);
@ -117,7 +124,6 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("expat"), roleLibrary); AddCredit(wxT("expat"), roleLibrary);
AddCredit(wxT("FLAC"), roleLibrary); AddCredit(wxT("FLAC"), roleLibrary);
AddCredit(wxT("iAVC"), roleLibrary);
AddCredit(wxT("LAME"), roleLibrary); AddCredit(wxT("LAME"), roleLibrary);
AddCredit(wxT("libmad"), roleLibrary); AddCredit(wxT("libmad"), roleLibrary);
#if USE_LIBRESAMPLE #if USE_LIBRESAMPLE