diff options
author | cbdev <cb@cbcdn.com> | 2019-08-31 17:23:22 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-31 17:23:22 +0200 |
commit | 191949152d803229275d7b98b184ff722a9549a2 (patch) | |
tree | 76cba7e231c4b468b87db5362b495353096fe7bf /backends/midi.md | |
parent | ba8cb9bfaf0c3699a728cef6918d7433a8690936 (diff) | |
download | midimonster-191949152d803229275d7b98b184ff722a9549a2.tar.gz midimonster-191949152d803229275d7b98b184ff722a9549a2.tar.bz2 midimonster-191949152d803229275d7b98b184ff722a9549a2.zip |
Update documentation
Diffstat (limited to 'backends/midi.md')
-rw-r--r-- | backends/midi.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/midi.md b/backends/midi.md index 5e295ee..108860e 100644 --- a/backends/midi.md +++ b/backends/midi.md @@ -52,6 +52,9 @@ midi1.ch0.pitch > midi2.ch1.pitch ``` #### Known bugs / problems +To access MIDI data, the user running MIDIMonster needs read & write access to the ALSA sequencer. +This can usually be done by adding this user to the `audio` system group. + Currently, no Note Off messages are sent (instead, Note On messages with a velocity of 0 are generated, which amount to the same thing according to the spec). This may be implemented as a configuration option at a later time. |