Skip to content

Releases: prof-spock/LilypondToBandVideoConverter

Configuration File Syntax Simplification and Support for Panning (2022-06-23)

15 Sep 17:22
Compare
Choose a tag to compare

Apart from minor bug fixes and refactorings two major changes have been done:

  • The configuration file syntax has been simplified: it is no longer necessary to use a continuation marker "\" for combining several physical lines into a logical line. Instead physical lines in the configuration file are collected up to an empty line or another definition line.
  • It is possible to add a panning specification to the voice volume definitions. Panning is either done by the external mix command or by an internal pan algorithm that does standard balancing of stereo files.

Minor Simplifications and Reduction of Mandatory Configuration Variables (2021-11-03)

15 Sep 17:21
Compare
Choose a tag to compare

Several minor changes have been done:

  • added static typing tags for additional documentation of the code
  • professionalized the processing and handling of configuration file data by a generic data type management
  • tried to reduce the mandatory configuration variables as much as possible by providing reasonable default settings
  • added a new logging file command line parameter (overriding the setting in the configuration file)
  • set logging time resolution to 10ms (instead of 1s)
  • renamed configuration variable keepIntermediateFiles to intermediateFilesAreKept
  • added several minor corrections in the processing variables (e.g. tempLilypondFilePath now has placeholders for phase and voice name)
  • ensured that the temporary MIDI file now uses the instruments from the configuration file
  • made all temporary files go into directory given by configuration variable intermediateFileDirectoryPath and allowed for a distinctive naming for different phases or voices
  • corrected erroneous AAC processing by ffmpeg

Initial Release (2019-04-06)

15 Sep 17:21
Compare
Choose a tag to compare

Initial Version of LilypondToBandVideoConverter

Prerelease Version (2017-11-12)

15 Sep 17:20
Compare
Choose a tag to compare
Pre-release

Prerelease Version of LilypondToBandVideoConverter