blob: b11ec53c73f4cec047bf8e6abe9e646a6fd8db8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ao,v 1.1 2005/04/24 03:29:11 ben Exp $
--- Synth.C.orig 2002-06-11 15:09:42.000000000 -0700
+++ Synth.C
@@ -82,6 +82,7 @@ m_OutGUI(OSSOutput::Get())
LoadPatch(1);
MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE);
+ MidiDevice::Get()->PackUpAndGoHome();
}
Synth::~Synth()
|