Free Wah Auto-Engage Script for Plug’n Script
When controlling a virtual Wah pedal with an expression pedal via MIDI, it is convenient to have a built-in tip switch to activate the Wah effect when pushing the pedal. …
When controlling a virtual Wah pedal with an expression pedal via MIDI, it is convenient to have a built-in tip switch to activate the Wah effect when pushing the pedal. …
The always-creative and unstoppable Ilya Orlov from Letimix has surprised us once again with a custom component for Plug’n Script with absolutely insane capabilities… Check out the demo of his …
Wondering how to get started with Plug’n Script and write your first audio processing script? Check out this tutorial, brought to you by MA Audio! This is a really basic …
I have recently posted about multicore issues for realtime audio on Apple silicon, because with the release of MacOS 14 (codename Sonoma) including a Graphical User Interface (GUI) bug affecting …
Plug’n Script is an audio and MIDI scripting plug-in and application that can be programmed to build custom effects or virtual instruments, without quitting your favorite DAW software. This video posted by …
Florian Mrugalla’ PNS series continues, with an original approach to oscillators today. Check it out! “Usually you want the unison frequency between two oscillators to depend on the current note’s …
In today’s episode, Florian Mrugalla explores the various possibilities for parameters smoothing and how it affects the sound of your DSP code. No Smoothing, Block-based smoothing, Linear Smoothing, Lowpass Smoothing… …
Plug’n Script provides two ways to process incoming audio, either sample by sample, with the processSample function, or block per block (groups of samples), with the processBlock function. In today’s …
As you may know, Angelscript is the scripting engine used by KUIML, our user interface description language for all our plug-ins, and can also be used to write DSP processing …
Today Florian Mrugalla investigates how to implement a wavetable with Lagrange interpolation in Plug’n Script, check it out! This video is not very mathy, so you might want to check …