eurorack-blocks icon indicating copy to clipboard operation
eurorack-blocks copied to clipboard

Add background thread abstraction

Open ohmtech-rdi opened this issue 4 years ago • 0 comments
trafficstars

Add a "background thread" abstraction, for tasks that are not suited to the audio realtime task, like loading a sample from SD.

The abstraction would allow to run on both the Daisy and simulator ERB targets.

  • [ ] Add "background thread" abstraction to Daisy ERB target, using "main thread"
  • [ ] Add "background thread" abstraction to Simulator ERB target, using std::thread

Note: any kind of synchronisation is out of the scope of this feature.

ohmtech-rdi avatar Jul 09 '21 22:07 ohmtech-rdi