Martin Halter
Martin Halter
it's a great library, just implemented it for our xml-newsfeed transported to a Mac App. Biggest step was to implement the returning visitor count. Now this is either a feature...
Is my first pull request for this project, hope that finds you well. Added line to remember to create a git-repository. As I forgot it at that moment and others...
### macOS Version(s) Used to Build macOS 13 Ventura ### Xcode Version(s) Xcode 14 ### Description Swift Test of Pull Request #82 failed: AudioKitUI/AudioKitUI/Sources/AudioKitUI/Visualizations/**SpectrogramFlatView/UIColor+intermediate**.swift:4:8 ``` error: no such module 'UIKit'...
### Description The package is lacking some substantial documentation. Keyboard is quite powerful but the documentation doesn't reflect it. It was quite irritating for me at the beginning on what...
### macOS Version(s) Used to Build macOS 13 Ventura ### Xcode Version(s) Xcode 14 ### Description Running AudioKit Cookbok Recipe "Completion Handler" plays two files then stops. In Simulator as...
### macOS Version(s) Used to Build macOS 14.4.1 Sonomna ### Xcode Version(s) Xcode 15.2 ### Description The Controls demo doesn't show properly when holding an iPhone in portrait mode, see...
### Description Consider following View (pseudo code): ``` var audioFiles: [AudioFile] // set somewhere on init var body: some View { let audioFile = audioFiles[loadedFileIndex] Picker("Sound File", selection: $loadedFileIndex) {...
See Feature Request https://github.com/AudioKit/AudioKitUI/issues/89