load

Stops current patch, and loads a binary patch file with ".bin" extension from sdcard
Author: Johannes Taelman
License: BSD
Github: patch/load.axo

Inlets

bool32.rising trigger

Outlets

None

Attributes

table filename

Declaration
int ntrig;
Init
ntrig = 1;
Control Rate
if ((inlet_trig > 0) && !ntrig) {
  LoadPatch("attr_filename");
  ntrig = 1;
} else if (!(inlet_trig > 0))
  ntrig = 0;

Privacy

© 2024 Zrna Research