heartbeat_sensing 
Vars | |
| black_white_matrix | A matrix that turns everything except #ffffff into pure blackness, used for our images (the outlines are #ffffff). |
|---|---|
| client_colour | Ref of the client color we give to the parent. |
| cooldown_last | Cooldown for the heartbeat sensing. |
| cooldown_time | Time between heartbeat sensings. IMPORTANT!! The effective time in local and the effective time in live are very different. The second is noticeably slower. |
| fade_in_time | Time for the image to fade in. |
| fade_out_time | Time for the image to fade out and delete itself. |
| image_expiry_time | Time for the image to start fading out. |
| receivers | Associative list of receivers to lists of atoms they are rendering (those atoms are associated to data of the image and time they were rendered at). |
Var Details
black_white_matrix 
A matrix that turns everything except #ffffff into pure blackness, used for our images (the outlines are #ffffff).
client_colour 
Ref of the client color we give to the parent.
cooldown_last 
Cooldown for the heartbeat sensing.
cooldown_time 
Time between heartbeat sensings. IMPORTANT!! The effective time in local and the effective time in live are very different. The second is noticeably slower.
fade_in_time 
Time for the image to fade in.
fade_out_time 
Time for the image to fade out and delete itself.
image_expiry_time 
Time for the image to start fading out.
receivers 
Associative list of receivers to lists of atoms they are rendering (those atoms are associated to data of the image and time they were rendered at).