mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
d1ddee2258
Based on #62896, only implements the BPM support part. * Implements BPM support in the AudioStreamOGG/MP3 importers. * Can select BPM/Bar Size and total beats in a song file, as well as edit looping points. * Looping is now BPM aware * Added a special importer UI for configuring this. * Added a special preview showing the audio waveform as well as the playback position in the resource picker. * Renamed `AudioStream::instance` to `instantiate` for correctness. |
||
---|---|---|
.. | ||
doc_classes | ||
audio_stream_mp3.cpp | ||
audio_stream_mp3.h | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
resource_importer_mp3.cpp | ||
resource_importer_mp3.h | ||
SCsub |