https://github.com/imaxel0/openthesia
Customizable midi visualization software kinda like Synthesia for Windows (Wine-compatible on Linux)
https://github.com/imaxel0/openthesia
audio csharp dear-imgui keyboard midi piano player synthesia visualizer
Last synced: 9 days ago
JSON representation
Customizable midi visualization software kinda like Synthesia for Windows (Wine-compatible on Linux)
- Host: GitHub
- URL: https://github.com/imaxel0/openthesia
- Owner: ImAxel0
- License: gpl-3.0
- Created: 2024-05-22T07:54:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-08T09:18:17.000Z (17 days ago)
- Last Synced: 2025-06-08T10:21:05.759Z (17 days ago)
- Topics: audio, csharp, dear-imgui, keyboard, midi, piano, player, synthesia, visualizer
- Language: C#
- Homepage: https://openthesia.pages.dev
- Size: 1.5 MB
- Stars: 66
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
# Openthesia []() []()
### ...is a customizable midi visualization software with similar features to Synthesia
---
### :star2: If you really enjoy the app consider starring the repo :star2:
If you found this project helpful and want to contribute and unlock new features, consider getting the **Supporter Edition**:
[](https://imaxel.gumroad.com/l/openthesia)
[](https://imaxel0.itch.io/openthesia)---
:orange_book: [Documentation](https://openthesia.pages.dev/documentation) :orange_book:
## What can it do :question:
Openthesia includes two main modes, **Midi playback** and **Play mode**.
In the Midi playback mode you can select a midi file to play and choose between just visualizing and listening the note blocks or play along with it.
When playing along the playback will wait for the right note input before going to the next note.
In the Play mode you can visualize midi inputs as rising note blocks and also record them to later export the recording as a midi file.## Features :star:
- **Fully customizable**: change background and note blocks color, turn on notes glowing effect
- **Midi playback**: play and visualize midi files at different speeds, tempo and notes direction
- **Learning mode**: wait for the right key input before going to the next note
- **Play mode**: visualize midi input realtime and record it to export it as a midi file
- **Hands separation**: differentiate between left and right hand with colors
- **SoundFonts support**: built-in and external sounds support through .sf2 files
- **Video recording**\*: capture video of your MIDI playbacks or performances and export them directly.
- **Plugins support**\*: use your favorite VST2 instruments and audio effects directly inside Openthesia!\*Available with [Openthesia Supporter Edition](https://openthesia.pages.dev/supporter).
## What operating systems does it support? :desktop_computer:
Openthesia is officially supported on **Windows**.
However, it appears to be working almost flawlessly on **Linux** using [**Wine**](https://www.winehq.org/)!
If you're a Linux user and willing to experiment, you may still enjoy the full experience, just keep in mind that it's not officially supported or tested.| Feature | Windows | Linux (wine) |
| --- | --- | --- |
| MIDI Playback | ✅ | ✅ |
| MIDI Input/Output Devices | ✅ | ✅ |
| SoundFonts | ✅ | ✅ |
| Video Recording | ✅ | ✖️ |
| VST Plugins | ✅ | ✅ (may need further testing) |## Installation :arrow_down:
Download the latest setup from the [releases](https://github.com/ImAxel0/Openthesia/releases) section and install the program.
---
# Gallery




## SoundFonts credits
https://freepats.zenvoid.org/
- **Upright Piano KW** licensed under [Creative Commons CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
- **YDP Grand Piano** licensed under [Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/)
- **Salamander Grand Piano** licensed under [Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/)
- **Old Piano FB** licensed under [Creative Commons CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)## Thanks to
- [DryWetMidi](https://melanchall.github.io/drywetmidi/index.html)
- [NAudio](https://github.com/naudio/NAudio)
- [MeltySynth](https://github.com/sinshu/meltysynth)
- [VST.NET](https://github.com/obiwanjacobi/vst.net)
- [Dear ImGui](https://github.com/ocornut/imgui) & [ImGui.NET](https://github.com/ImGuiNET/ImGui.NET)