Mercurial > hg > vampy-host
comparison vamp/collect.py @ 79:650f0697812f
naming: vampyhost module methods snake_case
author | Chris Cannam |
---|---|
date | Wed, 21 Jan 2015 12:28:16 +0000 |
parents | aa8491a11530 |
children | de501b7e165a |
comparison
equal
deleted
inserted
replaced
78:f61ca3c81272 | 79:650f0697812f |
---|---|
22 | 22 |
23 # n = 0 | 23 # n = 0 |
24 | 24 |
25 # if outputDict.sampleType == vampyhost.ONE_SAMPLE_PER_STEP: | 25 # if outputDict.sampleType == vampyhost.ONE_SAMPLE_PER_STEP: |
26 # for True: | 26 # for True: |
27 # yield vampyhost.frame2RealTime(n * stepSize, sampleRate) | 27 # yield vampyhost.frame_to_realtime(n * stepSize, sampleRate) |
28 # n = n + 1 | 28 # n = n + 1 |
29 | 29 |
30 # elif outputDict.sampleType == vampyhost.FIXED_SAMPLE_RATE: | 30 # elif outputDict.sampleType == vampyhost.FIXED_SAMPLE_RATE: |
31 # for True: | 31 # for True: |
32 | 32 |