there is any way to use swift for the dsp part of an auv3?

by defect auv3 extensions use objective-c for the dsp part can i use swift instead?

Replies

No. You shouldn't call any objective-c in the dsp code either. Your dsp code shouldn't allocate any memory. Neither Swift or Obj-C can guarantee that memory is not allocated when a method is called.