Utils
Contains utility functions used within Edison scripts.
Utils
module-attribute
A utility object containing useful functions to allow audio processing scripts to interact with FL Studio
Included since API Version 21
TUtils
Utility class containing useful functions to allow audio processing scripts to interact with FL Studio.
This is instantiated in the Utils
object, and the fact that this class is
public is probably unintentional. Just use Utils
directly.
ProgressMsg
Report a progress message to FL Studio
This will be displayed in the hint panel as the message alongside a progress bar.
Args:
-
message
(str
): Message to display -
position
(int
): Position within your audio processing -
total
(int
): Total amount of processing to do