Simple Question About minim: MonitorInput
in
Core Library Questions
•
8 months ago
I'm new and confused.
There is a get() function in the code of MonitorInput and when i look what it does in the reference it says it relates to color and pixels. So why would they use this function in this manner
line( i, 150 + in.right.get(i)*50, i+1, 150 + in.right.get(i+1)*50 );
is it an abbreviated version of getLineIn() ?
1