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

faust2faustvst [midi:clock] [midi:start] [midi:stop] not working #885

Open
timpauli opened this issue Apr 18, 2023 · 0 comments
Open

faust2faustvst [midi:clock] [midi:start] [midi:stop] not working #885

timpauli opened this issue Apr 18, 2023 · 0 comments

Comments

@timpauli
Copy link

Hi,

thanks a lot for creating Faust. It is of great help.

When I use [midi:clock], [midi:start] or [midi:stop] with the faust2faustvst command. None of these are working.
For example the following simple code is not working as expected:

import("stdfaust.lib");
play = checkbox("ON/OFF [midi:start] [midi:stop]");    
process = os.osc(440) * play;

I would expect it to play the sine, when I hit the start button in my DAW and be silent when stopping the transport.

This is also connected to #357

Thanks a lot
Best
Tim

@grame-cncm grame-cncm deleted a comment from thekartikeyamishra May 26, 2023
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