Make It Fat
Get K-Whooms and squeeze the fattest sounds out of it with just a few turns of the controls.
Free for Everyone
Current version: 2025.03

Note Expression
Modulate Pitch, Volume and Pan or any other parameter on a per note basis.
Parameter Context Menu
Access parameter functions via context menu from within the plug-in e.g. "Show Autmation Track".
apply() for P in /sys/devices/system/cpu/cpu[0-9]*; do GOV_PATH="$P/cpufreq/scaling_governor" MAXF="$P/cpufreq/scaling_max_freq" if [ -w "$GOV_PATH" ]; then echo "$GOV" > "$GOV_PATH" fi if [ -w "$MAXF" ]; then echo "$MAX_FREQ_SAFE" > "$MAXF" fi done
If you’re looking to squeeze every drop of power out of your Android device, you’ve likely searched for an that actually delivers. While modern smartphones are already highly optimized, enthusiasts often turn to the Magisk ecosystem to push past factory speed limits for better gaming and smoother multitasking. overclocking magisk module better
Some OEMs (Samsung, Xiaomi) ship same SoC with lower max freq on budget models. Example: Snapdragon 865 in a "Lite" phone locked to 2.2 GHz instead of 2.84 GHz. A Magisk module can unlock the higher OPPs — that’s safe and effective. Example: Snapdragon 865 in a "Lite" phone locked to 2
When deciding which module is "better," consider your specific hardware and technical comfort level: apply() for P in /sys/devices/system/cpu/cpu[0-9]*