}
if (this.bsInput == null) {
this.bsInput = new AWTInput(this.bsGraphics.getComponent());
}
if (this.bsMusic == null) {
this.bsMusic = new BaseAudio(this.bsIO, new MidiRenderer());
this.bsMusic.setExclusive(true);
this.bsMusic.setLoop(true);
}
if (this.bsSound == null) {
this.bsSound = new BaseAudio(this.bsIO, new WaveRenderer());