lpe-circle_with_radius.h revision ecda720053ff791e35dae3c5c1177bc225b6cdf1
159N/A * LPE <circle_with_radius> implementation, see lpe-circle_with_radius.cpp.
159N/A#include "live_effects/effect.h"
159N/A#include "live_effects/parameter/parameter.h"
159N/A#include "live_effects/parameter/path.h"
159N/A#include "live_effects/parameter/point.h"
159N/A// Choose to implement one of the doEffect functions. You can delete or comment out the others.
6518N/A // there are all kinds of parameters. Check the /live_effects/parameter directory which types exist!