Extension_ummisco.gaml.extensions.sound - gama-platform/gama GitHub Wiki

Extension


ummisco.gaml.extensions.sound

Table of Contents

Operators

Statements

pause_sound, resume_sound, start_sound, stop_sound,

Skills

Architectures

Species


Operators


Skills


Statements


pause_sound

Facets

Definition

Allows to pause the sound output

Usages

Embedments

  • 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:

resume_sound

Facets

Definition

Allows to resume the sound output

Usages

Embedments

  • 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:

start_sound

Facets

  • 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 ?

Definition

Allows to start the sound output

Usages

Embedments

  • 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:

stop_sound

Facets

Definition

Allows to stop the sound output

Usages

Embedments

  • 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:

Species


Architectures

⚠️ **GitHub.com Fallback** ⚠️