Author Topic: [Added in v0.101] poly pressure  (Read 7204 times)

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2257
    • View Profile
Re: poly pressure
« Reply #15 on: December 17, 2020, 10:13:23 PM »
can i send you a puredata patch to test? (do you still have it installed?)

Yes please.

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2257
    • View Profile
Re: poly pressure
« Reply #16 on: December 18, 2020, 11:26:29 AM »
OK i have it working.
The problem i fixed on the pfm3 was only in USB that filter out the polyAT data.
It should work with the version 0.100z you have through DIN5.

Puredata is nice but the version installed by default on Ubuntu 20.4 has a bug in the polytouchout  object :-\
It was sending channel Aftertouch instead of the polyphonic AT
It was fixed here :
https://github.com/pure-data/pure-data/commit/647c0291064416c415ed8dc6a01ae02ac94fdd0d
So i had to compile the latest version.

I modifed a little the patch you sent me to make an easy test.
In the matrix you can use:
PolyA   / 10.0 / O*Fq
an we can clearly hear the polyAT effects the frequency of only one note.

Thanks :)
« Last Edit: December 18, 2020, 03:14:42 PM by Xavier »

lokki

  • Sr. Member
  • ****
  • Posts: 383
    • View Profile
Re: poly pressure
« Reply #17 on: December 18, 2020, 04:43:21 PM »
Cool!

Funny, the PD bug was only on Linux, it worked all the time on OSX...


lokki

  • Sr. Member
  • ****
  • Posts: 383
    • View Profile
Re: [Added in v0.101] poly pressure
« Reply #18 on: December 20, 2020, 09:31:24 PM »
it is indeed working fine on 0.101. nice!