No description
- C++ 76.6%
- Swift 13.4%
- C 10%
- 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) |
||
|---|---|---|
| Imported/LittleGPTracker | ||
| o1nk | ||
| o1nk.xcodeproj | ||
| .gitignore | ||
| README.md | ||
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
.insand SF2 import flows