Skip to content

Commit 2fd0cba

Browse files
committed
Supplement documentation
1 parent f79bae6 commit 2fd0cba

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Mplay-tui.png

462 KB
Loading

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,20 @@ link /out:libmidi.dll -dll libmidi.obj winmm.lib
9494
cl /c libconsole.c
9595
link /out:libconsole.dll -dll libconsole.obj
9696
```
97+
98+
There is also a startup script in the `src` directory which you can symlink to simplify the use of Mplay, e.g.
99+
100+
```
101+
ln -s ${HOME}/Mplay.jl/src/Mplay.sh /opt/bin/Mplay
102+
```
103+
104+
With the *Mplay* command you can not only select the desired user interface, but also specify the MIDI device. For example, under *macOS* the current version offers the possibility to redirect the MIDI output to the Roland Sound Canvas VA plugin (`--device=scva`) - if installed - as an alternative to the default Apple DLS Music Device.
105+
106+
```
107+
% Mplay -h
108+
Mplay [-h|--help] [--device=midi-device] [--gui] midi-file
109+
```
110+
111+
The text user interface is now enabled by default.
112+
113+
![Mplay-tui](Mplay-tui.png)

0 commit comments

Comments
 (0)