https://github.com/atsushieno/xmdsp
visual standard MIDI file player
https://github.com/atsushieno/xmdsp
csharp incomplete midi mono xwt
Last synced: 23 days ago
JSON representation
visual standard MIDI file player
- Host: GitHub
- URL: https://github.com/atsushieno/xmdsp
- Owner: atsushieno
- Created: 2013-11-17T06:41:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T08:32:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T15:56:23.815Z (about 1 month ago)
- Topics: csharp, incomplete, midi, mono, xwt
- Language: C#
- Homepage:
- Size: 961 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this?
=============XMDSP is a visual SMF (standard MIDI file) player that is meant to be cross-platform. It is written on top of [Mono](https://github.com/mono/mono)/.NET and [Xwt](https://github.com/mono/xwt).
(The primary target desktop is Linux/GNOME. XMDSP on OSX will be based on Xwt.XamMac and waiting for a Xamarin.Mac bugfix release. XMDSP on Windows is based on Xwt.WPF which is known to work. Experimental mobile projects are known to not work.)
XMDSP is pretty much inspired by ancient Japanese music players such as [MMDSP](https://github.com/gaolay/MMDSP) but to support SMF instead of FM synthesizers as of those ages.
SMF player part uses [managed-midi](https://github.com/atsushieno/managed-midi).
