Post

Replies

Boosts

Views

Activity

Comment on Strange MIDIPacket Sizes
Hi Gene. Apologies for the delay --I just saw this. The packeList comes from the argument given to the closure I give to MIDIInputPortCreateWithBlock -- I call packetList.pointee to get a MIDIPacketList which is what I work on in the code above. The issue only manifests when I quickly and repeatedly press down on a lot of keys, generating a lot of MIDI traffic.
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’21
Comment on Why is internalRenderBlock fetched and used before allocateRenderResources() is called?
Thanks for following up on this old question. I agree completely with being defensive. I was just curious if I had missed something.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on xcode "Products" folder missing in project navigator
Bingo!
Replies
Boosts
Views
Activity
Jan ’22
Comment on Strange MIDIPacket Sizes
Thanks for the reply. Good to know I'm not alone. Curious too that our packets are quite close in size.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Strange MIDIPacket Sizes
Hi Gene. Apologies for the delay --I just saw this. The packeList comes from the argument given to the closure I give to MIDIInputPortCreateWithBlock -- I call packetList.pointee to get a MIDIPacketList which is what I work on in the code above. The issue only manifests when I quickly and repeatedly press down on a lot of keys, generating a lot of MIDI traffic.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21