Signature
pd redefining mathematics |expr fact(0)|==0
-
slur
i found out that noise~ seems to be seeded only with something like $0+noise_count and not with a better seed like the current time
which leads to the result that if you use noise to control things like in the syn-rain from diy2 the output is always the same and completely reproduceable (well i didn't check if you can even get the same md5)so i did (a short and dirty) noiser~
i think i overdid it a little bit but at least it seams to give good resultsto see what i'm talking about open up the noiser-testing maybe 3 times
for your usual noise~ needs (above 1hz) noise~ should still be enough
-
slur
is it possible?
i need to send messages with $0 and similar... but
|$0( gets replaced to: 0 (as it should)
|$0( gets replaced to: $0 (like i want it, BUT if saved becomes |$\$0( )
|$\$0( gets replaced to: $\$0 (clearly not what i want!)and it seems that it is even impossible to generate a message with adddollar and similar to do what i want to
really annoying that i use more time to work around pd than to make nice things
i have attached a example but don't give me a f $0 solution... i need the $0 in a (auto generated) receive!
-
slur
how is it possible?
i guess its annoying to read 4 samples each output sample if you don't need exact timing but a lot delaylinesi know z~ but its not suitable for feedback
-
slur
my collection on more or less shareable stuff
i think msia3 and perk-eso3string may be the most interesting ones... and maybe keykontrol if someone gets what it doesits all the most recent versions so maybe some things in abstractions i put on here may have changed
ana-h10* is the h10 example as an abstraction
filewriter~ is for easy saving as .wav it has a build in clock and adds time and date to the filename specified by argument 1
keykontrol can make your keyboard into a theremin
the key-split's are unfinished and not standardised. they split the keyboard into different layoutsmono-freqshift does frequency shifting
the F version tries to prevent reflections at 0hz or the nyquistmono-gate is a complex gate with 3 inlets~
see help filemsia3 is my latest version of the oto-krümel patch. array based so it only works from -2 to 2 and it did give only ~ 10-20% performance improvement
oscil~ is a simple ugly stereo oscilloscope
perk-eso3string is a plucked string synth with 3 strings. basically a karplus strong, but extremely cpu hungry! If you can optimise it you are welcome.
Also i can't figure out if there is some usefulness in the feedback between different strings (Xfeed)syn-wobbel do you remember mr oizo?
--- unfinished ones
arrayclip~ a complex wave shaping abstractionbeatshuffle a abstraction to confuse an audio stream
comments, suggestions, improvements (performance!), money, pron, death threats and viagra are welcome
the different files are redundant
-
slur
my collection on more or less shareable stuff
i think msia3 and perk-eso3string may be the most interesting ones... and maybe keykontrol if someone gets what it doesits all the most recent versions so maybe some things in abstractions i put on here may have changed
ana-h10* is the h10 example as an abstraction
filewriter~ is for easy saving as .wav it has a build in clock and adds time and date to the filename specified by argument 1
keykontrol can make your keyboard into a theremin
the key-split's are unfinished and not standardised. they split the keyboard into different layoutsmono-freqshift does frequency shifting
the F version tries to prevent reflections at 0hz or the nyquistmono-gate is a complex gate with 3 inlets~
see help filemsia3 is my latest version of the oto-krümel patch. array based so it only works from -2 to 2 and it did give only ~ 10-20% performance improvement
oscil~ is a simple ugly stereo oscilloscope
perk-eso3string is a plucked string synth with 3 strings. basically a karplus strong, but extremely cpu hungry! If you can optimise it you are welcome.
Also i can't figure out if there is some usefulness in the feedback between different strings (Xfeed)syn-wobbel do you remember mr oizo?
--- unfinished ones
arrayclip~ a complex wave shaping abstractionbeatshuffle a abstraction to confuse an audio stream
comments, suggestions, improvements (performance!), money, pron, death threats and viagra are welcome
the different files are redundant
-
slur
i found freqshift~ in extended but it does some strange aliasing and did even produced extreme amplitudes... which i currently cant reproduce
so i did a first experiment myself
it is samplerate dependant and has other little bugs but i think its somehow better than freqshift~any suggestions ideas or whatever?
-
slur
i want to split a signal into high mid and low parts to process them differently and later mix them back together
also i want the 2 frequencys where the split happens to be changeable.
perfect would be a solution with which one could produce any number of different paths, but 3 should suffice.how can this be done?
thanks
-
slur
the abstraction made from this thread
i did what i could do
maybe the audio pros do know how to enhance the sound more
filtering maybe?
we could make a community project out of ithave fun
-
slur
even oversampling just doubles real block size
i want to build a feedback loop imitating in analogue circuits so i need low block sizes. 1 would be best. 64 would have resonant frequencies in the audible range.
should i report this as a bug?