const classafMicromod::Micromodsys::Obj afMicromod::MicromodA music player for MOD, S3M, and XM files; see Micromod.Sample usage: player := Micromod(ActorPool(), File(`MyTune.mod`)) player.play(Channels.stereo) Actor.sleep(30sec) player.stop makeSourcenew make(ActorPool actorPool, File modFile)Creates a MicromodPlayer for the given music file.modFileSourceconst File modFileThe music file this player, err, plays.playSource Void play(Channels channels := Channels.stereo)Plays the music file.stopSource Void stop()Stops the music.