Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
I figure mostly people will be using dates to compare things. Either way, you'll want to have some objects to do things with dates since neither format allows straight comparison. But it wouldn't be too hard to make objects in Pd that support lists of 1-3 for the date/day/ microseconds or lists of 5-7 for year/month/day/hour/minute/second/ microsecond format.
You could use [list-idx] to get at a certain list element and [list-replace] to write it back at a certain position. Both are abstractions from [list]-abs and they are fairly fast list-processing objects as they don't need [list-drip], they just split lists.
Ciao