No description
  • C++ 76.6%
  • Swift 13.4%
  • C 10%
Find a file
Peter Swimm 46eba003bd fix(au): correct NSExtensionPointIdentifier, add version, align deployment targets
- NSExtensionPointIdentifier: AudioUnit → AudioUnit-UI
  (required for custom knob UI to appear in AUM and other AUv3 hosts)
- AudioComponents: add version = 65536 (1.0.0)
  (required by many hosts for component registration)
- AU extension IPHONEOS_DEPLOYMENT_TARGET: 26.0 → 18.0
  (align with app target; was bumped by Xcode beta auto-upgrade)
2026-04-26 17:27:37 -07:00
Imported/LittleGPTracker Add AUv3 parameter tree, DSP kernel, and sectioned UI 2026-04-25 18:31:59 -07:00
o1nk fix(au): correct NSExtensionPointIdentifier, add version, align deployment targets 2026-04-26 17:27:37 -07:00
o1nk.xcodeproj fix(au): correct NSExtensionPointIdentifier, add version, align deployment targets 2026-04-26 17:27:37 -07:00
.gitignore Add AUv3 parameter tree, DSP kernel, and sectioned UI 2026-04-25 18:31:59 -07:00
README.md Add AUv3 parameter tree, DSP kernel, and sectioned UI 2026-04-25 18:31:59 -07:00

o1nk

o1nk is an AUv3 sampler project built around tracker tables.

Current shape

  • iOS standalone wrapper app
  • AUv3 instrument extension
  • Minimal table-driven audio unit shell
  • Imported LittleGPTracker instrument sources kept under Imported/LittleGPTracker/ for reference and future porting

License note

The imported LittleGPTracker code is GPLv3. It is preserved in a separate vendor area and is not wired into the shipping targets yet.

Next steps

  • Port the imported sample and SoundFont logic into the AUv3 engine layer
  • Replace the placeholder oscillator with sample playback
  • Add Piggy .ins and SF2 import flows