Changeset c4fc0f2


Ignore:
Timestamp:
Sep 14, 2017, 2:38:15 PM (7 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:
c264516, e116e19
Parents:
4d1bf0e
Message:

python/demos/demo_tapthebeat.py: prefix unused arguments with _

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_tapthebeat.py

    r4d1bf0e rc4fc0f2  
    4545
    4646# pyaudio callback
    47 def pyaudio_callback(in_data, frame_count, time_info, status):
     47def pyaudio_callback(_in_data, _frame_count, _time_info, _status):
    4848    samples, read = a_source()
    4949    is_beat = a_tempo(samples)
Note: See TracChangeset for help on using the changeset viewer.