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
- Host: GitHub
- URL: https://github.com/zevv/worp
- Owner: zevv
- Created: 2013-10-07T18:22:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T15:54:58.000Z (almost 4 years ago)
- Last Synced: 2025-08-11T12:47:28.769Z (7 months ago)
- Language: C
- Size: 1.17 MB
- Stars: 92
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
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.