Skip to content
ddf edited this page Mar 20, 2011 · 5 revisions

Minim Goals

before the next full release

  • explore any clicks found from Tritonus conversions

  • bugfix: multipleOutputs on UGen always causes division of uGenerate calls, but not all patches lead to out! I don't quite understand what the bug is here, maybe you can explain it to me over skype. gonna punt on this because is a hard problem and I don't want to rat hole. would rather crank out a bunch of examples.

  • need new documentation structure - start with outline and add to goals

    • remember mult output instances by Gireg)
    • reference digital audio (audacity?)
    • reference OO programming (processing? java?)
    • need "how to use this manual" which talks of simple cases before UGen
  • exponential envelopes and lines

  • look at Nicolas's style in Echo

  • send and receive UGens

  • compression

  • rename wavetable generators

  • reverb ugen

  • test pan ugen

  • eq ugen

  • crossfade ugen

  • get the sample playback UGen into a final form with added functionality???

  • ex - foldover

  • ex - ring modulator - how to construct

  • ex - freq modulator - how to construct

  • ex - drum machine - check examples w/ Minim distro

  • sample and hold UGen

  • add back Nicolas's random impulse wave generator

  • remove AudioOutput from unpatch if you can

  • ex - midi contol

  • does bus have problems w/ getLastValues()?

  • does the timing of when summer is patched in DefaultInstrument make a difference?

  • can the output parameter be removed from unpatch(output)?

  • compare style to the rest of processing

  • physical modeling ugens - piano, string

  • resonant filter

  • amplitude/envelope/rms follower

  • wavetable/oscillator time playback according to fn

  • analog distortion ugen

  • “noisegate” ugen

  • pitch shift ugen

  • flanger/phasor/chorus ugens

  • ex - what is visuwaveform

  • sample dropping UGen? (not necessary if random impulse envelope is available)

  • other math ugens

  • impulse generator

  • FFT analysis ugens

  • drawn wavetables

  • image to sound ugen

  • convolver ugen

  • move IIRFilter into ugens so UGenInput can be package-private?

  • unpatching of normal UGens (not just output)

Clone this wiki locally