A kind of programming language (it's a beep sequencer by text) made in C#, that can sequence console beeps.
You can read more in the documentation here.
- Can be integrated in any program, by calling only one function.
PowerBeep.Interpreter.Interpret(Code);
- Easy, bash-like syntax.
beep 1
wait 450 // Anything beyond the keyword and value is ignored.
beep
- Not entirely cross-platform. (Doesn't run on web browsers, Android, iOS, tvOS)
- No conditional checks.
- Designed as a small-scale language.
- PowerLog logging library.