Will the new RNBO Minimal Export target be useful for HISE?
-
Just saw RNBO 1.4.0 adds a new export target called Minimal Export for C++.
Might this be useful for adding RNBO to HISE in a simpler way?
From Cycling 74:
Minimal Export
A heavily reduced, engine-less C++ code export that is targeted to enable RNBO to run on small “bare metal” targets like Arduino Giga, Electrosmith Daisy and similar.
Here is the documentation: https://rnbo.cycling74.com/learn/minimal-export
Comes with these example projects:
- RNBO Minimal Export for Bare Metal Targets: https://github.com/Cycling74/rnbo.example.baremetal
- Example of how to use RNBO code on the Arduino GIGA R1: https://github.com/Cycling74/rnbo.example.giga
- Example of how to use RNBO code on the Daisy Audio Platform: https://github.com/Cycling74/rnbo.example.daisy
Enables the adaption of the Electrosmith oopsy platform for RNBO which is currently in beta testing: https://github.com/Cycling74/oopsy/tree/stb/RNBO
-
@dannytaurus not sure, it looks more like it's suited towards embedded devices. Stuff like fixed sample rate and buffer size makes it rather awkward to wrap into a general purpose API.