Skip to content

Releases: happymimimix/Synthesia-For-Black-MIDI

1.6.0

17 Dec 04:34
cea3469
Compare
Choose a tag to compare

Some small keyboard optimizations.

v1.5.4

15 Dec 05:11
e37ae96
Compare
Choose a tag to compare

Finally, I solved the weird mouse cursor disappearing bug in full screen! (Nvidia GPUs)
Which means SFBM will be full screen from now on.

v1.5.3

15 Dec 03:36
6c23b55
Compare
Choose a tag to compare

Ensure the window size is divisible by 2!

v1.5.2

14 Dec 18:15
e309d90
Compare
Choose a tag to compare

Text correction: L"[Input Off: Play along with no scoring]" --> L"[Input Off: Watch synthesia play for you automatically]"

"Play along with no scoring" is not what actually happens in my mod when no input device is selected.
I changed the behavior but forget to change this text. This new version fixed this issue.

Improved MIDI loading slightly (Thanks Pianesia!)

v1.5.0

14 Dec 16:54
0730456
Compare
Choose a tag to compare

I found the source code! finally!!!

This is a very big update which includes many big changes that I wanted to do long ago but was unable to achieve because I lost the source code:

  1. Autoplay improvement
  2. Practice mode bug fix (something I accidentally broken when implementing autoplay)
  3. Minor UI bug fix
  4. Screen size is no longer hard coded to 1280*720, it's now calculated dynamically based on the resolution of the current monitor. (Equation: WindowWidth * 1.5 = MonitorWidth; WindowHeight * 1.5 = MonitorHeight)
  5. ffmpeg command bugfix
  6. Video output button bug fix

Which also means, SFBM is open sourced once again from now on! YAY!

v1.4.3

19 Oct 12:42
1ecd853
Compare
Choose a tag to compare

Let ffmpeg to use software encoding libx264 instead of hardware nvenc for better compatibility
Use yuv420p pixel format for better compatibility with Windows Media Player
Use QP 1 for almost lossless compression while remain compatibility with WMP (WMP does not support QP 0)

Note:
This new version v1.4.3 was made by directly patching the executable of v1.4.2.
I still haven't found the source code of SFBM!

Binary release v1.4.2

03 Oct 23:05
dab2fac
Compare
Choose a tag to compare

FRAME DUMPING!!! Making no lag videos with synthesia 128keys is now possible! (Great thanks to Khangaroo)
Song is now paused on start, hit space bar to begin.
Playback in background is now possible.

(Please place ffmpeg.exe in the same directory with this program to use the frame dumping feature.

Binary release v1.3.9

01 Oct 14:01
dab2fac
Compare
Choose a tag to compare

Changelog:

Always shows the cursor, no matter what.

Added a windowed version with fixed 1080P resolution.

Binary release v1.3.7

30 Sep 17:35
415d650
Compare
Choose a tag to compare
Add files via upload