mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
To tell potential contributors that they should NOT edit those files but instead should work on the class.xml source of the main Godot repo
33 lines
1.0 KiB
ReStructuredText
33 lines
1.0 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_EventStreamChibi:
|
|
|
|
EventStreamChibi
|
|
================
|
|
|
|
**Inherits:** :ref:`EventStream<class_eventstream>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Driver for MOD playback.
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver plays MOD music. MOD music, as all event-based streams, is a music format defined by note events occurring at defined moments, instead of a stream of audio samples.
|
|
|
|
Currently, this driver supports the MOD, S3M, IT, and XM formats.
|
|
|
|
This class exposes no methods.
|
|
|
|
This class can return its playback position in seconds, but does not allow to set it, failing with only a console warning.
|
|
|
|
This class can not return its song length, returning 1.0 when queried.
|
|
|
|
This class does not limit its volume settings, allowing for overflow/distortion and wave inversion.
|
|
|