issues
search
JoepVanlier
/
ysfx
Hosting library for JSFX
Apache License 2.0
37
stars
3
forks
source link
Fixes and updates to support latest plugins
#1
Closed
JoepVanlier
closed
4 months ago
JoepVanlier
commented
4 months ago
Changes introduced:
Updated WDL/EEL2 to upstream
0a3e36e
.
Add support for the JSFX preprocessor.
Increased slider limit to 256.
Added support for reading from RPLs with 256 sliders.
Ensured slider lookup is case insensitive (like JSFX).
Fixed bug where
file_avail
returned
0
despite there still being bytes remaining.
Fixed bug regarding
file_open
which only allowed opening specific extensions.
Add tests for all of the above.
Changes introduced:
0a3e36e
.file_avail
returned0
despite there still being bytes remaining.file_open
which only allowed opening specific extensions.