Skip to content

Tags: fabianoriccardi/melody-player

Tags

2.4.0

Toggle 2.4.0's commit message
Added support to multi-melody RTTTL files

2.3.1

Toggle 2.3.1's commit message
fix bug which causes the crash at boot in esp8266 core v3.0.x

NOTES: The unordered_map is replaced by static array: now the initialization of the notes mapping is more efficient and the sketch size is reduced by 5kb

2.3.0

Toggle 2.3.0's commit message
- add support to LittleFS

- fix extended note duration (dot notation) in rtttl format when note duration is equal to 1
- getNote(..) returns an empty note instead of crashing when accessing to invalid position

2.2.2

Toggle 2.2.2's commit message
fix compile error on new arduino cores, add license

2.2.1

Toggle 2.2.1's commit message
increase bpm limitation to 300 and init platformio

2.2.0

Toggle 2.2.0's commit message
added selection of standby voltage level

2.1.0

Toggle 2.1.0's commit message
New features:

    - Support RTTTL format
    - Simultaneous play of different melodies
    - Melodies can be "moved" among Players

2.0.0

Toggle 2.0.0's commit message
Complete library rewriting, the API has completely changed, but the f…

…unctionalities aren't changed.

1.0.0

Toggle 1.0.0's commit message
First version