< Back to IRCAM Forum

P-form trouble…

Hi all,

Here’s a patch I made for giving an example of Set-Theory analysis

The second p-form don’t want to work… Why ?

THX in advance,

…………………………………………………………………………… jerome

set-theory-example.omp (11 KB)

Ah !!! my second chord wasn’t a real chord, that’s why it wasn’t recognize.

Segmentation and analysis framework is unstable, take care if you go this way ! :slight_smile:

……………………………………………………………… jerome

Hello Jerome,

the chord is Ok, but you discovered a little error in the OM-code.The prime-form of (10 0 5) is (0 2 7) and not (0 5 7)…
Attached is a little patch (into the folder OM6.11/patches/) to fix it…
Regards
Wolfgang

pcs-fix.lisp (858 Bytes)

Thank you very much Wolfgang,

Now the results are corrects !

Cheers~

…………………………………………………………………………… jerome

Hi Jerome,

after discovering a second set that doesn’t work: (0 5 7), I did a more advanced fix for myself - maybe this is helpful for you too…

Regards
Wolfgang

pcs-fix2.lisp (1.88 KB)

THX very much, Wolfgang !