Hello,
In the attached Pd file I have a simple Gem particle system. But when I attach [part_info] at any point the particle velocity increases (by about 200% I would guess).
Can anyone tell me what I'm doing wrong?
Thanks,
Hello,
I confirm the problem on your patch and with part_info help file. I think your are not doing anything wrong, and the problem is in part_info.
I think the line 90-92 should be removed : if (m_tickTime > 0.f) { pMove(); }
I just made a pull request.
cheers C
Le 29/12/2024 à 08:17, Paul W. Rankin via Pd-list a écrit :
Hello,
In the attached Pd file I have a simple Gem particle system. But when I attach [part_info] at any point the particle velocity increases (by about 200% I would guess).
Can anyone tell me what I'm doing wrong?
Thanks,
pd-list@lists.iem.at - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/VHGDBGRELW...
To unsubscribe send an email to pd-list-leave@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
Brilliant! This fixes it, thanks!
On 2024-12-29 20:54, cyrille henry wrote:
Hello,
I confirm the problem on your patch and with part_info help file. I think your are not doing anything wrong, and the problem is in part_info.
I think the line 90-92 should be removed : if (m_tickTime > 0.f) { pMove(); }
I just made a pull request.
cheers C
Cyrille, coincidentally I happened to find your work pmpd and Egregrore and just pleasantly realised you also made the PR. You work totally blows me away and is incredible inspiring, and your Pd/Gem projects are incredible. I'm currently reading your pmpd paper. Thank you for sharing everything, it's a total joy!
On 2024-12-30 07:47, Paul W. Rankin wrote:
Brilliant! This fixes it, thanks!
On 2024-12-29 20:54, cyrille henry wrote:
Hello,
I confirm the problem on your patch and with part_info help file. I think your are not doing anything wrong, and the problem is in part_info.
I think the line 90-92 should be removed : if (m_tickTime > 0.f) { pMove(); }
I just made a pull request.
cheers C
Thanks! And happy new year.
Cheers c
Le 31/12/2024 à 03:47, Paul W. Rankin a écrit :
Cyrille, coincidentally I happened to find your work pmpd and Egregrore and just pleasantly realised you also made the PR. You work totally blows me away and is incredible inspiring, and your Pd/Gem projects are incredible. I'm currently reading your pmpd paper. Thank you for sharing everything, it's a total joy!
On 2024-12-30 07:47, Paul W. Rankin wrote:
Brilliant! This fixes it, thanks!
On 2024-12-29 20:54, cyrille henry wrote:
Hello,
I confirm the problem on your patch and with part_info help file. I think your are not doing anything wrong, and the problem is in part_info.
I think the line 90-92 should be removed : if (m_tickTime > 0.f) { pMove(); }
I just made a pull request.
cheers C