https://github.com/hartwork/in_bridge
The Inbridge Winamp Plugin (a.k.a. in_bridge) of 2005/2006
https://github.com/hartwork/in_bridge
cxx win32api winamp winamp-plugins windows
Last synced: 2 months ago
JSON representation
The Inbridge Winamp Plugin (a.k.a. in_bridge) of 2005/2006
- Host: GitHub
- URL: https://github.com/hartwork/in_bridge
- Owner: hartwork
- Created: 2020-09-07T18:27:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T18:31:48.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T23:16:08.099Z (over 1 year ago)
- Topics: cxx, win32api, winamp, winamp-plugins, windows
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# in_bridge
## About
With the *Inbridge Winamp Plugin* (a.k.a. **in_bridge**)
you can monitor the communication between
another input plugin
and the Winamp host application.
To monitor `in_mp3.dll` for instance,
you would rename files like this:
- `in_mp3.dll` → `slave_in_mp3.dll`
- `in_bridge_unicode.dll` → `in_mp3.dll`

## History
### 2.4 (2006-08-26)
- in_char update for `GetFileInfo`'s title
- Encoding suffix added
- `Output::IsPlaying` logging now disabled by default
### 2.3 (2006-08-17)
- Added: Basic support for Unicode plugins
- Added: More error output
- Fixed: `Core::SAAdd` and `Core::VSAAdd` return value support
- Fixed: `hwndParent` value was not shown for `Input::InfoBox`
- Fixed: Cosmetic bug in EQSet
### 2.2 (2006-03-29)
### 2.1 (2006-02-02)
### 2.0 (2005-09-01)