teknopaul

Results 40 comments of teknopaul

I've done some work for MIDI play/pause/stop/record, so I a Korg nanoKONRTOL assigned to control LMMS functions. on https://github.com/teknopaul/lmm. I'll see if I can make it a bit more generic.

No pressure just chucking ideas around as they crop up. I'm sure the players write code in C and, unlike java, have unsigned int types. The pitch code is very...

OK sounds like you are ahead of me re: nfs. Do you know anything about what goes on on 50004 or 50111 ? I had a run through the strings...

Hi I have some more info about the boot sequence (I'm interested in how ID allocation works for devices without keyboards) I believe the message types are in pairs, even...

This is probably why there are 3 messages, that enables up to 4 players on the network to auto assign

errr yep, I guess I have had this project on my todo list for about a year :$

FYI IdUseReply packet 0x25 matches N the counter of the IdUse outgoing message, so its possible to correlate a response to a specific request. I'm pretty sure the 300ms delay...

meh, https://djl-analysis.deepsymmetry.org/djl-analysis/packets.html#_port_50000_packets looks like kind/type are not unique

Found a UI hack, kind of annoying but its possible without a code change... "continue playback across notes" internally is called "stutter", it resets the stutter point to zero when...

I think long term: all Instruments need a reset() method that is called when the UI resets the song to position zero