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