Skip to content

Instantly share code, notes, and snippets.

@ForeverTangent
ForeverTangent / mysoundpipesynth.package
Last active January 23, 2024 18:48
Extending SoundpipeAudioKit
let package = Package(
name: "MySynth2",
platforms: [.macOS(.v12), .iOS(.v16)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "MySynth2",
targets: [
"MySynth2Swift",
"MySynth2Objcpp",