Giter Site home page Giter Site logo

Comments (7)

sletz avatar sletz commented on June 11, 2024

The code does not compile, can you paste it in another place ?

from faust.

dariosanfilippo avatar dariosanfilippo commented on June 11, 2024

from faust.

mouseos avatar mouseos commented on June 11, 2024

The code does not compile, can you paste it in another place ?

sorry. It may not have been possible to compile because the code was greatly simplified due to copyright issues.

from faust.

mouseos avatar mouseos commented on June 11, 2024

From the top of my head, I suggest you make sure that hslider is outputting the expected value: I remember having issues when using an integer step size on a CAQT standalone app but not on the IDE. Dr Dario Sanfilippo http://dariosanfilippo.com

On Tue, 22 Aug 2023 at 18:36, yuu @.> wrote: I have written the following code. This code allows multiple stereo processing to be selected. This works fine in the web IDE. However, it does not function properly when compiled into juce with faust2juce. The selections made are different and cannot be switched correctly. type=(hslider("Enhancer type[style:menu{'222A':0;'maxx':3;'multiband':5;'Off':7}]",0,0,7,2)); function1(l,r)=l,r; function2(l,r)=l2,r2; function3(l,r)=l,3r3; process=(function1(l,r),function2(l,r),function3(l,r),(l,r))<: ba.selectn(8,type),ba.selectn(8,type+1) — Reply to this email directly, view it on GitHub <#938>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHG3I2BF6MUSV7QJE77QMS3XWTN2PANCNFSM6AAAAAA32GGYOQ . You are receiving this because you are subscribed to this thread.Message ID: @.**>

I'll check if hslider is working fine tomorrow.

from faust.

mouseos avatar mouseos commented on June 11, 2024

It turns out that my code was written incorrectly. I fixed it and it works fine. However, there seems to be a bug in the hslider.
Before the fix
type=hslider("Enhancer type[style:menu{'222A':0;'maxx':3;'multiband':5;'Off':7}]", 0, 0, 7, 2);
After modification.
type=hslider("Enhancer type[style:menu{'222A':0;'maxx':2;'multiband':4;'Off':6}]", 0, 0, 7, 2);

Running the code before the modification will output 0→2→4→8 in web ide.
However, when compiled in juce, it outputs 0→3→5→7.
I think the behaviour of the hslider in web ide is wrong.

from faust.

sletz avatar sletz commented on June 11, 2024

OK kept here: grame-cncm/faustide#78.

from faust.

sletz avatar sletz commented on June 11, 2024

OK thanlks, but even with type=hslider("Enhancer type[style:menu{'222A':0;'maxx':2;'multiband':4;'Off':6}]", 0, 0, 7, 2); the value does not always change at 128 frames bouderies (rare, but happens from time to time).

from faust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.