jpcima / ysfx

Hosting library for JSFX
Apache License 2.0
161 stars 26 forks source link

I/O pins #12

Closed ghost closed 2 years ago

ghost commented 2 years ago

More on "everything is optional in jsfx"

jsio

example fx: https://bitbucket.org/kawaCat/reascript-m2bpack/src/master/JSFX%20effects/kawa_Simple_Mid_Side.jsfx https://github.com/JoepVanlier/JSFX/blob/master/SatanVerb/SatanVerb.jsfx also a file with nothing in it but

@sample
hello

will have these I/O's

unmapped example fx: almost all in /Reaper/Effects/analysis/

All above examples currently don't output sound when loaded in the YSFX-plugin.

jpcima commented 2 years ago

I/O should be fixed in 2307a50, please check

ghost commented 2 years ago
jpcima commented 2 years ago

The analysis and metering still don't pass audio

Are you sure this just doesn't relate to how Reaper connects things together? these plugins show only with a pair of input pins.

The generic plugin of ysfx is not able of dynamic I/O ports, so it couldn't tell if whatever is loaded is input-only.

ghost commented 2 years ago

Its most likely reaper related. I don't know if/how reajs handled those (freeware jsfx vst wrapper, not maintained anymore) https://www.reaper.fm/reaplugs/ it s windows only. i don't have a windows set up at the moment so i cannot check that.