Questions tagged [audiobus]

6 questions
2
votes
1 answer

Audiokit: How to add start/stop-buttons and their functionality within an Audiobus Panel overlay?

When using Audiobus within an AudioKit app that integrates midi sequencer functionality it could a very handy to use the feature of Audiobus that shows start- and stop buttons within its panel overlay, which is also used for hopping between the apps…
headkit
  • 3,307
  • 4
  • 53
  • 99
1
vote
2 answers

Sender Synth example can't build - symbol(s) not found for architecture arm64

I have follow the Sender synth example, with XCode 10.1, Audiokit 4.5.5. But when I try to build it (part Audiobus and Integration), it fails with this error: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_ABPort", referenced from: …
Xax
  • 73
  • 4
1
vote
0 answers

iOS audio app freezes when disconnecting from Audiobus

My app is locking up when disconnecting from Audiobus 3/AUM. I see this: 2018-06-02 14:06:59.757468-0700 MyApp[269:9400] dnssd_clientstub read_all(14) DEFUNCT 2018-06-02 14:06:59.761007-0700 MyApp[269:9351] TIC Read Status [1:0x1c41774c0]:…
1
vote
0 answers

Audiokit Audiobus MVC No Sound

I have an Audiokit prototype working that uses Audiobus on iOS. I am loading an effects delay, input, AudioKit output, mixer, etc. in a view controller and everything works as expected. I am now trying to refactor to use the MVC pattern. I created…
1
vote
1 answer

AudioKit: How to resolve error "Use of unresolved identifier 'ABAudioSenderPort'" when integrating Audiobus?

At the moment, when I try to integrate Audiobus with an AudioKit iOS app I get the error Use of unresolved identifier 'ABAudioSenderPort' It's both the same: When I follow the tutorial here or when I want to compile the AnalogSynthX-Example, I…
headkit
  • 3,307
  • 4
  • 53
  • 99
-1
votes
2 answers

Audiokit Audiobus Integration with Errors like: :-1: Undefined symbol: _OBJC_CLASS_$_ABPort

i have implemented audiobus/iaa in my app like in this tutorial: https://audiokit.io/audiobus/sender-synth/ i have received my api key from audiobus and copied it in a textfile called "Audiobus.txt". but i am still getting these errors: undefined…