mIRC Home    About    Download    Register    News    Help

Print Thread
#2069 16/12/02 05:17 PM
Joined: Dec 2002
Posts: 12
L
loco Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Dec 2002
Posts: 12
is there away to get the settings from winamp's eq with amp_in.dll (or any dll).


alias amp { return $gettok($dll($mircdirdll\amp_in.dll,$1,$2-),2-,32) }
alias seteq {
amp Misc equalizer preamp-set %mp3.preamp
amp Misc equalizer set %mp3.eq
}
cuz that dont seem to work

Joined: Dec 2002
Posts: 30
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Dec 2002
Posts: 30
Nope, amp_in can be used to to make your own eq that uses winamp 2.X plugins though, Ive made 1 b4.

Joined: Dec 2002
Posts: 12
L
loco Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Dec 2002
Posts: 12
i have the eq made i just cant figure out how to get the settings from winamp or set it after i set the sliders in my dialog the way i want it.

Joined: Dec 2002
Posts: 30
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Dec 2002
Posts: 30
Well you have to have an older version of winamp installed, 2.80 or below to use amp_in, then load all the plugins like the example in the amp_in help. With that done you can retrieve the eq settings and set them, read the documentation and try the examples.


Link Copied to Clipboard