Age | Commit message (Collapse) | Author |
|
exceptions.cpp to list of sources in Python
extension.
|
|
|
|
all sample arrays when clear function is called.
|
|
so that peaks are not shown.
|
|
prone).
|
|
with -D BUILD_TESTS=yes.
|
|
|
|
specified on the command line.
|
|
|
|
correctly, added new class based on AdSyn that does not rely on IDs.
|
|
|
|
objects).
|
|
|
|
files. Whitespace clean up.
|
|
Metamorph instead).
|
|
|
|
parameters instead of using Set<param> functions.
|
|
|
|
|
|
functions, safer as some Set functions were creating
memory leaks.
|
|
|
|
|
|
|
|
|
|
synth_frame from Cython Synthesis.synth
so that derived classes synth_frame methods are
called.
|
|
|
|
|
|
|
|
|
|
frame.
|
|
|
|
return 1 frame per hop size (zero pad frames
at the end of the signal if necessary).
|
|
instead of C++ method so that Python classes
can inherit it.
Save frame partials as a Python list instead of
getting a list of peaks from the C++ object.
Update partial tracking tests.
|
|
|
|
SMSPeakDetection.find_peaks.
Check for _static_frame_size in SMSPeakDetection.find_peaks.
Create new analysis object when changing frame size
in SndObjPeakDetection.
Update PeakDetection tests for new frame.peaks
object and find_peaks changes.
|
|
|
|
Frame and PeakDetection objects.
|
|
instead of in find_peaks
|
|
passing pointers to the C++ classes. This simplifies
the Python code slightly, but also makes sure
that references to the Python objects are not
lost (and the objects then garbage collected too
early).
|
|
|
|
that find_peaks_in_frame will be
called from derived Python classes (as well as C++).
|
|
|
|
|
|
data script.
|
|
|
|
Connect methods of analysis SndObjs.
|
|
Whitespace cleanup in SndObj.h, SndObj.cpp
|
|
|
|
|
|
|