artfwo / pymonome

python library for interacting with monome devices
MIT License
55 stars 10 forks source link

FIX use latest api for monobright example #6

Closed mantzouratos closed 4 years ago

mantzouratos commented 4 years ago

The monobright example was using an outdated API that was based on an earlier pymonome version and, as a result, was not working anymore. Update it to use the latest API and look more similar to the other examples.

mantzouratos commented 4 years ago

Hi @artfwo! Thanks for pymonome, super useful stuff! Was going over the examples the other day and this one was pretty outdated. On a kind of related note, could you publish 0.10.0 to pypi when you get the chance? It has 0.9.0 right now, which uses the old API and is not compatible with the examples provided at https://monome.org/docs/grid/studies/python/.

artfwo commented 4 years ago

Hey @mantzouratos, thanks for the update! Pushed v0.10.0 to pypi too!