Curtain Call

Overview of the interface and its functionalities

Interface

Cue Controls

Hotkeys

Fullscreen Mode

Additional Notes

Configuration File [audio-show.js]

Audio Show [audioShow]

Configuration Fields

var audioShow = {
    name: "",
    version: "",
    updated: ""
};

Name [audioShow.name]

Version [audioShow.version]

Updated [audioShow.updated]

Audio Cues [audioCues]

Configuration Fields

var audioCues = [
    {
        fileName: "",
        volume: 0,
        fadeInDuration: 0,
        fadeOutDuration: 0,
        sceneName: "",
        cueIn: "",
        cueOut: "",
        playCount: "",
        nextCue: "",
        cueDelay: 0,
        hotKey: "",
    }
];

Overall

Filename [audioCues.fileName]

Volume [audioCues.volume]

Fade In Duration [audioCues.fadeinDuration]

Fade Out Duration [audioCues.fadeOutDuration]

Scene Name [audioCues.sceneName]

Cue In [audioCues.cueIn]

Cue Out [audioCues.cueOut]

Play Count [audioCues.playCount]

Next Cue [audioCues.nextCue]

Cue Delay [audioCues.cueDelay]

Hotkeys [audioCues.hotKey]

Venue Notes

Usage Disclaimer

Demo Audio Files

The audio files provided in the demo version of this software are made available for free and unrestricted use. These files are intended to showcase the functionality and capabilities of the software, and to assist users in evaluating its features.
By using these audio files, you agree to the following terms :

  1. License : The audio files are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. This license permits the user to freely use, modify, and distribute the audio files, even for commercial purposes, as long as proper attribution is given to the original creators.
  2. Attribution : When using the audio files, you must provide appropriate credit to the original creators by including their names or any other information they have requested for attribution.
  3. Limitations : The audio files are provided "as is" without any warranties or guarantees of any kind, whether expressed or implied. The software developers shall not be held liable for any damages or losses arising from the use of these audio files.
  4. Compliance : You are responsible for ensuring compliance with any applicable laws, regulations, or licensing requirements when using the audio files. It is your responsibility to obtain any necessary permissions or clearances for your specific use case.

Please note that the demo version audio files are for evaluation purposes but may also be used in any production or commercial projects without obtaining proper licenses or permissions from the original creators. If you have any questions or concerns regarding the usage of these audio files, please contact the original creators for further clarification. By using the demo version audio files, you acknowledge that you have read, understood, and agreed to the terms and conditions outlined above.
^