Skip to content

Funky stereo plugins written in Nyquist for the Audacity audio editor

License

Notifications You must be signed in to change notification settings

werame/funky-nyquist-stereo-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

funky-nyquist-stereo-plugins

Funky stereo plugins written in the Nyquist programming language for the Audacity audio editor.

Presently just:

  • Isomod2, with left and right amplitude phases.
  • Vari-tremolo2, with left and right amplitude phases.
  • Vari-tremolo2i, interpolating version between two keyframe shapes.

Quick visual demo for the latter:

image

That was generated using these settings:

image

These plugins work on both stereo tracks and "split stereo" pairs of mono tracks that have their pan slider set appropriately, which is commonly done via the track menu "Split Stereo Track" command (keyboard shortcut: Shift+M I).

Installing

These plugins share a common sweep.lsp library that must also be present in the Audacity plugins directory.

Changelog for the mod

v0.1. Initial version with phases added. Always returned a vector of sounds, so it didn't work on split tracks.

v0.2.: Made it work on split tracks. Requires v4 Audacity plug-in support to read pan info from Audacity. (I don't know exactly when Audacity stated supporting "v4" plug-ins, but the Audacity 3.x series supports them. Audacity plugin protocol version number isn't matched to Audacity major version numbers.)

v0.3: Refactored to use external sweep.lsb library shared with similar plugins.

v0.4: Added sweep type: just exponential besides linear for now. Added reversal point for sweep, so it can ramp and then down, or vice-versa. Refactored sweep.lsp library to be internally ugen-based in most parameters, to make such features additions easy.

v0.4.3 Added (my quickly adapted) interpolating version of Vari-tremolo2. Needs more polish.

About

Funky stereo plugins written in Nyquist for the Audacity audio editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published