[X] I have reviewed the MIDIKit Documentation which contains descriptive guides and extensive API reference
[X] I have searched Issues and Discussions to see if the same question has already been asked
macOS Version(s) Used to Build
macOS 13 Ventura
Xcode Version(s)
Xcode 14
Description
I'm trying out MIDIKit for the first time, and noticed that parse/load times for very large SMF files seems to be longer than I'd expect. The file I'm loading is 820KB, with 17 MIDI chunks (2097 measures). A test program that consists solely of MIDIFile(midiFile: path) takes about 3.2 seconds to complete in a release build. (Small files are fairly quick to load.)
I recognize that this MIDI is... long... by most standards, so I understand you might not have optimized around it.
Crash Logs, Screenshots or Other Attachments (if applicable)
Please Confirm
macOS Version(s) Used to Build
macOS 13 Ventura
Xcode Version(s)
Xcode 14
Description
I'm trying out MIDIKit for the first time, and noticed that parse/load times for very large SMF files seems to be longer than I'd expect. The file I'm loading is 820KB, with 17 MIDI chunks (2097 measures). A test program that consists solely of
MIDIFile(midiFile: path)
takes about 3.2 seconds to complete in a release build. (Small files are fairly quick to load.)I recognize that this MIDI is... long... by most standards, so I understand you might not have optimized around it.
Crash Logs, Screenshots or Other Attachments (if applicable)
No response