Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | пре 9 месеци | |
---|---|---|
.. | ||
screenshots | пре 4 година | |
README.md | пре 4 година | |
bpm_sync.gd | пре 1 година | |
bpm_sync.tscn | пре 2 година | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
lcd.ttf | пре 5 година | |
lcd.ttf.import | пре 9 месеци | |
play_sound_button.png | пре 4 година | |
play_sound_button.png.import | пре 9 месеци | |
play_sound_button_hl.png | пре 4 година | |
play_sound_button_hl.png.import | пре 9 месеци | |
play_system_button.png | пре 4 година | |
play_system_button.png.import | пре 9 месеци | |
play_system_button_hl.png | пре 4 година | |
play_system_button_hl.png.import | пре 9 месеци | |
project.godot | пре 9 месеци | |
the_comeback2.ogg | пре 5 година | |
the_comeback2.ogg.import | пре 9 месеци |
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()
.