Releases: PolyMeilex/Neothesia
Releases · PolyMeilex/Neothesia
0.2.1
What's Changed
- Make keyboard layout more accurate by @PolyMeilex in #139
- Fix typo 'SourdFont' to 'SoundFont' by @dxrcy in #140
- Update wgpu by @PolyMeilex in #146
- Build with
MACOSX_DEPLOYMENT_TARGET: 10.12
by @PolyMeilex in #147 - Update to iced 0.12 by @PolyMeilex in #148
- Expandable player top bar with looping support by @PolyMeilex in #142
Full Changelog: v0.2.0...v0.2.1
0.2.0
It's been 6 months since last release, so here we go, time to release some needed improvements 🚀 🎉
- Support for custom piano sizes
- Track selection screen
- Neothesia now remembers last open song and loads it on next startup
- Midi program/instrument changes across rewinds should work now (more or less)
- Midi file load time was improved, in case of black midi files it can result in ~500x speedup
- Allow to change animation/waterfall speed using
PageUp
/PageDown
- Keep pressed keys while paused #47
- Horizontal (measure/bar) and Vertical (C, F keys) guidelines
- Fix rewind in play along #92
- Display file name in main menu
- Support back mouse button
- Settings redesign & cleanup
0.1.0
- Play along improvements: user input leeway in play along, ignoring drums, ignoring out of range notes.
- Add extra colors to default config #37 (Thanks to @othello777 🎉 )
- Add attempt to find default.sf2 relative to executable #36 (Thanks to @katyo 🎉 )
With those in store, I'm confident to bump the version to 0.1.0 🚀
This is also the first version to include neothesia-cli/recorder binary (ubuntu-recorder-actifact.zip
) for .mp4 output
0.0.16
- Fix notes not being visible on scaling higher than 1
0.0.15
- Main menu redesign
- midi outputs moved to settings page
- selected output and font is now saved in config file
- Simple play along using new midi input system.
0.0.14
0.0.13
v0.0.11
- Update wgpu 0.11.0
v0.0.10
- Wgpu update
- Notes should no longer be cut near the keyboard on Windows
v0.0.9
- Notes are no longer visible under keyboard
- Shortened successive notes to create small gap, and make it easier to see that note was repeated
Color schema is now available in setting.ron
(file created automatically after first launch of neothesia)
Config(
color_schema: [
(
base: (93, 188, 255), // Color of white keys
dark: (48, 124, 255), // Color of black keys
),
(
base: (210, 89, 222),
dark: (125, 69, 134),
),
],
background_color: (0, 0, 0)
)
How to get working audio out: (on Macos audio out is included out of the box)
- download default.sf2 (link)
- Place default.sf2 in the same dir as executable (to make it a default one)
- Or select any sf2 file from the in-app menu