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