godot/modules/interactive_music
brevven cf414f777f
Fix typo in AudioStreamSynchronized.xml
Fix a typo ("being" -> "begin")

Context:

>The streams begin at exactly the same time when play is pressed
2025-01-12 02:44:01 +07:00
..
doc_classes Fix typo in AudioStreamSynchronized.xml 2025-01-12 02:44:01 +07:00
editor Rename internal EditorPlugin icon/name to match exposed methods 2024-12-15 17:31:01 +07:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 +07:00
audio_stream_interactive.cpp Improve use of `Ref.is_null/valid` 2024-12-23 16:35:02 +07:00
audio_stream_interactive.h Merge pull request #95839 from GustJc/interactive_audio_current_playback 2024-12-10 14:16:04 +07:00
audio_stream_playlist.cpp Improve use of `Ref.is_null/valid` 2024-12-23 16:35:02 +07:00
audio_stream_playlist.h Add interactive music support 2024-03-12 21:54:59 +07:00
audio_stream_synchronized.cpp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +07:00
audio_stream_synchronized.h Implement get_bar_beats() for AudioStreamSynchronized, fix division by zero 2024-11-16 11:44:53 +07:00
config.py Add interactive music support 2024-03-12 21:54:59 +07:00
register_types.cpp [Audio] Prevent crash in interactive playback 2024-07-17 18:58:36 +07:00
register_types.h Add interactive music support 2024-03-12 21:54:59 +07:00