Audio Plugin - cascade
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nuno Coelho
am 1 Dez. 2020
Kommentiert: Nuno Coelho
am 2 Dez. 2020
Hi!
I'm trying to create an audio plugin (AU, VST) that apply filters (LPF, HPF, etc).
I need to cascade 2 butterworth filters but i noticed that any cascade functions are compatible with code generator.
Anyone can help to get a way of cascade this 2 filters?
thanks a lot
2 Kommentare
jibrahim
am 1 Dez. 2020
Nuno, can you please provide more information about your filters? What kind of object/class are they? Which cascade function are you using?
Akzeptierte Antwort
jibrahim
am 1 Dez. 2020
Hi Nuno,
I recommend you first try crossoverFilter. It implements a Linkwitz-Riley and supports up to 4 crossovers. You can control the order of the filters with the CrossoverSlopes property.
3 Kommentare
jibrahim
am 2 Dez. 2020
Hi Nuno,
Can you provide more information on how it is not working in a generated plugin? Does the generation error out? Or does the tuning not happen? Is this function part of the plugin? Some source code will be helpful
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio Plugin Creation and Hosting finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!