Skip to content

Commit

Permalink
No rawmidi devices by default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoreno committed Oct 12, 2024
1 parent 8253e1b commit 4e4d445
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ name_negative_regex=(System|Timer|Announce)
type=hardware


[rawmidi]
# This is the ALSA rawmidi device that will be exported to rtpmidi.
name=MIDI C4D0
device=/dev/snd/midiC4D0
# set hostname to 0.0.0.0 or emtpy to create a server
# hostname=
local_udp_port=5104
# or set to a hostname to be a client and connect to a remote server
# hostname=raspberrypi.local
# remote_udp_port=5004

#[rawmidi]
## This is the ALSA rawmidi device that will be exported to rtpmidi.
#name=MIDI C4D0
#device=/dev/snd/midiC4D0
## set hostname to 0.0.0.0 or emtpy to create a server
## hostname=
#local_udp_port=5104
## or set to a hostname to be a client and connect to a remote server
## hostname=raspberrypi.local
## remote_udp_port=5004

0 comments on commit 4e4d445

Please sign in to comment.