Search found 7 matches

by lefau44
Tue Nov 04, 2014 4:01 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Re: Realise a plugin

I compiled the "mod-null" module -> I get the DLL file but Audacity doesn't load it ... Where should be the file "mod-null.dll" : in Audacity.exe directory or in a subfolder ?

The others exemples need Visual 2012 so I can't use them.
by lefau44
Tue Nov 04, 2014 9:14 am
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Re: Realise a plugin

Thanks for your help.
Sorry about the description of my needs but it's a new professional project (so C++ programming is OK for me) and I have not a lot of informations so I try ta have informations about all sorts of plug in.
I will try to see all possibilities with Nyquist to begin
by lefau44
Mon Nov 03, 2014 5:44 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Re: Realise a plugin

This is not a standard format so I need to create a plugin to import what I need
by lefau44
Mon Nov 03, 2014 5:32 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Re: Realise a plugin

I have some data in file with a specific format and I would like to import in Audacity to analyse , modify ...
So I need plugin to import and then plugin to use data
by lefau44
Mon Nov 03, 2014 5:20 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Re: Realise a plugin

I try to use Nyquist plugin but I think it will be not OK for import plugin ?
by lefau44
Mon Nov 03, 2014 4:31 pm
Forum: Français
Topic: Développer un plugin
Replies: 1
Views: 757

Développer un plugin

Je souhaite développer des plugin pour Audacity mais au premier abord je n'ai pas trouvé de doc pour les premiers pas. Est ce qu'il y a des tuto ou tout autre type d'aide pour commencer ? Je travaille avec Visual C++ 2008. J'ai récupéré et compilé la dernière version d'Audacity (version de base, je ...
by lefau44
Mon Nov 03, 2014 4:26 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3391

Realise a plugin

I would like to make an Audacity plugin but I did not find manual or web site for the first steps.

Does exist any documentation to help me or some examples ?

Thanks

I'm working with Visual C++ (2008) on Windows
I build Audacity last version on SVN