dobutokO2: A program and a library to create experimental music from a mono audio and a Ukrainian text

[ Ukrainian, algorithmic-composition, language, library, mit, music, program, rhythm, sound, sox, timbre, tonality ] [ Propose Tags ]
This version is deprecated.

It can also create a timbre for the notes


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.7.1.0, 0.7.1.1, 0.7.2.0, 0.7.2.1, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.8.2.0, 0.9.0.0, 0.9.1.0, 0.10.0.0, 0.10.1.0, 0.11.0.0, 0.11.0.1, 0.11.1.0, 0.11.2.0, 0.12.0.0, 0.13.0.0, 0.14.0.0, 0.15.0.0, 0.15.1.0, 0.16.0.0, 0.17.0.0, 0.17.1.0, 0.18.0.0, 0.19.0.0, 0.19.1.0, 0.20.0.0, 0.21.0.0, 0.22.0.0, 0.22.1.0, 0.23.0.0, 0.24.0.0, 0.24.1.0, 0.24.2.0, 0.24.3.0, 0.24.4.0, 0.24.5.0, 0.24.6.0, 0.25.0.0, 0.26.0.0, 0.27.0.0, 0.27.1.0, 0.28.0.0, 0.29.0.0, 0.30.0.0, 0.31.0.0, 0.32.0.0, 0.33.0.0, 0.34.0.0, 0.35.0.0, 0.35.1.0, 0.35.2.0, 0.36.0.0, 0.36.1.0, 0.36.2.0, 0.36.3.0, 0.37.0.0, 0.37.1.0, 0.38.0.0, 0.38.1.0, 0.39.0.0, 0.39.0.1, 0.39.1.0, 0.40.0.0, 0.41.0.0, 0.42.0.0, 0.43.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <4.14), directory (>=1.2.5 && <1.6), mmsyn3 (>=0.1.4 && <1), mmsyn7s (>=0.6.4 && <1), mmsyn7ukr (>=0.15.3 && <1), process (>=1.4 && <1.8), vector (>=0.11 && <0.14) [details]
License MIT
Author OleksandrZhabenko
Maintainer olexandr543@yahoo.com
Category Sound
Home page https://hackage.haskell.org/package/dobutokO2
Uploaded by OleksandrZhabenko at 2020-03-06T20:36:04Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables dobutokO2
Downloads 24230 total (250 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-06 [all 1 reports]

Readme for dobutokO2-0.3.1.1

[back to package description]

A program and a library to create experimental music from a mono audio and a Ukrainian text. It can also create a timbre for the notes.

            ***** Usage *****
            -----------------

You can use it as a library or an executable.

For the executable you enter in the terminal:

dobutokO2 {1 | 2} {name-of-the-file-to-be-recorded-to-obtain-sound-information-from-without-file-extension} {Ukrainian text}

If the first command line argument equals to "1" then the executable uses the oberTones funcions, so for the given parameters the obertones are the same for every call. Otherwise, it uses uniqOberTones functions, which can have different obertones because of the provided the second, additional, text. The last one is used to generate the obertones. In such a case, another text gives the other obertones.

After the program executing (it takes some time) there is a file "end.wav" in the directory. This is the resulting melody generated.

The program now lifts the frequencies to the octave with the number, which you can specify during its execution.

You can specify some control parameters during the program execution. This leads to different sounding.

You can use the default values (backward compatible with the 0.2.0.0 version) by simply pressing 'Enter' while being prompted and the informational message contains the line about the default value.

** Note:

  • Better to execute in the RAM. Need rather a lot of space on the disk for the resulting file "end.wav" and auxiliary files (MBs) for a short sound in the second command line arguments.