Changeset b78805a for src


Ignore:
Timestamp:
May 22, 2005, 6:36:47 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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, pitchshift, sampler, timestretch, yinfft+
Children:
2cdae81
Parents:
53e4682
Message:

import 0.1.9beta5 with beat tracking
import 0.1.9beta5 with beat tracking

Location:
src
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r53e4682 rb78805a  
    2020        pitchschmitt.h \
    2121        pitchfcomb.h \
     22        beattracking.h \
    2223        filter.h
    2324
     
    5758        pitchfcomb.c \
    5859        pitchfcomb.h \
     60        beattracking.c \
     61        beattracking.h \
    5962        filter.c \
    6063        filter.h
  • src/aubio.h

    r53e4682 rb78805a  
    7575#include "pitchschmitt.h"
    7676#include "pitchfcomb.h"
     77#include "beattracking.h"
    7778
    7879#ifdef __cplusplus
  • src/peakpick.c

    r53e4682 rb78805a  
    158158        uint_t isonset = (p->pickerfn)(onset_peek,1);
    159159
    160         if ( isonset && peakval != NULL )
     160        //if ( isonset && peakval != NULL )
     161        if ( peakval != NULL )
    161162                *peakval = onset_peek->data[i][1];
    162163
Note: See TracChangeset for help on using the changeset viewer.