Skip to content

BeatMapSythesizer GUI - dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@theace0296 theace0296 released this 05 Aug 13:08
· 4 commits to faec9806649ecb4b5a3eee1410c67958ee36a2fb since this release

This is a development build and may not be stable!

New Features:

  • PyInstaller removed as dependency, if Python is not installed on the system, then a portable WinPy version is extracted to the %appdata%/beat-map-synth/temp directory, this only occurs once. Otherwise, the program will install any Python dependencies on the system using pip.
  • Song segments are now automatically determined
  • Added fourth model based on tracks with every difficulty mapped, this model should provide some consistency between difficulties.
  • Additional lighting effects
  • Note validation
  • List of folders option
  • Separated logs for each song

Known Bugs:

  • Running the program over a large number of songs can cause it to not exit all of the child processes, the task manager can be used to end the beatmapsynth processes.
  • Sometimes the progress bar will get stuck just below 100%, this happens when the beat map generator freezes on a song. This tends to coincide with the previous bug.

Changes:

See More
  • 1493336 "Clean" VS Project to build Python script, "Build" VS Project to compile typescript
  • 5829d08 refractoring in note validation
  • e3eee7d logging
  • 2a8d772 new features
  • 94ba885 refractoring
  • c847239 segment calculation
  • fc86fd7 calculation of segments for segmented HMM
  • b8d5986 fixed list index errors post-refractoring
  • 532bb80 Update azure-pipelines.yml for Azure Pipelines
  • 0f9e140 Update azure-pipelines.yml for Azure Pipelines
  • d2e6466 updated for 4th model
  • 04e33a1 refractoring, note validation
  • 1552d5e removed parallel from py script
  • 35e0f0a optimizations, note validation
  • 17c80ee event writer exception handling
  • db6e86e defaults for args
  • 488323f 2 sec delay for beginning of song before notes should arrive
  • db40167 Update README.md
  • ddbfbae notes validation, added notes class for better readability
  • 73f5d44 note validation
  • a3b2446 note validation

This list of changes was auto generated.