Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Show labels only from V2 space

 • Function: int getLightsCount( void );
• Description: Returns the number of lights of the current scene/ MXI loaded.
• Parameters: Nothing.
• Returned Value: INT: Number of lights.

...

• Function: bool loadEmixerData ( string path );
• Description: Loads an emixer file (extension ".emixer"emixer”) and refreshes the Multilight stage with it.
• Parameters: String path: Path of the emixer file to load
• Returned Value: Bool: returns True if the file was loaded successfully, False if not.

• Function: bool saveEmixerData ( string path);
• Description: Saves the current Multilight state in an emixer file (extension ".emixer"emixer”).
• Parameters: String path: Path of the emixer file to save
• Returned Value: Bool: returns True if the file was saved successfully, False if not.