On 9/15/06, Ollie Glass ollieglaskovik@gmail.com wrote:
2 Averaging the last 10 values received from a midi controller and outputting that average every time a control message is received.
Hi Ollie. Here's one way to do that. The setup on the right adds the 9 previous values to the new value and averages. The setup on the left moves the last 8 values up one in the table and puts the newest one in.
Put your cc input where the numberbox is and the output where the "print average" object is.