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

Can we use np.clip() instead of 'constrainNumber()' from _constrainNumber.py? #4

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

...since it's doing the same and numpy is already imported everywhere. Also, it makes the code much bigger.