Skip to content

Commit

Permalink
Bumping to v0.6.4
Browse files Browse the repository at this point in the history
Using Steve Baker's original skin for the Audio16 module
  • Loading branch information
Rcomian committed Oct 31, 2018
1 parent e493b65 commit a5242a4
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SLUG = rcm

# Must follow the format in the Versioning section of
# https://vcvrack.com/manual/PluginDevelopmentTutorial.html
VERSION = 0.6.3
VERSION = 0.6.4

# FLAGS will be passed to both the C and C++ compiler
#FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,7 @@ The Spread feature cannot be modified without recreating the engine, so it's fix

The output is normalised using an internal envelope following, because the output gets crazy high voltages otherwise. This follower can generate its own effects at times when things are out of hand.

## Duck
## Audio 16

A basic audio ducking module.

Takes 2 stereo inputs:

* over input is the audio that gets overlaid.
* under input is the base audio stream that gets ducked.

There is a single stereo output that contains the result of the ducking operation.

The tunables aren't CV'd since they don't seem to be generic - once you get your sound they tend to stay fixed. I may change this, but it would result in a wider module to accomadate the patching bay.
Steve Baker's version of the Audio module that supports audio devices with up to 16 inputs and outputs.

File renamed without changes
Loading

0 comments on commit a5242a4

Please sign in to comment.