Download

Date Version Link Release Notes
5th Apr. 2015 0.5.0 Source Codes (Version 0.5.0)
  • New Features
    • Added a user defined event feature.
      • Added 'arduino_user_event_example' example project for the new user defined event feature.
      • generic_c and generic_cpp were updated with the new user defined event.
    • Added 'raspberrypi_piezo_example' example project for Raspberry Pi.
    • Added Visual Studio 2008 project files for Windows environments.
    • Added small test scripts for generic_c and generic_cpp projects.
      • test.sh for Linux and Mac OS X.
      • test.bat for Windows.
  • Improvements
    • Changed the internal implementation of the initialization codes.
    • MML_RESULT_ILLEGAL_INIT_FOUND was changed to MML_RESULT_NOT_READY_FOR_SETUP.
    • MML_RESULT_ILLEGAL_SETUP_FOUND was changed to MML_RESULT_NOT_READY_FOR_FETCH.
    • Updated keywords.txt for Arduino IDE in arduino_note_example and arduino_chord_example.
    • MML_USE_AVR_PROGMEM was changed to MML_CONFIG_USE_AVR_PROGMEM.
      The default value is same as the previous version.
    • MML_OCTAVE_REVERSE was changed to MML_CONFIG_OCTAVE_REVERSE.
      The default value is same as the previous version.
    • Removed the internal pre-check function for MML text string.
    • MML_RESULT_ILLEGAL_INPUT_TEXT was removed because the pre-check function was removed from this library.
  • Sample Packages (sample)
    • generic_c : C Sample Codes
    • generic_cpp : C++ Sample Codes
    • raspberrypi_piezo_example: Raspberry Pi (Chord Example)
    • arduino_note_example : Arduino UNO (Note Example)
    • arduino_chord_example : Arduino UNO (Chord Example)
    • arduino_user_event_example : Arduino UNO (Chord Example)
  • Library Packages (lib)
    • mml.[ch]
    • mml_stack.[ch]
    • ntlibc.[ch]
14th Mar. 2015 0.4.0 Source Codes (Version 0.4.0)
  • New Features
    • Added MML_OCTAVE_REVERSE flag in mml.h.
      • The default value is (0). This is same as the previous version.
    • Added repeat control feature.
      • Super Mario Theme 3,464 bytes to 2,175 bytes (62.8%) with the new repeat control feature.
  • Changes
    • Improved the error check codes.
      • The previous version of mml.c doesn't check the note length value correctly.
    • Improved the sample programs.
      • sample_arduino1 was changed to arduino_note_example.
      • sample_arduino2 was changed to arduino_chord_example.
      • sample_c was changed to generic_c.
      • sample_cpp was changed to generic_cpp.
    • Updated the mml library source codes.
      • ntlibc module was added to the library. (Rechanged)
      • mml_stack module was added to the library for repeat controls.
  • Sample Packages (sample)
    • generic_c : C Sample Codes
    • generic_cpp : C++ Sample Codes
    • arduino_note_example : Arduino UNO (Note Example)
    • arduino_chord_example : Arduino UNO (Chord Example)
  • Library Packages (lib)
    • mml.[ch]
    • mml_stack.[ch]
    • ntlibc.[ch]
26th Feb. 2015 0.3.0 Source Codes (Version 0.3.0)
  • Changed the implementation for Atmel AVR chips also Arduino IDE.
    • From this version, you can also locate your MML text strings on FLASH area with special attribute such as const and PROGMEM.
    • Please change the configuration of MML_USE_AVR_PROGMEM to (1) in mml.h.
    • The default value of MML_USE_AVR_PROGMEM is (0). It means 'locate MML text strings on SRAM area'.
  • Merged some ntlibc function to mml.c and removed ntlibc.c and ntlibc.h.
  • The package structure was changed.
    • Added some sample projects for the reference.
    • Separated the library files from the sample codes.
  • Packages
    • lib : Library source codes
    • sample/sample_arduino1 : Arduino UNO (Note Example)
    • sample/sample_arduino2 : Arduino UNO (Chord Example)
    • sample/sample_c : C Example
    • sample/sample_cpp : C++ Example
6th Jan. 2015 0.2.0 Source Codes (Version 0.2.0)
  • Added 1/16(triplet), 1/32(triplet), 1/64(triplet) support.
  • Packages
    • mml.[ch]
    • ntlibc.[ch]
3rd Jan. 2015 0.1.0 Source Codes (Version 0.1.0)
  • Initial release.
  • Packages
    • mml.[ch]
    • ntlibc.[ch]

License

The license is MIT.
Please see also http://opensource.org/licenses/mit-license.php.
The MIT License (MIT)

Copyright (c) 2014-2015 Shinichiro Nakamura

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Author

Shinichiro Nakamura (CuBeatSystems)

@shintamainjp
CuBeatSystems