Hi, I'm trying to learn PD and stuck with a problem: I create oscillators (that works fine) and want them to make graphic output in arrays/graphs. Nothing happens though. What do I need to do?
The patch looks like:
[Hslider]
|
[mtof] bang or toggle
| /
[osc~] [metro 100]
|\ \/
[dac~] [tabwrite~ sine]
so the right part doesn't produce anything. Should I explicitly make an array? and somehow feed infos into it? or is anything wrong with settings?
thanks for any feedback.
Lena