Exponential And Logarithmic Slider Scales Not Working In Qt ... - GitHub
Có thể bạn quan tâm
- Notifications You must be signed in to change notification settings
- Fork 324
- Star 2.6k
- Code
- Issues 194
- Pull requests 12
- Discussions
- Actions
- Projects 0
- Wiki
- Security
- Insights
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Sign up for GitHubBy 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
Jump to bottom Exponential and logarithmic slider scales not working in Qt applications #547 Open dariosanfilippo opened this issue Jan 30, 2021 · 0 comments Open Exponential and logarithmic slider scales not working in Qt applications #547 dariosanfilippo opened this issue Jan 30, 2021 · 0 commentsComments
Copy linkdariosanfilippo commented Jan 30, 2021
Hello, there. The nonlinear scales do not seem to work in caqt or jaqt applications, whereas they appear to work correctly in the web IDE. See an example code below. Ciao, Dario import("stdfaust.lib"); lin0 = hslider("[0]linear 0-1", .5, 0, 1, .000001); lin1 = hslider("[3]linear 1-1000", 500, 1, 1000, .000001); exp0 = hslider("[1]exponential 0-1[scale:exp]", .5, 0, 1, .000001); exp1 = hslider("[4]exponential 1-1000[scale:exp]", 500, 1, 1000, .000001); log0 = hslider("[2]logarithmic 0-1[scale:log]", .5, 0, 1, .000001); log1 = hslider("[5]logarithmic 1-1000[scale:log]", 500, 1, 1000, .000001); process = lin0 , lin1 , exp0 , exp1 , log0 , log1; |
The text was updated successfully, but these errors were encountered: |
No branches or pull requests
1 participant You can’t perform that action at this time.Từ khóa » Hslider Faust
-
Faust Syntax
-
Online Examples - Faust Programming Language - Grame
-
[PDF] A FAUST Tutorial - Archive Ouverte HAL
-
[PDF] Faust Quick Reference - Archive Ouverte HAL
-
Romain Michon - Faust Tutorials - CCRMA
-
Faust Implementation - CCRMA - Stanford University
-
Faust - JuliaHub
-
Getting Started With Faust For SuperCollider - Scsynth
-
Faustdoc/ At Master - GitHub
-
Digital Filtering In Faust And PD
-
Using Faust For ER-301 DSP Development - O|D Discussion
-
[PDF] Interfacing Pure Data With Faust - CiteSeerX
-
I Need Help Getting Faust Code To Run On Teensy