Paul Boots
Paul Boots
What platform/os are you trying to install on?
Not familiar with any of the two. But assuming you install it local on your computer with anaconda, can you run python on the command line? Most python packages can...
Looks like your using python3, not sure if python-midi is python3 compatible. Can you use python2?
There are a lot of forks on python-midi - also for python3 found this https://github.com/louisabraham/python3-midi
Had the same issue for Maya 2018. Autodesk changes the internal directory layout from time to time. Change the line https://github.com/liquidbuddha/CosmicGeometryToolkit/blob/1988d2fca220745879aaff8bbbcd5ae8f4fb8c17/StarReplace_Tab/StarReplaceToolkit.mel#L208 Here's the path I used source "/Applications/Autodesk/maya2018/Maya.app/Contents/Examples/Paint_Effects/Galactic/space.mel"; And beware...
In both the Full and Minikit the variable name differs on creation and showing of the window For the full kit https://github.com/liquidbuddha/CosmicGeometryToolkit/blob/1988d2fca220745879aaff8bbbcd5ae8f4fb8c17/intallfiles_FullKit/lbs_Custom_Tools_UI_LOCAL.mel#L127 https://github.com/liquidbuddha/CosmicGeometryToolkit/blob/1988d2fca220745879aaff8bbbcd5ae8f4fb8c17/intallfiles_FullKit/lbs_Custom_Tools_UI_LOCAL.mel#L327 After I changed the var at creation...
Just ran into this browsing the issues. Any progress on this idea? If I understand correct you'd like to basically exchange midi using a REST in the middle, both sending...
Hi There, I understand there's no sequencer for OSX but I would still like to use the module. To explain, I'm using the midi stream to create 3D animation in...