send string

send (to recv object), integer type
Author: Johannes Taelman
License: BSD
Github: rbrt/patching/send string.axo

Inlets

bool32 trig

charptr32 string

Outlets

None

Declaration
char _vi[16];
bool trig;
Control Rate
if (inlet_trig && !trig) {
  strcpy(&_vi[0], inlet_string);
  trig = 1;
}

if (!inlet_trig)
  trig = 0;

Privacy

© 2024 Zrna Research