An open API service indexing awesome lists of open source software.

https://github.com/zevv/worp

Live scriptable sound/music/DSP engine
https://github.com/zevv/worp

Last synced: 7 months ago
JSON representation

Live scriptable sound/music/DSP engine

Awesome Lists containing this project

README

          

Worp is an experimental sound / music / DSP engine written in LuaJIT, currently
in early alpha state.

The main Worp web site and documentation can be found at http://worp.zevv.nl

== Some highlights:

- Built on LuaJIT: the ease of using a high level language, but getting near
native C performance. Even low-level DSP functions (filters, reverb) can be
coded in Lua, still giving great performance.

- Live coding: add or update code while the application is running through the
use of a vim plugin. New chunks can be sent and compiled on the fly.

- Bindings for Fluidsynth and midi support

== License

Copyright (C) 2013 Ico Doornekamp.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2 as published by the Free
Software Foundation.