MidiRecordingDemo Not Working?

I updated my Macbook to macOS Tahoe about a month ago now, and I’ve just updated my Tracktion Engine repo to the latest version. I’ve been attempting to implement MIDI recording into my custom DAW project for a couple weeks now, and I’ve only just gotten the MidiRecordingDemo to work on my machine. However, it appears that the MidiRecordingDemo is currently not working. I can connect my MIDI controller and hear input monitoring from the plugin I select. I can start recording, but when I click “stop”, the clip does not persist afterwards. Is this behavior intentional for the demo, or is there a bug?

Also, could someone give me guidance on how to implement MIDI recording? My best idea on what to do right now is to implement a custom solution.

Can you make sure you are using the latest juce develop. There was a bug with midi timestamp. If that doesn’t resolve your issue, let me know.

The JUCE submodule in Tracktion is not updated to the latest develop right now, so that might be the issue. I can try to do that in a bit, but I’m worried that updating the JUCE submodule will break everything in my project right now.

I would try it on just tracktion_engine to start with and re-test the MidiRecordingDemo to see if the problem is resolved by updating juce.