ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | vor 5 Monaten | |
---|---|---|
.. | ||
screenshots | vor 4 Jahren | |
README.md | vor 5 Monaten | |
bpm_sync.gd | vor 6 Monaten | |
bpm_sync.tscn | vor 6 Monaten | |
icon.webp | vor 1 Jahr | |
icon.webp.import | vor 1 Jahr | |
lcd.ttf | vor 5 Jahren | |
lcd.ttf.import | vor 10 Monaten | |
play_sound_button.png | vor 4 Jahren | |
play_sound_button.png.import | vor 10 Monaten | |
play_sound_button_hl.png | vor 4 Jahren | |
play_sound_button_hl.png.import | vor 10 Monaten | |
play_system_button.png | vor 4 Jahren | |
play_system_button.png.import | vor 10 Monaten | |
play_system_button_hl.png | vor 4 Jahren | |
play_system_button_hl.png.import | vor 10 Monaten | |
project.godot | vor 6 Monaten | |
the_comeback2.ogg | vor 5 Jahren | |
the_comeback2.ogg.import | vor 10 Monaten |
A demo of how to sync the audio playback with the time for a consistent BPM.
Language: GDScript
Renderer: Compatibility
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2757
For the sound clock, it uses methods in
AudioServer
to sync the audio playback.
For the system clock, it uses OS.get_ticks_usec()
.