GithubHelp home page GithubHelp logo

gostringsynth's People

Contributors

crnbaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gostringsynth's Issues

Crash if `MixController()` kills a voice while `mixer.output()` is synthesising.

The PortAudio callback function (mixer.output()) loops over the current voices, synthesising a sample at a time from each. If a voice is killed by the MixController() while mixer.output() is within this loop, causing the number of voices to changes, then there will be an index out of range panic, because the loop will try to synthesise a sample from a dead voice.

Bowed string

Add the ability to bow as well as pluck a string:

  • New key control for toggling between bowing and plucking
  • In bow mode, rather than exciting a string by settings its previous state to a 'pluck' shape, a string will be continually excited based on the stick-slip model of a bowed string.
  • This will required note-on and note-off events to be handled in order to trigger the start and stop of bowing. Currently, I think only key-down events are handled. This may require a new dependency such as ebiten.
  • A note-on event would trigger start of an ADSR envelope (based on the existing triangular envelopes developed for the prototype, sinusoidal sources), and a note-off event would trigger the decay.
  • The envelope values would control the amplitude of the stick-slip excitation.

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.