Closed hairullana closed 2 years ago
This code is very old and thus not supported any more. It won't be ported to Python 3. However, you can fix this quite easily yourself by adding parentheses as indicated by the error message.
Most methods are implemented in madmom anyways, please refer to the madmom.features.onsets
module.
File "onset_program.py", line 759 print args ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?