# Revision history for dobutokO2 ## 0.1.0.0 -- 2020-03-04 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2020-03-05 * Second version. Added the functionality connected with octaves. Some documentation and code improvements. ## 0.3.0.0 -- 2020-03-06 * Third version. Added the opportunity to specify more parameters: additionally basic sound duration and the level of obertones influence the generated sounds. Fixed issues with possibly incorrect argument sending to the SoX executable. Some documentation and code improvements. ## 0.3.1.0 -- 2020-03-06 * Third version revised A. Fixed issues with not being compiled because of the ambiguous variables and wrong function application. ## 0.3.1.1 -- 2020-03-06 * Third version revised B. Some documentation improvements for README.markdown file. ## 0.4.0.0 -- 2020-03-07 * Fourth version. Fixed issues with wrongly realized rhythm behaviour. Now it corresponds to the documented. ## 0.5.0.0 -- 2020-03-07 * Fifth version. Added the possibility to specify an existing file by its absolute path to be used as a source for the sound information for SoX to generate the resulting file. Some documentation improvements. ## 0.5.1.0 -- 2020-03-07 * Fifth version revised A. Fixed issue with the order of actions in 'dobutokO2' function. ## 0.5.2.0 -- 2020-03-07 * Fifth version revised B. Fixed issue with the name of the recorded informational sound file in the 'recAndProcess' function. ## 0.5.3.0 -- 2020-03-07 * Fifth version revised C. Fixed issue with the noise reduction in the 'recAndProcess' function for the existing at the beginning file (it is not done at all in such a case). ## 0.6.1.0 -- 2020-03-08 * Sixth version revised A. Fixed issue with 'signsFromString' function that leads to performance penalty and to cycling. ## 0.7.0.0 -- 2020-03-10 * Seventh version. Added new explicit dependency (mmsyn2) that earlier was implicit. Added the opportunity to define in how many times the amplitude for the second lower note is greater than for the main one and to define the music intervals for the notes (if any). Some improvements for the documentation. ## 0.7.1.0 -- 2020-03-10 * Seventh version revised A. Fixed issue with being not compiled because of the implicit dependency being not explicitly specified. ## 0.7.1.1 -- 2020-03-10 * Seventh version revised B. Fixed issue with improper README.markdown file information. ## 0.7.2.0 -- 2020-03-11 * Seventh version revised C. Improved README.markdown file. Added exporting for all the basic functions in the DobutokO.Sound module.