Grady O'Connell
Grady O'Connell
I just did some investigating. I traced the OpenGL calls of the program with the following line both commented and uncommented. ``` model.material.maps[MAP_DIFFUSE].texture = texture ``` I rendered it for...
> Pyglet supports animations by subdividing an image into rows/columns and then looping through the cells, but there are all kinds of ways to mess up with that. Whatever we...
If you're looking for a way to combine sprite states and animation, you could do something like this: https://github.com/flipcoder/qorpse/blob/master/bin/data/actors/actor.json Under "animation"/"frames", you can see how to associate different states (like...
Nice! Thanks for trying it out. If you get stuck or have suggestions or questions let me know. The documentation could use improvement when it comes to setup. I'm in...
Yes, feel free to post on Trello. Some features are stubs or only partially implemented. I can definitely get vi mode working. I think textbeat uses prompt toolkit so it...
Let me look into your other question, I don't remember how the cc works
Yeah, looks like the CC names are checked after the other switches. I will fix this. The CC values are getting clobbered by that.
Btw, if the `%` symbol appears at the beginning of a line, those are global commands (tempo, time signature, etc.). For track commands, they need to follow a `@` to...
To give you an example of track commands: `ma7&@P5@V5` would be ma7 arpeggio, on instrument 5 at half volume (50%)
The arpeggiator can be reversed using `&&` and there are optional arguments for it that can be separated by `:`. So you can do a downward pentatonic arpeggio 3 times...