CNMAT / CNMAT-MMJ-Depot

CNMAT's expanding library of Max/MSP/Jitter patches
90 stars 17 forks source link

SDIF player - revision #21

Open equilet opened 9 years ago

equilet commented 9 years ago
  1. There should be some options for setting decay rates
  2. File types should be recognized properly
  3. option for decay rates to be based on amplitude (if additive file)
equilet commented 9 years ago

Ed mentions:

"Over the past years we have made a few versions of an SDIF tuples editor/filter patch. I don't find such currently in the Depot. This patch allows for conditional testing, editing, and saving of a collection file resonance model that comes in the form of a text file: , .

We filter the model and reduce the number of elements by testing each element against a desired threshold, either less than or greater than, or within the bounds of a given range. We do this for all three elements Frequency, Amplitude, or decay rate.

Results fall directly into a resonator~ for auditioning... Perhaps you have the older versions of this patch? I can't seem to find.

the patch you made in the Depot called: sdif_player_01.maxpat might be considered the right place for all this. -- that patch is really an sdif_editor and could be expanded to include these functionalities -- it already writes frames to collections -- then we would go to operate on the collections using a number of conditionals."