Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asb2m10/jsusfx
Opensource Jesusonic FX implementation
https://github.com/asb2m10/jsusfx
jsfx reaper
Last synced: 2 months ago
JSON representation
Opensource Jesusonic FX implementation
- Host: GitHub
- URL: https://github.com/asb2m10/jsusfx
- Owner: asb2m10
- License: other
- Archived: true
- Created: 2014-08-02T06:20:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T22:21:38.000Z (6 months ago)
- Last Synced: 2024-08-02T19:31:28.868Z (5 months ago)
- Topics: jsfx, reaper
- Language: C
- Size: 826 KB
- Stars: 69
- Watchers: 13
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-synth - jsusfx - 3.0 | C, C++ | (C/C++)
README
jsusfx - Opensource Jesusonic FX implementation (ARCHIVED)
===========================================================
*Please note that this project is archived. For a complete opensource jsfx implementation
follow this: https://github.com/jpcima/ysfx*jsusfx is an opensource implementation of the [JSFX](http://www.reaper.fm/sdk/js/js.php)
scripting language that was created by [Cockos](http://www.cockos.com/jesusonic/) and
is made available with [Reaper](http://www.reaper.fm).While the original JSFX scripting language can do a lot of things in Reaper, this
implementation is focusing on providing dsp scripting processing for other hosts
(like pure-data and Max/MSP) and platforms.This project comes with a subset of the original eel2 code from Cockos
[WDL](http://www.cockos.com/wdl).While this project could support plugin formats like LV2 or VST, this
implementation focuses on Pure Data support. Support for version 0.4 is
in progress for Pure Data. See subdirectory [pd](pd).Marcel Smit, who is also working on [Framework](https://github.com/marcel303/framework)
that uses JsusFx, greatly contributed on version 0.4, see below video.[![Framework](https://img.youtube.com/vi/7f9fOeBecaY/0.jpg)](https://www.youtube.com/watch?v=7f9fOeBecaY)
Version 0.4
-----------
* Multi-channel support
* File API support
* @import and @gfx section support
* Midi support
* More support of extended sliders
* Various bug fixes
* Native ARM support
* CMake now global build systemVersion 0.3
-----------
* Native x86 x86_64 for OS X and Linux (10 times faster than portable)
* gcc generated code now works at runtimeLimitations
-----------
* @serialize section is ignoredBuilding
--------
* cmake is the build system and PHP and nasm are required to build native x86_64 support codeCredits
-------
* @marcel303 (Marcel Smit) did a lot of work (Version 0.4) in implementing the missing features from the previous versions
* The core of the language is from WDL (the authors of JSFX and Reaper)