Hi,
Is there objects like [== ] or [!= ] to compare symbols in pd-extended?
theres a [strcomp] object or abstraction missing in the related_objects_from_other_libraries but I coudn't find mention to this object on google
thanks ariane
On Sun, 20 Jun 2010, Ariane stolfi wrote:
Is there objects like [== ] or [!= ] to compare symbols in pd-extended?
[select whatever] | | [1( [0(
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
On Jun 20, 2010, at 1:33 PM, Mathieu Bouchard wrote:
On Sun, 20 Jun 2010, Ariane stolfi wrote:
Is there objects like [== ] or [!= ] to compare symbols in pd- extended?
[select whatever] | | [1( [0(
There is also [regex] in zexy, and some C-string style objects in
jasch_lib.
.hc
kill your television
On Sun, 20 Jun 2010, Hans-Christoph Steiner wrote:
On Jun 20, 2010, at 1:33 PM, Mathieu Bouchard wrote:
On Sun, 20 Jun 2010, Ariane stolfi wrote:
Is there objects like [== ] or [!= ] to compare symbols in pd-extended?
[select whatever] | | [1( [0(
There is also [regex] in zexy, and some C-string style objects in jasch_lib.
There's also [list.==] in GridFlow, that can compare two lists of mixed floats and symbols.
And there's also [route] after [list trim].
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Ariane stolfi wrote:
Hi,
Is there objects like [== ] or [!= ] to compare symbols in pd-extended?
theres a [strcomp] object or abstraction missing in the related_objects_from_other_libraries but I coudn't find mention to this object on google
You can do [str compare] in pd-extended 0.42.5.
Martin
Nice!
thanks =)
2010/6/20 Martin Peach martin.peach@sympatico.ca
Ariane stolfi wrote:
Hi,
Is there objects like [== ] or [!= ] to compare symbols in pd-extended?
theres a [strcomp] object or abstraction missing in the related_objects_from_other_libraries but I coudn't find mention to this object on google
You can do [str compare] in pd-extended 0.42.5.
Martin