diff --git a/src/wrapper/standalone.rs b/src/wrapper/standalone.rs index c26c3560..c7a29ae3 100644 --- a/src/wrapper/standalone.rs +++ b/src/wrapper/standalone.rs @@ -48,6 +48,8 @@ mod wrapper; /// If the wrapped plugin fails to initialize or throws an error during audio processing, then this /// function will return `false`. pub fn nih_export_standalone() -> bool { + // TODO: If the backend fails to initialize then the standalones will exit normally instead of + // with an error code. This should probably be changed. nih_export_standalone_with_args::(std::env::args()) }