Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | há 9 meses atrás | |
---|---|---|
.. | ||
screenshots | há 4 anos atrás | |
README.md | há 4 anos atrás | |
bpm_sync.gd | há 1 ano atrás | |
bpm_sync.tscn | há 2 anos atrás | |
icon.webp | há 1 ano atrás | |
icon.webp.import | há 1 ano atrás | |
lcd.ttf | há 5 anos atrás | |
lcd.ttf.import | há 9 meses atrás | |
play_sound_button.png | há 4 anos atrás | |
play_sound_button.png.import | há 9 meses atrás | |
play_sound_button_hl.png | há 4 anos atrás | |
play_sound_button_hl.png.import | há 9 meses atrás | |
play_system_button.png | há 4 anos atrás | |
play_system_button.png.import | há 9 meses atrás | |
play_system_button_hl.png | há 4 anos atrás | |
play_system_button_hl.png.import | há 9 meses atrás | |
project.godot | há 9 meses atrás | |
the_comeback2.ogg | há 5 anos atrás | |
the_comeback2.ogg.import | há 9 meses atrás |
A demo of how to sync the audio playback with the time for a consistent BPM.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/581
For the sound clock, it uses methods in
AudioServer
to sync the audio playback.
For the system clock, it uses OS.get_ticks_usec()
.