omni icon indicating copy to clipboard operation
omni copied to clipboard

Would it be possible for someone to write a transpiler/target to generate REAPER JSFX code?

Open GavinRay97 opened this issue 3 years ago • 2 comments

Apologies if this is a stupid question, but going through the docs it seems like the last two sections on writing wrappers and Nim interop are still WIP.

Curious whether or not it would be possible to develop audio FX for use within REAPER (either via transpiled JSFX output, or some other means).

Thank you, and this is a really neat library! =D

GavinRay97 avatar Apr 09 '21 18:04 GavinRay97

Hi! Sorry for the late reply, apparently my email is not correctly setup to receive github notifications...

I am currently developing an Omni to VST wrapper, which would then let you compile your Omni code and use it in any DAW.

Regarding JSFX, I personally do not know much about the library. Does it allow to load external code?

vitreo12 avatar May 12 '21 23:05 vitreo12

This would be pretty interesting but I think untenable given that JSFX is written in EEL2 and to my knowledge doesn't support loading a library at runtime.

jamesb93 avatar Aug 24 '21 23:08 jamesb93