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()
.