Function nih_plug::wrapper::standalone::nih_export_standalone_with_args
source · pub fn nih_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = String>>(
args: Args
) -> bool
Available on crate feature
standalone
only.Expand description
The same as nih_export_standalone()
, but with the arguments taken from an iterator instead
of using std::env::args()
.