Search found 3 matches

by jugwine1
Tue May 16, 2023 1:49 am
Forum: Module Designer
Topic: How to asign AnalogOscillator() output to a jack?
Replies: 4
Views: 1206

Re: How to asign AnalogOscillator() output to a jack?

I figured it out.

Put this inside

Code: Select all

ProcessSample()

Code: Select all

    outputJack1.SetValue(osc1.GetPulseValue());
    osc1.AdvanceSample();
by jugwine1
Mon May 15, 2023 11:28 pm
Forum: Module Designer
Topic: How to asign AnalogOscillator() output to a jack?
Replies: 4
Views: 1206

How to asign AnalogOscillator() output to a jack?

Hi. I've entered the world of module development. I'm working my way through the documentation.. which is OK.. but I'm struggling to figure out how to connect the output of an AnalogOscillator to an outputJack.

Could someone provide a code snippet? Thanks

Go to advanced search