Changeset a3e152a


Ignore:
Timestamp:
Nov 5, 2018, 2:01:23 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
f8c75aa
Parents:
450c57e
Message:

[py] [style] add space around * in midiconv.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/midiconv.py

    r450c57e ra3e152a  
    7373        msg = "string of 2 to 4 characters expected, got {:d} ({:s})"
    7474        raise ValueError(msg.format(len(note), note))
    75     notename, modifier, octave = [None]*3
     75    notename, modifier, octave = [None] * 3
    7676
    7777    if len(note) == 4:
Note: See TracChangeset for help on using the changeset viewer.