Right now, users have to type in numbers to specify effect/volume commands. This isn't very user friendly.
We should have some type of system of constants in the C layer (#defines, probably) for each of these commands.
In Lua, etc. we'll need to find a way to either copy these or pass them through from the C layer.