jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 5 forks source link

dMsg for dev-only messages #162

Open jalovatt opened 4 years ago

jalovatt commented 4 years ago

Print a message only if Scythe.args.dev was provided. If not, this should simply be a no-op so that developers don't have to remove message statements.

This would ideally come with an extra action that can be used to run any Scythe script in dev mode rather than having to edit the file itself.