Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | hace 9 meses | |
---|---|---|
.. | ||
screenshots | hace 4 años | |
README.md | hace 4 años | |
bpm_sync.gd | hace 1 año | |
bpm_sync.tscn | hace 2 años | |
icon.webp | hace 1 año | |
icon.webp.import | hace 1 año | |
lcd.ttf | hace 5 años | |
lcd.ttf.import | hace 9 meses | |
play_sound_button.png | hace 4 años | |
play_sound_button.png.import | hace 9 meses | |
play_sound_button_hl.png | hace 4 años | |
play_sound_button_hl.png.import | hace 9 meses | |
play_system_button.png | hace 4 años | |
play_system_button.png.import | hace 9 meses | |
play_system_button_hl.png | hace 4 años | |
play_system_button_hl.png.import | hace 9 meses | |
project.godot | hace 9 meses | |
the_comeback2.ogg | hace 5 años | |
the_comeback2.ogg.import | hace 9 meses |
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()
.