You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I stumbled on your repo through random github interactions.
I recently did a blog post about how C++20 can help improve defining generic dataflow nodes - in particular, without having to resort to storing the inputs / outputs in an std::tuple, but directly in a plain struct.
Hey! This is really interesting! I'll admit I'm a little swamped with other responsibilities at this time to give it the attention it deserves, so I'll have to put a pin in it for now, but from your website and plug-in examples, I'm well intrigued.
Hi,
I stumbled on your repo through random github interactions.
I recently did a blog post about how C++20 can help improve defining generic dataflow nodes - in particular, without having to resort to storing the inputs / outputs in an std::tuple, but directly in a plain struct.
https://ossia.io/posts/reflection/
My first try was this for VSTs: https://github.com/jcelerier/vintage/tree/main/examples
Which then turned into this as the next plug-in api for the software I'm developing, ossia score (https://ossia.io): https://github.com/jcelerier/score-simple-api-2/tree/main/Examples
Would you be interested in collaborating in building a library of concepts, and then components defined in such a style ?
The text was updated successfully, but these errors were encountered: