CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

sdif time-oriented requests #79

Open equilet opened 6 years ago

equilet commented 6 years ago

From Olivier Pasquet on the Max forums:

  • SDIF-tuples needs a way to access the data without knowing the
    dates. Something like "next" and "end".
  • in this case, SDIF-tuples needs a second outlet with the non
    interpolated dates.
  • SDIF-tuples needs a bang when the stream is finished.
  • SDIF-info needs a way to dump the dates from the SDIF file.
ramagottfried commented 6 years ago
ramagottfried commented 6 years ago

note to self: we probably want to use SDIFbuf_GetNextMatrix which does a type check, in keeping with way that SDIF-Tuplet's GetMatrix function works -- this way you can get the next of a specific matrix type if you want.

ramagottfried commented 6 years ago

added next/prev messages and a "framebounds" message for when you get to the end. seems functional -- @equilet can you test it a bit?