Home
last modified time | relevance | path

Searched refs:notifyShapeToGui (Results 1 – 8 of 8) sorted by relevance

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.hpp85 void notifyShapeToGui (ShapeIndex index);
H A DBHarvestr.cpp511 if (notify.shape[i]) notifyShapeToGui (ShapeIndex (i)); in run()
1517 void BHarvestr::notifyShapeToGui (ShapeIndex index) in notifyShapeToGui() function in BHarvestr
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/
H A DBSchaffl.hpp217 void notifyShapeToGui ();
H A DBSchaffl.cpp611 if (notify_shape) notifyShapeToGui(); in run()
1039 void BSchaffl::notifyShapeToGui () in notifyShapeToGui() function in BSchaffl
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DBShapr.hpp128 void notifyShapeToGui (int shapeNr);
H A DBShapr.cpp685 for (int i = 0; i < MAXSHAPES; ++i) if (scheduleNotifyShapes[i]) notifyShapeToGui (i); in run()
710 void BShapr::notifyShapeToGui (int shapeNr) in notifyShapeToGui() function in BShapr
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DBOops.hpp103 void notifyShapeToGui (const int slot);
H A DBOops.cpp1004 for (int i = 0; i < NR_SLOTS; ++i) {if (scheduleNotifyShape[i]) notifyShapeToGui (i);} in run()
1048 void BOops::notifyShapeToGui (const int slot) in notifyShapeToGui() function in BOops