Recording midi with Audiokit
问题 I want to record midi audio using AudioKit. I managed to do it but when I replay the recorded notes, there are delays and the timing of the notes is not always the good one, especially when I play fast during the recording. Here is how i did it : I have three buttons, one for Do (Midi number 60), one for Re (midi number 62), one for Mi (64). When a button is pushed down i send a noteOn, and I save the time in a 88 table of Floats. When the button is pushed up, I send a noteOff event, and I