GithubHelp home page GithubHelp logo

arduinotonesampler's Introduction

compile and upload

arduino-cli compile --fqbn arduino:avr:uno ArduinoToneSampler.ino
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:uno ArduinoToneSampler.ino && arduino-cli monitor -p /dev/ttyACM0

Links

http://www.mv-spoeck-wissenswert.de/html/Toene_und_Notennamen.htm

https://www.mathematik.uni-marburg.de/~thormae/lectures/mmk/mmk_5_1_ger_web.html#1

https://mido.readthedocs.io/en/stable/

https://github.com/users/Domroon/projects/11

https://www.arduino.cc/reference/en/language/functions/communication/spi/

https://github.com/khoih-prog/TimerInterrupt

arduinotonesampler's People

Contributors

domroon avatar

Watchers

 avatar

arduinotonesampler's Issues

Make class for every led module

  • change sendWord and sendByte to Functions

  • StepLight class

    • stores state of Steps- and Sites- LEDSs
    • showStep-Method
    • changeStepQty-Method
  • ToneLight class

    • stores state of Tones- and Octave- LEDs
    • determineToneLight-Method
    • showNote-Method
    • createToneData-Method
  • ModeLight class

    • stores state of Mode LEDs

Improve LED Logic

  • above LEDs should show which note is played (green)
  • the row underneath show the 16 steps
    • LEDs should be normally on if they are selected steps (blue) (range between 0 - 32)
    • the current step LED should be off to show the current step

Implement Modes

  • Direct Mode: Play and show notes directly while cv-signals are incoming
  • Arp Sample Mode: a falling gate will store the actual note and go a step further
  • Play Mode: Play the stored notes
  • LEDs with different color near the mode buttons should show in which mode the device is (red leds)

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.