[PD] bang vs empty list

Jonathan Wilkes jancsika at yahoo.com
Tue Feb 26 02:17:50 CET 2013


Seems like for any object that doesn't have a bang method nor list method, an empty list silently gets discarded.

compare

[bang(
|
[sin]

to

[list(
|
[sin]

or, more likely

[bang(

|
[t a]
|
[sin]

Same for [select] and many others.

Is there a way to fix this?

-Jonathan




More information about the Pd-list mailing list