Giter Site home page Giter Site logo

super-disco's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @fatboab
  • ๐Ÿ‘€ Iโ€™m interested in baking, beer, bicycling and bread
  • ๐ŸŒฑ Iโ€™m currently learning how to build a modular synth

super-disco's People

Contributors

fatboab avatar

Watchers

 avatar

super-disco's Issues

Get NeoPixels lighting up on button press

Add NeoPixels to the mix and get them all lighting up. The colour of the octave buttons should be that of their respective octave, unless there isn't one, in which case it should go dark. The note buttons should then have the colour of the current ocatve, but with a low brightness. then a note is pressed the buttons should switch to full brightness.

Implement fade in / out on NeoPixels

When a note button is pressed, the button should fade in from the default brightness to full brightness and hold that as long as the button is pressed. When the button is released, the button should fade back to the default brightness. If a button hasn't reached full brightness before being released, it should start to fade out. Similarly, if a button is fading out and is pressed again, it should start fading in.

Get buttons working

Wire up some buttons to the RPi Pico and change the onboard status LED (Pin 25) to indicate if they're being pressed or not.

Get buttons outputting MIDI notes

Rather than outputting the button press to the MicroPython REPL, we should now generate a MIDI note and output that instead. Once we've managed to assign a MIDI note to a button and have it output in the REPL, we should switch to having the MIDI note output via UART. This should then enable us to interface with the Module Tester and confirm that it's receiving the correct MIDI notes.

Get octave buttons working

Outputting MIDI notes is all well and good, but not very useful if we can't change octave. Support 5 octave range with two further buttons, pressing one will result in going down an octave, while pressing the other will go up and octave. If there are no more octaves, then the button should do nothing. When the RPi Pico boots up, it should be in an octave that makes sense, so default to the middle octave, i.e. 3. Confirm that the MIDI notes that are output now change octave.

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.