Skip to content

A simple Header Wrapper over RackAFX GUI and Audio Processor

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE.md
BSD-3-Clause
LICENSE.txt
Notifications You must be signed in to change notification settings

inpinseptipin/WrappedAFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

WrappedAFX

Logo

About

WrappedAFX is a simple header wrapper that consolidates all the functionality offered by RackAFX and provides a simple interface to write an audio plugin.

How to Install

Download the Installer from here

Library Documentation

Documentation can be found here

Example Usage

Mapping RackAFX GUI controls to WrappedAFX

  1. Create any GUI control using RackAfx GUI Manager GUI_1 GUI_2

Writing DSP Logic with your Gain Knob

  1. To write the DSP logic for your audio plugin, Open the WrappedFX.h file and traverse to the run function.

  2. To retrieve the latest value from the "Gain" knob, use the function with the following syntax below.

getParameter(controlID::<controlID>);

DSP_1

Sending Values to meters in RackAFX

  1. Create a VU Meter on the prototype panel

setPara_1

  1. Pass the Value to the VU meter in the run function, using the function below
setMeterValue(<newValue>,controlID::<controlID>);

Uninstall

WrappedAFX is installed on RackAFX 7.0 as a standalone patch and thus gets registered as its own entity in the Windows Registry, Therefore WrappedAFX can be uninstalled using the "add/remove" programs on Windows.

About

A simple Header Wrapper over RackAFX GUI and Audio Processor

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE.md
BSD-3-Clause
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published