Code Monkey home page Code Monkey logo

ml_synth_basic_example's People

Contributors

marcel-licence avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ml_synth_basic_example's Issues

Enhancment: Use Second Core on RP2040

The RP2040 uses the Arduino_Pico environment which provides easy support for running code on the second core.

The standard Arduino functions setup() and loop() run on the first core. The second core runs setup1() and loop1().

As a test, I moved the LED blink 1hz to the second core and used the data communications provided by rp2040.fifi.push_nb(), rp2040.fifi.pop_nb(), and rp2040.fifi.available() to signal the second core when the first core was finished with its initialization.

More details are available here: https://arduino-pico.readthedocs.io/en/latest/multicore.html

(this enhancement would be applicable to all of the projects built for the RP2040)

CC midi messages ?

I have tweaked your code a bit to run on my TTGO T9 and I'm using a Novation Launchkey MINI as keyboard and controller.
When I look into your midi mapping " z_conf.ino " I cant find any possible mapping to Control Change (CC) or Program Change (PC) messages. Could you provide an example on how to do that ?

when debugging MIDI on the ESP I can se that the messages are handled
ControlChange(rx): CH: 8 | number: 21, value: 61

Thanks for an awesome synth ( it is going to be my first euro rack module )

// David

RP2040 support (tested?)

I am guessing it's difficult if not impossible to test all the hardware variations. I am seeing an error when using the RP2040 (eg Raspberry Pi PICO).

For all instances of Serial.printf() The compiler is reporting error: 'class arduino::UART' has no member named 'printf'.

This does not appear to be an issue with ESP32 boards.

Disregard. It's a compiler configuration mistake.

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.