Giter Site home page Giter Site logo

hxos's Introduction

ΗΧΟΣ

/ɛ̂ː.kʰos/

c-style dsl and runtime for audio dsp

kick(sp) = sine(40+150*exp(-t%sp)*exp(-t%sp*10)|lp(350)|tanh($*1.3) $> $*.8+$|reverb.warehouse(.3)

kick(1/4) $> out

[wip]

hxos's People

Contributors

stagas avatar

Watchers

 avatar  avatar  avatar

hxos's Issues

Collab

Hi!
Pretty cool project.
I was working on a very similar tool (called sonr - very preliminary sketch is here), even created syntax parser for that.
I like how you solved pipelining as a | b($ + x) | c
Was struggling a bit with figuring out operators overloading vs t param, found out that t param allows flexibility in defining sound

// with t:
sine(t*1.2, f) // increase rate
sine(t-2, f) // delay by 2 sec / phase adjust
sine(t%frame, f) // repeat frame

// without t:
sine(f) >>> 1.2
sine(f, phase) >> 2
sine(f) % frame

Just wanted to know if you'd be open to sharing some insights / collab?
Curious if we would be able to come to the same syntax.

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.