Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix [route] rejected output for bang input with float arguments #1680

Merged
merged 3 commits into from May 30, 2022

Conversation

porres
Copy link
Contributor

@porres porres commented May 30, 2022

currently, nothing is output, this fixes it

closes #1678

currently, nothing is output, this fixes it

closes pure-data#1678
@porres
Copy link
Contributor Author

porres commented May 30, 2022

@umlaeute would you consider this as a fix for the development branch?

src/x_connective.c Outdated Show resolved Hide resolved
@Spacechild1
Copy link
Contributor

Spacechild1 commented May 30, 2022

From the PR description I don't really understand what problem it tries to solve. Can you share a minimal patch? (screenshot is ok)

Unfortunately, the corresponding issue (#1678) isn't any clearer :-)

@porres
Copy link
Contributor Author

porres commented May 30, 2022

sending a bang into [route] with float arguments should send a bang to the rightmost rejected outet, but nothing happens...

Screen Shot 2022-05-30 at 18 46 59

@Spacechild1
Copy link
Contributor

I see, thanks! From the description I thought you meant [route float] :-)

@porres
Copy link
Contributor Author

porres commented May 30, 2022

From the description I thought you meant [route float] :-)

Oh, I see that now... well, seems like a simple bug fix, hopefully this is considered a no brainer and included in the development branch

@Spacechild1
Copy link
Contributor

Spacechild1 commented May 30, 2022

Also seems like a no-brainer to me, expect for this line

@porres

This comment was marked as resolved.

reducing number of redundant lines
src/x_connective.c Outdated Show resolved Hide resolved
@Spacechild1 Spacechild1 changed the base branch from master to develop May 30, 2022 23:29
@Spacechild1 Spacechild1 merged commit 03e30d3 into pure-data:develop May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[route] doesn't reject "bang" with float arguments
2 participants