getNodes
Retrieves a list of AudioNode objects based on their fully qualified names. The type of each returned AudioNode is determined by the native function getType().
Return
A list of AudioNode objects corresponding to the provided fully qualified names.
Parameters
fullyQualifiedNodeNames
A list of strings representing the fully qualified names of the audio nodes. Each name should include the package path to ensure accurate identification.