this post was submitted on 25 Jul 2023
3 points (100.0% liked)

Programming

46 readers
2 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 2 years ago
 

https://github.com/ZILtoid1991/pixelperfectengine/blob/117ffcf785b5fadf4324902d4944238d34668e65/pixelperfectengine/src/pixelperfectengine/audio/base/midiseq.d#L125

I have some issues with understanding the documentation on how set tempo events and time divisions work, so it's really not well calculated, and thus causes my code to just zoom through the MIDI file I'm throwing at it. Maybe there's some other chunks I'm not processing at the function that should be processing MIDI events here, so I don't really know.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

An overview of PPQN:

http://midi.teragonaudio.com/tech/midifile/ppqn.htm

Some reference code I've used, which might help with architectural issues: https://github.com/triplefox/minimidi/tree/master/minimidi