ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
318 stars 22 forks source link

User idle #614

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR brings the concept of an "idle" function that the user can used to perform non-realtime computations, typically blocking IO transmissions, such as reading from SD card, updating a display, etc.