}
if (this.bsLoader == null) {
this.bsLoader = new BaseLoader(this.bsIO, Color.MAGENTA);
}
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);