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

Pd Protips #144

Open
diplojocus opened this issue Nov 30, 2016 · 1 comment
Open

Pd Protips #144

diplojocus opened this issue Nov 30, 2016 · 1 comment

Comments

@diplojocus
Copy link
Contributor

diplojocus commented Nov 30, 2016

Just starting a list of inconsistencies with Pd -> Heavy. While we try to create warnings/errors, some slip through or are trickier to check for right now.

Feel free to add any you find!

Unsupported Pd features

[set $1( // setting the contents of another message won't work (and might cause some funky stuff)

[sinesum ... ( // (generating wavetables) don't use this

[route bang] // specifically checking for a 'bang' string won't work

[t b]
|
[+ ] // banging the left inlet of an binary operator to retrieve its stored value (use an [f ] instead).

[paramA 100; paramB 20 ( // remote messages (use an actual [r ] object).

[f 1]
|
[lop~] // in Pd a lot of signal rate objects also accept control messages. Heavy mostly doesn't (add a [sig~] in between).

[pipe] does not support multiple outlets. Only use the left outlet.

[tabread~] and [tabread4~]: The right inlet (offset parameter) is unsupported.

Protips

Use the objects in https://github.com/enzienaudio/heavylib. These are specifically designed to work very well in heavy.

@diplojocus diplojocus changed the title Pd Does and Don'ts Pd Do's and Don'ts Nov 30, 2016
@mhroth mhroth changed the title Pd Do's and Don'ts Pd Protips Dec 14, 2016
@ylevtov
Copy link

ylevtov commented Jan 13, 2017

Any chance that the mixed formats issues for signal rate objects could generate a warning?

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

No branches or pull requests

2 participants