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 367
  • Star 2.9k
  • Code
  • Issues 207
  • Pull requests 12
  • Discussions
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options Exponential and logarithmic slider scales not working in Qt applications #547New issueNew issueOpenOpenExponential and logarithmic slider scales not working in Qt applications#547@dariosanfilippo

Description

@dariosanfilippodariosanfilippoopened on 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;

Metadata

Metadata

Assignees

No one assigned

Labels

No labelsNo labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Từ khóa » Hslider Faust