ericlyon / pd-fftease

FFTease 3.0 for Pd
Other
18 stars 4 forks source link

burrow~ invert message at creation #27

Closed porres closed 3 years ago

porres commented 3 years ago

if you have a loadbang setting the invert message to 1, it doesn't work. You have to wait a little until setting this in order for it to work

ericlyon commented 3 years ago

This seems to be true for other messages as well. Same thing for "mute." I don't see any issues in the code, and the corresponding loadbang initiation works correctly on Max/MSP. Perhaps, for whatever reason, the loadbang triggers its message before the receiving object is instantiated. I don't have time to test right now, but it's worth checking to see if this issue occurs with the other FFTease objects.

porres commented 3 years ago

I don't have time to test right now, but it's worth checking to see if this issue occurs with the other FFTease objects.

Ok, I can check for solutions on the code later, but right now I'm working on the docs ;)

ericlyon commented 3 years ago

A "pipe 0" after the loadbang solves the problem.

ericlyon commented 3 years ago

Looks like there was an initialization bug in the code. I'll try to figure out how to upload a new version soon.

ericlyon commented 3 years ago

Done. There's a diagnostic post() message in the code. I'll take it out soon, if no new problems were introduced.

porres commented 3 years ago

This issue seems to be a duplicate of https://github.com/ericlyon/pd-fftease/issues/5

we can close the old one (and keep this open until you remove that post() message (I could do that later as well)

ericlyon commented 3 years ago

Sounds like you're on a roll, so you're welcome to remove that post message if you like :)

porres commented 3 years ago

Sounds like you're on a roll, so you're welcome to remove that post message if you like :)

I can't :) only iohannes who opened that old one can close it or you... unless you give me some superpowers and I don't know how you can do that

porres commented 3 years ago

not sure if it's clear in my joking tone, but it is possible I join as a collaborator and be granted such powers, I just have no idea how it works

ericlyon commented 3 years ago

Of course. I know next to nothing about how to use Github, so I'm not sure what I need to do, if anything. Are you not able to submit Pull Requests right now?