<div dir="ltr">I&#39;ve got a six voice synth, each with about 20 variable parameters, and then sequence data, etc... and all of this data is being stored by the objective C front-end of my app.  <div><br></div><div>can someone tell me, hopefully from experience, what the best format is to send a lot of pattern data between obj C and libPD ???  should i package all the data as one huge list, or break it all into individual variables, or is it ok to organize it into groups for ease of management.  </div>
<div><br></div><div>my plan was to send messages like this from obj C:</div><div><br></div><div>to [r instr1_pattern_data] :  [vol 0.8, pan 0.5, pitch 0.75, param1 0.99 ... etc]</div><div><br></div><div>actually, i&#39;m not the one doing the C coding, i&#39;m, just doing the pd side, but i have to prepare things on my end to make it flow as well as possible. Overall, i think there about 1400 values that need to be passed for every pattern, so it probably does need to be as well streamlined as possible.</div>
<div><br></div><div>cheers for any help</div><div><br></div><div>Matt</div><div><br></div></div>