Short: Fullscreen spectrometer plugin for AmigaAMP Author: Stefan Ohlsson (dal95son@mds.mdh.se) Uploader: Stefan Ohlsson (dal95son mds mdh se) Type: mus/play Version: 1.1 Replaces: mus/play/VisFS.LhA Architecture: m68k-amigaos Usage ----- Just start the plugin by clicking on its icon while AmigaAMP is running. Key assignments --------------- ESC, SPACE or Q - Quit 1 - High sample resolution (256/channel) 2 - Medium sample resolution (128/channel) 3 - Low sample resolution (64/channel) F - Toggle falloff/immediate mode Tooltypes --------- RENDERPRI - (Default 0) The plugin can bump up its priority when drawing to the screen to avoid flicker. Use this option with caution. IDLEPRI - (Default 0) Priority when not rendering to the screen. COPPERFADE - (Default TRUE) If TRUE, the plugin installs a nice colour effect. This has no effect on GFX-cards. RESOLUTION - (Default 2, which is Medium) Highest resolution, 1, will draw the spectrum with 256 sample points. Medium, 2, will use 128 and low, 3, will use 64. FALLOFF - (Default TRUE) If TRUE, the graph will smoothly fall off. Otherwise the graph will directly represent the spectrum. BGCOLOR - (Default 0x000, which is Black) Background color. FGCOLOR - (Default 0xFFF, which is White) Foreground (graph) color. MODEID - If specified, VisFS will try to open its screen in this mode. This has to be a hexadecimal number. Warning: If the number is invalid the plugin will fail to load. Minimum requirements -------------------- AmigaAMP2.3sp1 in skin mode, or AmigaAMP2.4 or later. OCS,ECS or AGA for CopperFade-effect. Release History --------------- V1.0, 27-Jan-99: First release. V1.1, 03-Mar-99: Added doublebuffering. Now uses BestModeID(). Added MODEID tooltype.