all i have ever known has been winamp i got a new laptop for Christmas this year it runs windows 11 and i cannot get my winamp to work correctly on windows 11 it will NOT allow me to create a play list no matter what i try if any one has the answer on how to fix this problem i would appreciate the help
I still use 2.95 version of WinAMP, and i will not upgrade to a later version. 2.95 works in everything from windows 95 to windows 11 just fine, it has faster song search than any newer version and in general is much faster overall.
Running Mp3tag v2.86 and Winamp Lite v5.65 on Windows 7. File -> Options -> Tools Name=Winamp, path = C:\Program Files (x86)\Winamp\winamp.exe, and parameter = /PLAY "%_path%". When I right-click a file in Mp3tag and left-click PLAY, the Winamp window appears, but with the name of whatever mp3 file was previously playing, and no sound until I click Play. Then it plays that previous file. What am I doing wrong? Thanks.
You might be wondering why the last two fields in the winampGeneralPurposePlugin structure are left empty. You might have noticed the reference that is returned as part of the winampGetGeneralPurposePlugin() method. This is the method that the Winamp.exe calls when loading these gen_*.dll files. As part of loading the plugin, the Winamp.exe will store the handle to its main window and the hinstance for the plugin dll into these two fields. Since these are references, these values become available for use by the plugin.
we are creating a variable called 'plugin'. The variable's type, rather than being an integer ('int'), floating point number ('float'), or some other type, is of type 'winampGeneralPurposePlugin', which is a type we have created. This type is created in the header file with the code
This tells Visual Studio where to look for the winampGeneralPurposePlugin type (i.e., to look inside the 'myplugin' namespace). If you are new to programming or plugin creation, however, you probably don't need (or want) to mess with namespaces.
Sometimes you can discover a hidden loopback device. Right-click on your speaker icon (Windows task bar, lower right-hand corner), then select Sounds > Recording. Right-click in the middle of that windows where you microphone is listed. Select Show Disabled/Disconnected Devices. Then if you see Stereo Mix, for example, suddenly appear, right-click on it and Enable it.
df19127ead