[maxmsp] Re: Comparing current value and previous value in a list
Martin
martini1 at gmx.at
Sun Mar 2 15:17:47 MST 2008
- Previous message: [maxmsp] Re: Comparing current value and previous value in a list
- Next message: [maxmsp] Reading Manuals: friendly advice - not complaint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: spondoo at hotmail.com wrote on Sun, 02 March 2008 05:49 ---------------------------------------------------- > Hi sorry just had a look and I understand what is going on now! Based on that patch, would it be possible to create something that takes in acceleration values and only sends an output if they fulfill a condition. > > That the acceleration value is between the maximum and minimum trigger threshold, e.g. >= 120 && <=130. Your answer is in the question. Use >= and <=, or && or [split 120 130]. Look at the help-files for all of these and all the other associated objects. That should give you a good idea of what is possible... and you will have the satisfaction of having figured it out yourself rather than getting a patch from someone... > > If it is between the threshold, before the acceleration value is sent out, It needs to check if it has increased by more than 20 after less than 30 milliseconds since the last hit and if it has then, its value will be subtracted by a certain amount before being outputted! Maybe look at timer???
- Previous message: [maxmsp] Re: Comparing current value and previous value in a list
- Next message: [maxmsp] Reading Manuals: friendly advice - not complaint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
