quicky - how to dump the amount of supported audio files in a directory


    Mar 30 2018 | 8:48 pm
    Hi,
    Is there a way to dump the amount of supported files in a directory using this technique?
    For example, i choose a register and automatically an object dumps out the amount of workable wav/aiff/... files in the directory.
    Thanks

    • Mar 31 2018 | 10:31 am
      Loading a bunch of files into polybuffer just to find out how many of them are in a directory is not a good way, I mean in case You don't need to load them. try umenu :
      its set for AIFF and WAVE
    • Mar 31 2018 | 11:57 pm
      Thanks :). I actually want to load em yes.
      I implemented it like this. Is it the best way?
    • Apr 01 2018 | 7:14 am
      If You wan't to load files into polybuffer, than You don't need umenu at all. Polybuffer can report file count. Have a look at info section of help file.
    • Apr 05 2018 | 2:30 am
      Perfect. Thank you very much :)