Exponential And Logarithmic Slider Scales Not Working In Qt ... - GitHub

Skip to content Dismiss alert {{ message }} / faust Public
  • Notifications You must be signed in to change notification settings
  • Fork 324
  • Star 2.6k
  • Code
  • Issues 194
  • Pull requests 12
  • Discussions
  • Actions
  • Projects
  • Wiki
  • Security
  • Insights
Additional navigation options 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.

Sign up for GitHub

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

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 comments

Comments

@dariosanfilippo Copy link

dariosanfilippo 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;

All reactions @dariosanfilippo dariosanfilippo mentioned this issue Mar 5, 2021 Error: unable to open CAQt app due to hslider ranges #559 Open Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development

No branches or pull requests

1 participant @dariosanfilippo You can’t perform that action at this time.

Từ khóa » Hslider Faust