Skip to content

Instantly share code, notes, and snippets.

View esoterydactyl's full-sized avatar
🤠

David Caudill esoterydactyl

🤠
  • CHICAGO
View GitHub Profile

Access Virus TI Firmware

Download the "Virus TI Installer 5.1.7.00 for macOS" from Virus.info. The file should save as "Virus TI Software Suite 5.1.7.00.pkg". Rename the file as "virus.pkg".

Open a terminal and run the following command to copy the firmware binary to your local path:

$ pkgutil --expand-full virus.pkg virus_pkg
@esoterydactyl
esoterydactyl / process_drums.sh
Last active August 19, 2025 04:11
Bash Script for Processing Drum Sounds with SoX Audio Convertor
#!/bin/bash
# Script by: @esoterydactyl
# Ver: 1.1.1
# 8/18/2025
check_sox() {
if ! command -v sox &> /dev/null
then
echo "Error: SoX is not installed. Please install it to run this script."