Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JVSTWrapper を使用して VST プラグインを作成しています。フィルターが必要ですが、自分で書きたくないので、Jsyn の Lowpassfilter を使用することにしました。しかし、私はJsynですべてをやりたいわけではなく、フィルターだけを使いたいです。私の質問は次のとおりです: ネイティブ float[] オーディオ データをフィルターの入力に書き込み、データを処理する関数を呼び出し、再び出力を float[] オーディオ データとして取得する方法はありますか?