Hello,
I was wondering if there are any externals that do set operations. I was reading a paper on Fuzzy Logic ( http://arts.ucsc.edu/EMS/Music/research/FuzzyLogicTutor/FuzzyTut.html ), and the author used Max to do his programming. Is there something similar to this out there?
Thanks,
Mike
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote:
I was wondering if there are any externals that do set operations. I was reading a paper on Fuzzy Logic ( http://arts.ucsc.edu/EMS/Music/research/FuzzyLogicTutor/FuzzyTut.html ), and the author used Max to do his programming. Is there something similar to this out there?
I only had a quick look at the screenshots, but it seems something similar to this (minus the Fuzzy part) is in RTC-lib and [list]-abs. At least they deal with various operations on lists, chords, melodies, rhythms etc. (Elsea's LObjects are among the inspirations for [list]-abs, and they are used extensively in Max' RTC-lib.)
Both are in CVS and in pd-extended.
Frank Barknecht _ ______footils.org_ __goto10.org__
This article is great, thanks for sharing!
~Kyle
On 12/27/06, Frank Barknecht fbar@footils.org wrote:
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote:
I was wondering if there are any externals that do set operations. I was reading a paper on Fuzzy Logic ( http://arts.ucsc.edu/EMS/Music/research/FuzzyLogicTutor/FuzzyTut.html ), and the author used Max to do his programming. Is there something similar to this out there?
I only had a quick look at the screenshots, but it seems something similar to this (minus the Fuzzy part) is in RTC-lib and [list]-abs. At least they deal with various operations on lists, chords, melodies, rhythms etc. (Elsea's LObjects are among the inspirations for [list]-abs, and they are used extensively in Max' RTC-lib.)
Both are in CVS and in pd-extended.
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Very interesting. You can look in the list-abs library. I don't know if there is a list-roll_left abstraction though.
I was looking in the last few days how fuzzy logic could be implemented for musical algorithmics... If we need a new external for this kind of maths, I would be interested in writing one. But, I am sure we could do it using patches.
Let me know if you do further researchs. :)
Hallo, Alexandre Quessy hat gesagt: // Alexandre Quessy wrote:
Very interesting. You can look in the list-abs library. I don't know if there is a list-roll_left abstraction though.
There is [list-rot], which is similar to [Lror] but rotates the other direction, so you should use [* -1] to make it compatible with Peter's tutorial.
Yesterday I made a "toset" implementation, which needs some cleaning up but it's rather easy to do. I'm just not sure if it should be part of [list]-abs as it's rather special and "set" is an ambigous name, which I would like to avoid in a general purpose library as [list]-abs (or rather, I wouldn't want "set" to mean in [list]-abs what Peter Elsea describes in "Fuzzy Logic").
[Ltop] is a bit more tricky to clone - Question: How to find the x largest values in a [table]? -, but I also have a basically working version. I attached my scratch-patch, in case you're interested, including a lot of bugs, so not for the faint of heart.
Frank Barknecht _ ______footils.org_ __goto10.org__
Thanks a lot, Frank. I am going to look at this stuff tonight.
Mike
On 12/28/06, Frank Barknecht fbar@footils.org wrote:
Hallo, Alexandre Quessy hat gesagt: // Alexandre Quessy wrote:
Very interesting. You can look in the list-abs library. I don't know if there is a list-roll_left abstraction though.
There is [list-rot], which is similar to [Lror] but rotates the other direction, so you should use [* -1] to make it compatible with Peter's tutorial.
Yesterday I made a "toset" implementation, which needs some cleaning up but it's rather easy to do. I'm just not sure if it should be part of [list]-abs as it's rather special and "set" is an ambigous name, which I would like to avoid in a general purpose library as [list]-abs (or rather, I wouldn't want "set" to mean in [list]-abs what Peter Elsea describes in "Fuzzy Logic").
[Ltop] is a bit more tricky to clone - Question: How to find the x largest values in a [table]? -, but I also have a basically working version. I attached my scratch-patch, in case you're interested, including a lot of bugs, so not for the faint of heart.
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list