FMOD Studio User Manual 2.02
The root workspace ManagedObject of the project.
Methods:
Adds an event with the given name to the project.
workspace.addEvent(
name,
withSpatializer
)
string value to assign the new event.bool value determining whether to add an FMOD spatializer to the new event's master track.Returns the event's ManagedObject.
The withSpatializer argument should be true if a spatializer on the master track is desired and false otherwise.
Adds a preset parameter to the project.
workspace.addGameParameter(
parameterDefinition
)
Returns the preset parameter ManagedObject.
The properties of the parameterDefinition object match those of the object given as an argument to the Event.addGameParameter function.
Adds a tag with the given name to the project.
workspace.addTag(
name
)
Returns the tag ManagedObject.
If the tag already exists in the project, the existing tag is returned instead.
Creates either a plug-in effect or a plug-in instrument.
workspace.createPlugin(
identfier
)
Returns the plug-in effect or plug-in instrument ManagedObject.