Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | před 9 měsíci | |
---|---|---|
.. | ||
screenshots | před 4 roky | |
README.md | před 4 roky | |
bpm_sync.gd | před 1 rokem | |
bpm_sync.tscn | před 2 roky | |
icon.webp | před 1 rokem | |
icon.webp.import | před 1 rokem | |
lcd.ttf | před 5 roky | |
lcd.ttf.import | před 9 měsíci | |
play_sound_button.png | před 4 roky | |
play_sound_button.png.import | před 9 měsíci | |
play_sound_button_hl.png | před 4 roky | |
play_sound_button_hl.png.import | před 9 měsíci | |
play_system_button.png | před 4 roky | |
play_system_button.png.import | před 9 měsíci | |
play_system_button_hl.png | před 4 roky | |
play_system_button_hl.png.import | před 9 měsíci | |
project.godot | před 9 měsíci | |
the_comeback2.ogg | před 5 roky | |
the_comeback2.ogg.import | před 9 měsíci |
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()
.