VST LUA beta -- midi scripting VST

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
RELATED
PRODUCTS

Post

Thank you!
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

Did you ever try to compile that source, using the included VS2005 solution?

At least with an unmodified VS2005 SP1, it doesn't work... <sigh>
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

somebody tried to compile in VS2005, see this topic from page 4
http://www.kvraudio.com/forum/viewtopic ... 5&start=45

Post

arakula wrote:
Did you ever try to compile that source, using the included VS2005 solution?

At least with an unmodified VS2005 SP1, it doesn't work... <sigh>
Sorry, I never tried to compile it at all, I am afraid I can't help at all on that.

Post

vespadj wrote:somebody tried to compile in VS2005
Yep, and that's precisely the included stuff which doesn't work.

Never mind, I'm going on a little crusade on my own...
and I'll use LuaJIT 2.0.0-beta4 instead of the outdated Lua-5.1.2.
Should be much faster this way.
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

Alas, crashes Sonar 8.5.3. A shame as I'd love to have such a tool in my VSTbox.

Post

OK, I made this VS2005-compilable again.
And changed it to VST SDK 2.4.2.
And changed it to Lua 5.1.4.
And sped up the display update.
And removed some minor bugs.
Is anybody interested?
Do you think it's OK if I put this on my web site?
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

arakula wrote:Is anybody interested?
Yes.
Do you think it's OK if I put this on my web site?
Yes, since it's BSD-licensed. (The license is in src\docs\index.html .)

Post

Sounds cool to me as well.

Post

The modified source code can be retrieved from
http://www.hermannseib.com/VstLua/vstlu ... a2-src.zip
now.

I'll presumably upload the complete docs and precompiled executable during the next days.
With the original copyrights, of course.

[Edit:] done. The complete package can be found at http://www.hermannseib.com/VstLua/
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

In the previuos version, I was note in my project some bug releted to:
- click events: if you move mouse durig mouseDown on buttons, vstlua generate a tons of events (leave or over events) exspecially for 'kickButton'->'off' events.
- custom GUI: multiple calls for openCb() with double renders of texts, specially at startup (I close GUI and re-open).
- some sporadic Crash probably caused by schedule

Arakula, did you make changes/fixes about that?
and..., Can you re-active Console windows? I use it a loft.

Thank you :) vespadj.

Post

vespadj wrote:In the previuos version, I was note in my project some bug releted to:
- click events: if you move mouse durig mouseDown on buttons, vstlua generate a tons of events (leave or over events) exspecially for 'kickButton'->'off' events.
- custom GUI: multiple calls for openCb() with double renders of texts, specially at startup (I close GUI and re-open).
- some sporadic Crash probably caused by schedule

Arakula, did you make changes/fixes about that?
Presumably not, but you might want to try it.
vespadj wrote:and..., Can you re-active Console windows? I use it a loft.
I would, if I had a version with it, which, unfortunately, I don't. This version only has a rudimentary console class, which does precisely nothing. If you have a better version (with source code!), I'd gladly try to do that.
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

arakula wrote: Presumably not, but you might want to try it.
Trying, your version appear more stable.
arakula wrote: ...
If you have a better version (with source code!), I'd gladly try to do that.
sorry, I've got just souce code you already have got :(

to emalate console, probably may be simply add a GUITypes.text in the main GUI for launching code per line. I'll thinking about it...
Tranks. vespa

Post

CONSOLE: I'm writing a script for vstlua, to emulate the old console (v0.6 alpha). (Console doesn't work on versions compiled by VS2005).
I'll finish soon.

Post

I need some explanations? Why is this Visual Studio version so important? What additional GUI features can we expect when this version is done?
thanks

Post Reply

Return to “Instruments”