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

unpatch: patches are modified during transmission #37

Open
reduzent opened this issue Mar 18, 2022 · 2 comments
Open

unpatch: patches are modified during transmission #37

reduzent opened this issue Mar 18, 2022 · 2 comments
Labels

Comments

@reduzent
Copy link
Owner

Some objects in patches contain information about box width. The lines in patches containing box width information are broken up into two lines.

This:

#X floatatom 26 77 5 0 0 0 - - -, f 5;

is converted to:

#X floatatom 26 77 5 0 0 0 - - -;
#X f 5;
@reduzent reduzent added the bug label Mar 18, 2022
@reduzent
Copy link
Owner Author

Neither [textfile] nor [text ] are able to add messages ending in comma, although [text get] is able to distinguish between messages ending in comma (type 1) and message ending in semicolon (type 0). Although the files are modified, the end result is syntactically the same as the original. So, this modification is actually harmless. To avoid any future confusions, maybe all instruments and abstractions should be saved in the second form, so they won't get modified during transmission anymore.

@reduzent
Copy link
Owner Author

reduzent commented Mar 29, 2022

There is a feature request for puredata to allow [text set] and [text insert] to set a type. Once this is implemented, this issue can be addressed. However, it's actually only a cosmetic thing, not too important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant