derek holzer wrote:
I can't recall which waveforms get
used in Frank's thingee
It defaults to square.
While we're on the topic, I was wondering if someone could take a swing
at a simple frontend to this very same LADSPA plugin (analogueOsc) that
I just built. While Frank's abstraction works fine, my rather simple GOP
patch only produces a quiet fuzz, and I can't for the life of me figure
out what I'm doing wrong. I've tried to build two other similar LADSPA
frontends and they also don't work for mysterious reasons. At first I
thought plugin~ was buggy with .38-2, but like I said, Frank's works fine.
Thanks,
Ian
Ian Smith-Heisters wrote:
Well, pianoroll works under OSX, I think maxlib does too. Then you
just need to replace the LADSPA plugins, or perhaps not, I wouldn't be
surprised if fink had some LADSPA OSX thingie. Even if not, all it
uses from LADSPA is an oscillator and the vcf303, which I'm not sure
how you could replace. Bottom line is you could probably get it
working to some degree with a bit of work.
--
Ian Smith-Heisters
http://www.0x09.com
#N canvas 457 451 110 140 10;
#N canvas 725 492 450 300 guts 0;
#X msg 21 132 print;
#X msg 60 110 control #1 $1;
#X msg 180 139 control #2 $1;
#X obj 138 238 outlet~;
#X obj 11 10 cnv 1 1 20 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 257 3 cnv 1 1 20 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 60 162 plugin~ analogueOsc;
#X msg 278 117 control #3 $1;
#X msg 286 139 control #4 $1;
#X obj 16 12 r $0-s_ctrl_waveform;
#X obj 262 5 r $0-s_ctrl_freq;
#X obj 273 27 cnv 1 1 20 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 278 29 r $0-s_ctrl_warmth;
#X obj 286 53 cnv 1 1 20 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 291 55 r $0-s_ctrl_instability;
#X obj 33 45 sel 0 1 2 3;
#X msg 29 74 sin 1;
#X msg 76 75 tri 2;
#X msg 129 74 squ 3;
#X msg 178 74 saw 4;
#X connect 0 0 6 0;
#X connect 1 0 6 0;
#X connect 2 0 6 0;
#X connect 6 1 3 0;
#X connect 7 0 6 0;
#X connect 8 0 6 0;
#X connect 9 0 15 0;
#X connect 10 0 2 0;
#X connect 12 0 7 0;
#X connect 14 0 8 0;
#X connect 15 0 16 0;
#X connect 15 1 17 0;
#X connect 15 2 18 0;
#X connect 15 3 19 0;
#X connect 16 0 1 0;
#X connect 17 0 1 0;
#X connect 18 0 1 0;
#X connect 19 0 1 0;
#X restore 7 6 pd guts;
#X obj 60 6 outlet~;
#X obj 8 38 nbx 5 14 -1e+37 1e+37 0 0 empty $0-s_ctrl_freq freq 0
-6 1 8 -262144 -1 -1 352 256;
#X obj 9 90 hsl 90 15 0 1 0 0 $0-s_ctrl_warmth empty warmth -2 -6
1 8 -262144 -1 -1 6300 1;
#X obj 9 122 hsl 90 15 0 1 0 0 $0-s_ctrl_instability empty instability
-2 -6 1 8 -262144 -1 -1 3800 1;
#X obj 7 59 hradio 15 1 0 4 $0-s_ctrl_waveform empty empty 0 -6 0
8 -262144 -1 -1 2;
#X connect 0 0 1 0;
#X coords 0 0 1 1 90 125 1;