ABSTRACT

The RackAFX plug-in designer will help you write your plug-in. When you create a new RackAFX project, it will set up a new Visual C11 project folder for you and populate your project with all the fi les you will need. It will automatically create a new derived class based on the name of your project. When you set up graphical user interface (GUI) controls like sliders and buttons, it will write and maintain the code for you. You will be switching back and forth between RackAFX and your C11 compiler. There are buttons on the RackAFX GUI that will let you jump to the compiler as well as launch compiler functions like rebuilding and debugging. You will use RackAFX to maintain your GUI and your compiler to write the signal processing code.