Midi Visualizer

2018-02-04 Thread Eelke Johnson
Hi community! I'm a newbie and a muscician and I want to programm a live python midi interface to visualize my favourite song when I play it on my keyboard. I've started learning python, installed Ubuntu, configured my environnement and searched for online libraries. I found here

Re: Midi Visualizer

2018-02-04 Thread Benjamin Moran
Hi Eelke, You can certainly use pyglet for this kind of project. I would recommend getting a prototype going first, using PC keyboard input. Most of the work will be graphical, so you can add a library for reading Midi commands after you get something going. To start, you will need to

Re: Discussion on adding a 3D Model class to pyglet

2018-02-04 Thread Benjamin Moran
Hi Nick, Firstly, nice progress you've made. I would be happy to add your library to the projects section in the documentation: https://pyglet.readthedocs.io/en/latest/index.html#projects-using-pyglet Just let me know the description and preferred link, and I'll add it in. It's not much,