ohmtech-rdi / eurorack-blocks

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

User idle #614

Closed ohmtech-rdi closed 11 months ago

ohmtech-rdi commented 11 months 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.