balintlaczko / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
1 stars 0 forks source link

Rename motionvideo() to motion() and average_image() to average() #17

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

The other video renderer functions you call like: mg.history() --> which makes a 'something_history.avi' if your mg object had 'something.avi' mg.motionhistory() --> 'something_motionhistory.avi' however: mg.motionvideo() --> 'something_motion.avi' :((( mg.average_image() --> 'something_average.png' :(((

balintlaczko commented 4 years ago

Done!