rtneural max external

Sam Pluta's icon

Hello max land. Greetings from sc land.

I wanted to share with you all an external project that I have been working on for the past 9 months or so call rtneural_plugin:

This project is designed to be a real-time safe, general use-case neural inferencing engine (using the open source RTNeural inferencing engine) that runs at both audio rate and control rate. It is cross platform and runs in pd, max, and sc.

All training is done in python. Any rtneural shaped network should be able to be loaded. See Jatin's RTNeural repository [here](https://github.com/jatinchowdhury18/RTNeural) for more details on the shapes of networks. There are lots of help files outlining some possibilities, but since this is a general inferencing engine, there are many more things it can do

Compiled releases for Mac and Windows are available on the releases tab.

There are 3 demo videos on YouTube outlining how this works:

General overview (everything but LSTM time series prediction):

LSTM note and rhythm prediction in Max:

LSTM note prediction in SC:

Let me know if there are any questions or issues. Bugs or questions can also be submitted on GitHub.

Sam

yaniki's icon

Great, impressive work! Thank you for sharing!

Sam Pluta's icon

Thanks @Yaniki. Hopefully you or someone else will get some use out of it.

Sam