Csound Csound-dev Csound-tekno Search About

[Csnd] Lua Protoplug

Date2014-06-27 12:55
FromDave Phillips
Subject[Csnd] Lua Protoplug
May be of some interest to the Lua folk here :

    http://www.osar.fr/protoplug/

"Protoplug is a VST/AU plugin that lets you load and edit Lua scripts as audio effects and instruments. The scripts can process audio and MIDI, display their own interface, and use external libraries. "

Best,

dp


Date2014-06-27 12:59
FromRichard van Bemmelen
SubjectRe: [Csnd] Lua Protoplug
Cool! I wish something like this existed for Python...

Richard


2014-06-27 13:55 GMT+02:00 Dave Phillips <dlphillips@woh.rr.com>:
May be of some interest to the Lua folk here :

    http://www.osar.fr/protoplug/

"Protoplug is a VST/AU plugin that lets you load and edit Lua scripts as audio effects and instruments. The scripts can process audio and MIDI, display their own interface, and use external libraries. "

Best,

dp



Date2014-06-27 13:38
FromMichael Gogins
SubjectRe: [Csnd] Lua Protoplug
LuaJIT runs more or less as fast as compiled C++. I have measured this for audio DSP code. Python runs anywhere from 3 to 30 times slower than compiled C++.

JavaScript could do almost as well as LuaJIT for this use, but the JavaScript library is much larger than the LuaJIT library. Still, on some systems, the JavaScript library might already be there.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Fri, Jun 27, 2014 at 7:59 AM, Richard van Bemmelen <zappfinger@gmail.com> wrote:
Cool! I wish something like this existed for Python...

Richard


2014-06-27 13:55 GMT+02:00 Dave Phillips <dlphillips@woh.rr.com>:

May be of some interest to the Lua folk here :

    http://www.osar.fr/protoplug/

"Protoplug is a VST/AU plugin that lets you load and edit Lua scripts as audio effects and instruments. The scripts can process audio and MIDI, display their own interface, and use external libraries. "

Best,

dp




Date2014-06-28 07:55
Fromzappfinger
Subject[Csnd] Re: Lua Protoplug
Somewhat related (also LuaJIT), though not a plugin is worp:

http://worp.zevv.nl/dsp.html

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/Lua-Protoplug-tp5736035p5736046.html
Sent from the Csound - General mailing list archive at Nabble.com.