Changeset b49daf6 for src


Ignore:
Timestamp:
Dec 1, 2004, 1:18:46 AM (20 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:
9cba1eb
Parents:
33bf500
Message:

started enabling ladcca support

ladcca still need works, not sure how to avoid the extern client

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r33bf500 rb49daf6  
    6666#endif
    6767
     68#ifdef ALSA_SUPPORT
     69#ifdef LADCCA_SUPPORT
     70#include <ladcca/ladcca.h>
     71extern cca_client_t * aubio_cca_client;
     72#endif /* LADCCA_SUPPORT */
     73#endif /* ALSA_SUPPORT */
     74
    6875
    6976#include "types.h"
  • src/midi_alsa_raw.c

    r33bf500 rb49daf6  
    3131#include "midi_driver.h"
    3232
    33 
    3433#if ALSA_SUPPORT
    3534
     
    4342
    4443#include "config.h"
    45 
    46 #ifdef LADCCA_SUPPORT
    47 #include <ladcca/ladcca.h>
    48 extern cca_client_t * aubio_cca_client;
    49 #endif /* LADCCA_SUPPORT */
    50 
    5144
    5245#define AUBIO_ALSA_DEFAULT_MIDI_DEVICE  "default"
  • src/midi_alsa_seq.c

    r33bf500 rb49daf6  
    4141#include <sys/poll.h>
    4242/* #include <errno.h> //perror is in stdio.h */
    43 
    44 
    45 #ifdef LADCCA_SUPPORT
    46 #include <ladcca/ladcca.h>
    47 extern cca_client_t * aubio_cca_client;
    48 #endif /* LADCCA_SUPPORT */
    4943
    5044#define AUBIO_ALSA_DEFAULT_SEQ_DEVICE   "default"
Note: See TracChangeset for help on using the changeset viewer.