Changeset ae7277c for ext/midi


Ignore:
Timestamp:
Jun 29, 2006, 8:47:09 PM (18 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:
3ba55dd6
Parents:
a814968
Message:

removing ladcca from ext/midi/midi_alsa_seq.c
removing ladcca from ext/midi/midi_alsa_seq.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/midi/midi_alsa_seq.c

    ra814968 rae7277c  
    120120        goto error_recovery;
    121121    }
    122 
    123     /* tell the ladcca server our client id */
    124 #ifdef LADCCA_SUPPORT
    125     {
    126         int enable_ladcca = 1;
    127         //aubio_settings_getint (settings, "ladcca.enable", &enable_ladcca);
    128         if (enable_ladcca)
    129             cca_alsa_client_id (aubio_cca_client, snd_seq_client_id (dev->seq_handle));
    130     }
    131 #endif /* LADCCA_SUPPORT */
    132122
    133123    /* get # of MIDI file descriptors */
Note: See TracChangeset for help on using the changeset viewer.