Giter VIP home page Giter VIP logo

Comments (2)

nshaheed avatar nshaheed commented on July 19, 2024

@spencersalazar's suggestions:

yeah I guess one fully shaven yak version of this is 
support for variable rate processing graphs (e.g. SinOsc lfo.rate(10::hz) => (scaling, etc) => ug.param;
support for arbitrary math in ugen chains (SinOsc s / 2 => dac;) or something
IMO its super useful to just have arbitrary math/expressions/functions instead of a bunch of one-off ugens for scaling/etc. because then you can easily do like dB, exponential, and various other transforms easily
also unlocks fun stuff like exponential FM

Could potentially do this via ugen syntactic sugar or via chugens

from chuck.

nshaheed avatar nshaheed commented on July 19, 2024

More ideas...

@spencersalazar

IMO arbitrary expressions + multi-rate => params is a game changer
probably 75% of the chuck Ive ever written I could just delete haha 

Me:

imagine having an envelope follower ugen and just hooking it up like
 adc => EnvFollower e => sin.gain; 

@spencersalazar

like 🔥 🔥 🔥

SinOsc mod => SinOsc car => dac;
2 => car.op;
Gain g.rate(10::hz) * hid.mouseX * 100 => mod.freq;
Gain g.rate(10::hz) * hid.mouseY * 100 => mod.gain;

the Gain is kinda unsightly but could have some other syntax for stuff to enter into the signal chain domain

Me:

why not just let there be constants?
0.5.rate(10::hz) => osc.gain;

(aka make everything an object)

from chuck.

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.