Menu
MotorCortex Logo
MotorCortexDocs
MotorCortex LogoMotorCortex
    • GETTING STARTED
      • Installation
      • Introduction
      • Main Concepts
    • BASIC CLASSES
      • Clip
      • Group
      • Combo
    • PLUGINS
      • The MotorCortex Library
      • Discovering, Loading and Using plugins
      • Effects and Animations
      • Types of Plugins
    • EXECUTION
      • Native commands
      • Players
    • JSX
      • JSX
    • ADVANCED FEATURES
      • Clip as Incident
      • Dynamic Values
      • Selectors
      • Incident cloning
    • SOUND
      • Loading a sound
      • Audio Incidents
      • Master volume
    • EDITING
      • Adding Incidents
      • Remove Incidents
      • Move Incident
      • Resizing Incidents
      • Edit Incident’s attributes
      • Edit Incident’s properties
    • PLUGINS DEVELOPMENT
      • onGetContext
      • Mono Incident / one element, one animated attribute
      • The scratch value
      • Channeling and validation
      • Channels
      • API
      • Plugin structure
      • The MonoIncident
      • Combos
      • Create composite behaviours
      • Create your own Clips and expose them as Incidents
      • Custom Entities
      • Put sound on the game
      • Blockings
    • EXECUTION CONTROLS
      • Play / Pause
      • Set execution speed
      • Subscribe to Clip’s events
      • Subscribe to Clip’s duration changes
    • EXPORTING, REBUILDING AND CLONING
      • Clip Clone
      • Exporting
    • Appendix A
      • attributesValidationRules
        • The basics

    Master volume

    The root clip (the clip that has a host on its properties, not a selector) has a master volume that can be changed at any time via the command setVolume(vol)

    Previous
    « Audio Incidents
    Next
    Adding Incidents »