All Projects → zevv → worp

zevv / worp

Licence: other
Live scriptable sound/music/DSP engine

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].