Mercurial > hg > soniczoomios
comparison AppCore.mm @ 45:c2fffc8ea84d
10 timbre params.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 23 Apr 2013 18:29:55 +0100 |
parents | b91a1859829a |
children |
comparison
equal
deleted
inserted
replaced
44:a1e75b94c505 | 45:c2fffc8ea84d |
---|---|
48 | 48 |
49 // audio processing on | 49 // audio processing on |
50 pd.start(); | 50 pd.start(); |
51 | 51 |
52 // open patch | 52 // open patch |
53 Patch patch = pd.openPatch("synth5param.pd"); | 53 patchName = "synth10param.pd"; |
54 Patch patch = pd.openPatch(patchName); | |
54 cout << patch << endl; | 55 cout << patch << endl; |
55 | 56 |
56 | 57 |
57 } | 58 } |
58 | 59 |