Search found 2 matches

by milano88
Mon Apr 21, 2014 8:26 pm
Forum: General Discussion
Topic: Bass
Replies: 0
Views: 9176

Bass

hello reteset I need help for bass function HFX BASS_ChannelSetFX( DWORD handle, DWORD type, int priority ); typedef struct { float fCenter; float fBandwidth; float fGain; } BASS_DX8_PARAMEQ; BOOL BASS_FXSetParameters( HFX handle, void *params ); My code: BASS = {} plPath = __Plugin.GetPath(); BassP...