No description
  • C++ 76.6%
  • Swift 13.4%
  • C 10%
Find a file
2026-04-26 17:31:40 -07:00
Imported/LittleGPTracker Add AUv3 parameter tree, DSP kernel, and sectioned UI 2026-04-25 18:31:59 -07:00
o1nk fix(install): add CFBundleDisplayName to AU extension Info.plist (required iOS 26) 2026-04-26 17:31:40 -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