Coder Social home page Coder Social logo

Comments (3)

telephon avatar telephon commented on June 12, 2024

so you need to trace the path of the amplitude.
As a first step you can define this synth function (untested, but I think it will work):

~dirt.soundLibrary.addSynth(\info, (play: { "incoming values – amp: % gain: %".format(~amp, ~gain).postln }));

and send from tidal some values with s "info" # amp 0.2

Then you know on which half the problem is.

Also, try to play some normal synth in SuperCollider:

{ SinOsc.ar(270) * 0.1 }.play

Does this distort?
Then you know on which half of the half the problem is ...

from superdirt.

Bubobubobubobubo avatar Bubobubobubobubo commented on June 12, 2024

I ran the first test and the values are good: amp 0.2 and gain 1.0. The problem might come from SuperCollider itself. The oscillator is not distorted / clipping with * 0.1 but it's very easy to jump over the fence with values like * 0.2~0.5, with * 1.0 not being the usual very loud sine that SC plays by default but a highly saturated/clipping version of it.

I'll try to investigate from here. It might be better to close this issue for now. It looks like the issue does not come from SuperDirt indeed.

from superdirt.

telephon avatar telephon commented on June 12, 2024

Please do post your findings here or on the sc repo, and we can see where it is hidden.

from superdirt.

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.