Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VST plugin does not "release" when gate is released. #878

Open
agdsat134 opened this issue Apr 7, 2023 · 0 comments
Open

VST plugin does not "release" when gate is released. #878

agdsat134 opened this issue Apr 7, 2023 · 0 comments

Comments

@agdsat134
Copy link

agdsat134 commented Apr 7, 2023

VST plugins don't have a release time when using an envelope (see example.) Instead, it just cuts off immediately after the note is let up.

Platform: Windows 10 using FL Studio 20

Steps to reproduce: Export the following plugin as a Windows 64 > VST and run it in a DAW.

import("stdfaust.lib");

gate = button("gate");

process = 
    os.osc(
        nentry("freq", 0, 0, 1000, 1)
    )
    * en.asr(0.15, 1, 3, gate)
    * 0.15
    <: _, _
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant