Skip to content

Releases: fabianoriccardi/melody-player

2.4.0

31 Aug 20:57
Compare
Choose a tag to compare
  • Added support to multi-melody RTTTL files

2.3.1

21 May 10:45
Compare
Choose a tag to compare
  • 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

15 May 15:03
Compare
Choose a tag to compare

New features and bug fixes

  • 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

For development

  • add configuration file for clang-format

2.2.2

06 Mar 15:40
Compare
Choose a tag to compare
  • Fix compile error on new arduino cores (esp8266 v3 and esp32 v2)
  • Add license
  • Improve ci

2.2.1

29 Mar 21:14
Compare
Choose a tag to compare

Fix:

  • Increase bpm limit to 300

Other:

  • Init PlatformIO project for development and deployment

2.2.0

20 Mar 22:36
Compare
Choose a tag to compare

New feature:

  • Added selection of standby voltage level

2.1.0

20 Mar 22:35
Compare
Choose a tag to compare

New features:

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

2.0.0

20 Mar 22:34
Compare
Choose a tag to compare

Complete library rewriting, the API has completely changed, but the functionalities aren't changed

1.0.0

20 Mar 22:30
Compare
Choose a tag to compare

First release