Git Product home page Git Product logo

Comments (5)

yaxu avatar yaxu commented on May 18, 2024

Yes this would be nice. I've not come across a good library or code example to use though. Any suggestions?
One idea could be to replace dirt with a supercollider script and take advantage of its plugins.

from tidal.

kindohm avatar kindohm commented on May 18, 2024

A very quick-and-dirty implementation in C#: http://stackoverflow.com/questions/5318989/reverb-algorithm

Here is a JavaScript implementation which I have used in some JavaScript audio apps: https://github.com/jussi-kalliokoski/audiolib.js/blob/master/src/effects/freeverb.js

The audiolib.js implementation includes support for room size, decay time, dampening, etc. I don't necessarily understand everything in that code, but it has all the features of a stock reverb effect.

from tidal.

annybs avatar annybs commented on May 18, 2024

+1

from tidal.

kindohm avatar kindohm commented on May 18, 2024

I may take a crack at implementing the reverb in Dirt... I'm thinking we should open up an issue in Dirt to support reverb, and leave this Tidal issue for the DSL syntax/implementation.

from tidal.

yaxu avatar yaxu commented on May 18, 2024

Ok added a simple delayline, e.g.:

d1 $ (jux rev $ sound "arpy arpy ~ arpy:5 arpy:2 arpy:3 ~")
|+| delay "0.9"
|+| delayfeedback "0.7"
|+| delaytime "[0.4 0.03 0.5 0.2 0.02 0.01]/6"

For now there is only one delayline, so delayfeedback and delaytime are global, if you define it in more than one pattern at a time it'll clash.
Well it is stereo, a separate delay line per channel.

from tidal.

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.