Scottbot
I am looking at your winamp sample plugin.In the config file does the id in the list correspond to a Winamp id (ie command)
<Property Com="" Default="0" Desc="EQ 600 Hz Level" Dynamic="No" ID="110" IO="0" Name="EQ 600 Hz Level" PValue=""
Persist="Yes" Prompt="0" SVC="No" Type="0" Value="2.525"/>
If so can you add other commands for winamp ids or are there any limitations in the Dll file?
Cheers PT
Winamp Ids
The ID is the Property ID that is used internally in the system. It does not relate directly to WinAmp.
The plugin/dll defines the HouseBot interface to WinAmp, so you can't really extend it beyond what it was designed to do.If so can you add other commands for winamp ids or are there any limitations in the Dll file?
Scott