Skip to content

BeatMapSythesizer GUI - nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@theace0296 theace0296 released this 03 Oct 16:25

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.exe 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
  • e6d56d6 Fix error when no embeded art
  • ba954ef Lost commit history for 0.6.0-dev work...
  • faec980 Merge branch 'gui' of https://github.com/theace0296/BeatMapSynthesizer into gui
  • da306a7 efficiency increases
  • 7dab81f Update azure-pipelines.yml for Azure Pipelines
  • 59758b6 Update azure-pipelines.yml for Azure Pipelines
  • cbe5d44 Update azure-pipelines.yml for Azure Pipelines
  • ce7b20a v0.5 - Removed dependance on PyInstaller
  • 9d03ad3 Update azure-pipelines.yml for Azure Pipelines [No CI]
  • 80a7a31 Update azure-pipelines.yml for Azure Pipelines
  • ccd83a3 idk I probably changed something
  • 225fb9f Updated readme for new builds [skip ci]
  • 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.