print string

print object - prints integers on change, max 1/sec
Author: Mark Harris
License: GPL
Github: rbrt/disp/print string.axo

Inlets

charptr32 string

bool32 trig

Outlets

None

Declaration
bool trig;
Control Rate
if (inlet_trig && !trig) {
  trig = 1;
  LogTextMessage(inlet_string);
}
if (!inlet_trig)
  trig = 0;

Privacy

© 2024 Zrna Research