QUOTE(billcow @ Sep 14 2003, 10:17 PM)
Incidentally, my next project is looking like it might be a masstagger makeover, featuring at the very least presets and a better way of using variables (like a checkbox to select between parsing TAGZ strings and not (for speed purposes)), and (if I can figure it out) possibly even Lua, Ruby, or (blech) LISP scripting for it.
Adding Lua support isn't that hard, in fact, I already have a Lua plugin for foobar. It's still missing several features (including ease of use), so I didn't really advertise it.
I already thought about a Masstagger-like plugin that would use Lua for actions, presets and macros (basically parametrized presets, or actions that make use of other actions, even ones written in C/C++). I think the GUI would probably be the most difficult part. Well, I didn't have the time to make any progress on that.
So if you need help with using Lua in a plugin, just ask. Even if you do not integrate Lua into such a plugin (assuming you do find the time/motivation to code it), here's my first feature request:
- Make added actions editable!