GithubHelp home page GithubHelp logo

ramonauble / sp Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 8.17 MB

an open source synthesizer & sequencer, based on the Atmega328p.

C 100.00%
arduino atmega328p atmel audio avr-c chiptunes embedded synthesis synthesizer

sp's People

Contributors

ramonauble avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sp's Issues

envelope decay overflows at L/R pot. boundaries

when envelope decay time is at its leftmost (0) or rightmost (1023) parameter boundary, the envelope time will "wrap around" to the opposite boundary

this causes a sudden jump from max decay to min decay, and vice versa, when the decay pot. is moved to the right/leftmost boundaries, respectively

the parameter is likely overflowing at the boundary cases - use serial monitor to debug

seq length change causes seq to start when stopped

by design, if seq length is changed & current seq position exceeds the new maximum, the sequencer is forced to restart;

likewise, if seq length is changed & current seq position is less than or equal to new seq maximum, seq continues as normal

need to add check to only restart seq if it was playing previously... and not restart if it is stopped & the length is changed.

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.