Enova

Results 48 comments of Enova

How long do you plan to support this @zhuowei ? Or are you going to get thanos snapped for another 3 years :P

I kind of figured as much. Well no matter how much time you put into it, I'm glad you open sourced it. I've been waiting a very long time for...

I'm putting the notes into a completely tempo-less environment, outside of MIDI I'm using the ticks like they're milliseconds, basically (which i'm now realizing is not correct)

I understand how tempo and ticks work, I was just being absent minded and forgot while coding. Even so, I still don't know how to do what im trying to...

Basically, i'm using the ticks on the NoteOffEvents and NoteOnEvents to make a list of strings accordingly, that im using as Arduino C code. Formatted like this: beep(NoteOnData1, TheNextEventInMidiTick); delay(NoteOnTick);...

I think basically, I just need a way to convert ticks to miliseconds.

alright. I _think_ I figured it out and fixed my problem... Well now i'm curious if theres a way to convert all chords (or multiple NoteOnEvents without a NoteOff in...

Getting this error on my Pixel 8a. Can't install the game on the playstore.

Not to sound like an ass, but have you tried seeing if you can embed and include other input libraries into your mod to add true raw input support? For...