https://github.com/hartwork/dsp_restless
The Restless Winamp Plugin (a.k.a. dsp_restless) of 2005
https://github.com/hartwork/dsp_restless
cxx public-domain win32api winamp winamp-plugins windows
Last synced: 2 months ago
JSON representation
The Restless Winamp Plugin (a.k.a. dsp_restless) of 2005
- Host: GitHub
- URL: https://github.com/hartwork/dsp_restless
- Owner: hartwork
- Created: 2020-06-13T18:43:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T19:40:37.000Z (about 6 years ago)
- Last Synced: 2025-02-08T23:16:10.571Z (over 1 year ago)
- Topics: cxx, public-domain, win32api, winamp, winamp-plugins, windows
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsp_restless
## About
The _Restless Winamp Plugin_ (a.k.a. **dsp_restless**) started out in response
to a [plug-in request by users `seattlex19` and `KissFM`](http://forums.winamp.com/showthread.php?threadid=196012)
at the official Winamp community forum in 2004/2005.
Essentially the plug-in automates hitting the `Play` button
when the plug-in hasn't seen any new audio data
for a specific, customizable duration of time
so that a human doesn't have to do it themselves.
The source code of _Restless Winamp Plugin_ is released as Public Domain.
## History
### 1.3.0 (2017-07-20)
- Added: Option `Hit_Start_Only_When_Repeat_Enabled=("0"|"1")`, defaults to `"0"`;
it was contributed by Michael Wysocki
### 1.2.0 (2007-10-30)
- Added: Delay config now possible in `:` as well
- Added: Pause interval (in which play is not hit)
### 1.1.2 (2007-08-08)
- Added: Delay config via `Winamp.ini`
- Added: NSIS installer
### 1.1.1 (2005-05-10)
- First version shared with the public