Update MidiPlayer.gd

This commit is contained in:
adrienmalin 2019-01-08 16:33:45 +01:00
parent 45d5e7e116
commit 78edef5396

View File

@ -7,6 +7,7 @@ const LINE_CLEAR_CHANNELS = [2, 6]
var muted_events = []
func _ready():
._ready()
mute_channels(LINE_CLEAR_CHANNELS)
func _init_channel( ):