Florian Zand

Results 11 comments of Florian Zand

Also thanks from my side :) Having support for Teensy 4.0 in the future would be great as its next to Arduino (where I can't find a board with 2048KiB...

I would really love to see support for it. There are so many boards getting released with the RP2040. Any chance I could send you a RP2040 board for free...

I managed to fully port Wave to MacOS & NSView. It works great. :) When I find time I will clean up my code and will upload it.

Here it is. It just misses a sample project https://github.com/flocked/Wave/tree/main It's my first time ever trying to combine iOS/macOS into one shared code. So there might be better code. It...

First of all thanks for the great devices :) I'm wondering if it would be possible to add control for envelope / automation sculpting of midi clips. I once tried...

Take a look at NSMetadataItem. It delivers the metadata of files that spotlight has indexed. It should be very fast. `https://developer.apple.com/documentation/foundation/nsmetadataitem` ``` let fileURL: URL = ... let item =...

@Akazm _NSUI_ refers to AppKit/UIKit typealias. For example: _NSUIView: NSView/UIView_ How would you name the typealias?

Adding the code `!apt install libcublas11` solves the problem. `pip install transformers -U` has also be added to run the right version of it.

Ah I understand. I thought the NSObject hooking methods are also meant to be used in Swift (InterposeKit also provides its hooking methods as extension to NSObject). I meant the...

InterposeKit does implement this using AnyHook's `func apply() throws`