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

The meters of plug-ins generated by faust2juce are displayed as collapsed. #681

Open
mouseos opened this issue Dec 15, 2021 · 5 comments
Open

Comments

@mouseos
Copy link

mouseos commented Dec 15, 2021

The meters of plugins generated by faust2juce are displayed collapsed.
The outer frame of the meter is displayed, but the yellow meter overlaps the numbers and is displayed as a collapsed meter.
The position of the meter is also misaligned and it protrudes outside the frame.
Screenshot_20211215-223439

@mouseos
Copy link
Author

mouseos commented Dec 15, 2021

The background is black, but I fixed it with the following method.
#631
This problem should also be fixed.

@mouseos
Copy link
Author

mouseos commented Dec 15, 2021

@sletz
Copy link
Member

sletz commented Jan 9, 2022

What is the DSP code?

@sletz
Copy link
Member

sletz commented Jan 9, 2022

OK:

import("stdfaust.lib");
vu_meter(in) = in <: attach(_,an.amp_follower(0.3):abs :ba.linear2db :(vbargraph("VU",-25,+0))):>_;
process = vu_meter;

@mouseos
Copy link
Author

mouseos commented Jan 10, 2022

What is the DSP code?

Any code that uses a meter will not be displayed correctly.

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

2 participants