loadmess
Emits a message when patch is loaded
Description
Outputs a message when the patcher is loaded (or in exported code, at code execution). The message is composed of any number of numeric arguments typed after the object name as arguments. Double-clicking the object in a locked patcher also outputs the message.
Inlets
input [bang]
A bang to the left inlet outputs the message (number or list).
Outlets
message [list]
The loadmess object's typed message is sent automatically when the patch is loaded. As with the loadbang object, you can also cause loadmess to send out its message by double-clicking on it in a locked patcher.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
input [bang]
A bang to the left inlet outputs the message (number or list).
startupbang [bang]
startupbang
See Also
Name | Description |
---|---|
loadbang | |
button | button |
loadbang | Sends a bang when patch is loaded |