Ignore:
Timestamp:
Dec 11, 2018, 4:04:36 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
2d64a24, 3efb631, c1ba75b
Parents:
423a427
Message:

[examples] remove unneeded cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    r423a427 r6b84d81  
    8888  //aubio_sampler_load (sampler, "/archives/sounds/woodblock.aiff");
    8989
    90   examples_common_process((aubio_process_func_t)process_block,process_print);
     90  examples_common_process(process_block, process_print);
    9191
    9292  // send a last note off
Note: See TracChangeset for help on using the changeset viewer.