-
Notifications
You must be signed in to change notification settings - Fork 99
Extension_ummisco.gaml.extensions.sound
GAMA Bot edited this page Sep 23, 2023
·
13 revisions
ummisco.gaml.extensions.sound
pause_sound, resume_sound, start_sound, stop_sound,
Allows to pause the sound output
- The
pause_sound
statement is of type: Sequence of statements or action - The
pause_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
pause_sound
statement embeds statements:
Allows to resume the sound output
- The
resume_sound
statement is of type: Sequence of statements or action - The
resume_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
resume_sound
statement embeds statements:
-
source
(string): The path to music file. This path is relative to the path of the model. -
mode
(an identifier), takes values in: {overwrite, ignore}: Mode of playing the sound -
repeat
(boolean): Should the sound be repeated or not ?
Allows to start the sound output
- The
start_sound
statement is of type: Sequence of statements or action - The
start_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
start_sound
statement embeds statements:
Allows to stop the sound output
- The
stop_sound
statement is of type: Sequence of statements or action - The
stop_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
stop_sound
statement embeds statements:
- Installation and Launching
- Workspace, Projects and Models
- Editing Models
- Running Experiments
- Running Headless
- Preferences
- Troubleshooting
- Introduction
- Manipulate basic Species
- Global Species
- Defining Advanced Species
- Defining GUI Experiment
- Exploring Models
- Optimizing Model Section
- Multi-Paradigm Modeling
- Manipulate OSM Data
- Diffusion
- Using Database
- Using FIPA ACL
- Using BDI with BEN
- Using Driving Skill
- Manipulate dates
- Manipulate lights
- Using comodel
- Save and restore Simulations
- Using network
- Headless mode
- Using Headless
- Writing Unit Tests
- Ensure model's reproducibility
- Going further with extensions
- Built-in Species
- Built-in Skills
- Built-in Architecture
- Statements
- Data Type
- File Type
- Expressions
- Exhaustive list of GAMA Keywords
- Installing the GIT version
- Developing Extensions
- Introduction to GAMA Java API
- Using GAMA flags
- Creating a release of GAMA
- Documentation generation