Breakpoint envelope/function component

re http://www.rawmaterialsoftware.com/juceforum/viewtopic.php?t=2834

ok, it was easier than I thought it was going to be to get my head round making Juce components, I have a basic point/line editor whose handles are appropriately constrained. click to add, shift-click to remove points. It has no other functionality yet!

http://164.11.131.73/svn/CEMS/mt/msc/gp/trunk/src/MyEnvelopeComponent.cpp
http://164.11.131.73/svn/CEMS/mt/msc/gp/trunk/src/MyEnvelopeComponent.h

The editor handles are in hot pink in homage of haydxn’s tutorial!