Audio Plugin - cascade
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
jibrahim
2020 年 12 月 1 日
Nuno, can you please provide more information about your filters? What kind of object/class are they? Which cascade function are you using?
採用された回答
jibrahim
2020 年 12 月 1 日
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 件のコメント
jibrahim
2020 年 12 月 2 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio Plugin Creation and Hosting についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!