Skip to content

Instantly share code, notes, and snippets.

@chbeer
Last active December 30, 2024 15:43
Show Gist options
  • Save chbeer/838e5e2c6d26bb2a353ca2b68ba64579 to your computer and use it in GitHub Desktop.
Save chbeer/838e5e2c6d26bb2a353ca2b68ba64579 to your computer and use it in GitHub Desktop.
nu-x Amp Academy MIDI messages
# USB
VID:1FC9 (NXP Semiconductors)
PID:8260
+-o NUX NGS-6@02222100 <class IOUSBHostDevice, id 0x1000278d2, registered, matched, active, busy 0 (23 ms), retain 25>
{
"sessionID" = 567227310417
"USBSpeed" = 3
"idProduct" = 33376
"iManufacturer" = 1
"bDeviceClass" = 0
"IOPowerManagement" = {"PowerOverrideOn"=Yes,"DevicePowerState"=2,"CurrentPowerState"=2,"CapabilityFlags"=32768,"MaxPowerState"=2,"DriverPowerState"=0}
"bcdDevice" = 257
"bMaxPacketSize0" = 64
"iProduct" = 2
"iSerialNumber" = 3
"bNumConfigurations" = 1
"UsbDeviceSignature" = <c91f6082010132333033303631353232000000010120010220010300>
"USB Product Name" = "NUX NGS-6"
"locationID" = 35791104
"bDeviceSubClass" = 0
"bcdUSB" = 512
"kUSBSerialNumberString" = "2303061522"
"USB Address" = 31
"IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
"kUSBCurrentConfiguration" = 1
"bDeviceProtocol" = 0
"USBPortType" = 0
"IOServiceDEXTEntitlements" = (("com.apple.developer.driverkit.transport.usb"))
"USB Vendor Name" = "NUX"
"Device Speed" = 2
"idVendor" = 8137
"kUSBProductString" = "NUX NGS-6"
"USB Serial Number" = "2303061522"
"IOGeneralInterest" = "IOCommand is not serializable"
"kUSBAddress" = 31
"kUSBVendorString" = "NUX"
}
# MIDI
## Control Change
- EFX 2 (8 / 72)
- EQ: 3 (1 / 65)
- Noise Red.: 4 (1 / 65)
- Reverb: 5 (4 / 68)
- S/R 6 (1 / 65)
- Gain: 11
- Master: 12
- Boost: 9
- N.R.: 26
- Bass: 13
- Middle: 14
- Treble: 15
- Presence: 16 (toggling 0/1 if Bright Switch)
- Decay: 28 (alt)
- Level: 30 (alt)
- IR Level: 32
- IR Low Cut: 33
- IR High Cut: 34
- Scene: 40
## Program Change
- Vintage: Twin Reverb 1
- Vintage: Super Reverb 7
- Classic: Vibro King 2
- Classic: Mr. Z 38 8
- Modern: Cali Crunch 3
- Modern: Brit Blues 9
- Brown: Fireman 4
- Brown: Brit 800 10
- Red: Dual Rect 5
- Red: SLO 100 11
- Iridium: Uber 6
- Iridium: DIE VH4 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment