Search found 4 matches
- Tue Jun 24, 2008 6:33 pm
- Forum: General Audio Programming
- Topic: Plugin template
- Replies: 6
- Views: 2306
Re: Plugin template
Direct X doesn't work in Audacity. I quit Audition at 1.5 and agree CoolEdit was best. It seems that the only common plug in is VST. I'm going to have to try it and see if I can get a couple sliders in it. Process is a very special AGC like process and have never found it in other code. Would sue if...
- Tue Jun 24, 2008 4:04 pm
- Forum: General Audio Programming
- Topic: Plugin template
- Replies: 6
- Views: 2306
Re: Plugin template
Thanks.
It seems that I must do it with VST because my daughter uses Adobe Audition and I must make it work for her first.
What seems to be wrong with VST and Audacity? I have many VST routines that I use with it.
RON C
It seems that I must do it with VST because my daughter uses Adobe Audition and I must make it work for her first.
What seems to be wrong with VST and Audacity? I have many VST routines that I use with it.
RON C
- Tue Jun 24, 2008 12:07 pm
- Forum: General Audio Programming
- Topic: Plugin template
- Replies: 6
- Views: 2306
Re: Plugin template
As it can be used in many other programs, it looks like VST is what I'll work with.
Thanks,
RON C
Thanks,
RON C
- Sun Jun 22, 2008 11:18 pm
- Forum: General Audio Programming
- Topic: Plugin template
- Replies: 6
- Views: 2306
Plugin template
I'm looking for a template to work from to develop -a plugin for Audacity. I prefer to use VC# or VC++ on a WinXP machine. Plugin needs at least two sliders and a input data. Output will be same format as input put with some signal processing. I have VS2005, VS2005 Express and VS2008 Express. Thanks...