-
-
reflect_
hey all,
quick question, im looping a file with a bang and readsf~ but i get a click everytime it loops, is there a quick fix to this?
thank you... -
reflect_
so far i've used the metro and line objects to produce some short bursts, any ideas how to make this more interesting? all the best,
-
reflect_
hello all,
i wanted to ask for suggestions/tips/ideas on making electronic music like idm with gridlike percussion on pd without the use of externals, is it possible? if so.. do you have any methods you could share to get some results? thank you and all the best, -
reflect_
i usually use the delay~ object but want to do it without externals..
-
reflect_
hello,
how can i use delread~ delwrite~ to delay a signal by 20 seconds?
thank you -
reflect_
thank you for the tip!
could you explain how, if [*~0.5] lowers my volume
,[ *~ -1] is inverting the signal? -
reflect_
this is the patch i've been able to put together so far but I don't think it's doing the thing phase.pd
-
reflect_
thank you for the response,
is [*~ -1} a message box? because i can't send an audio signal into that.. -
reflect_
hi. would it be possible to create a (sample) player where only the difference of the soundfiles' phase is output?
where one loads in 2 samples and then listens to only overlapping phases or only different phases of both signals..
how would i start working towards this? all help appreciated -
reflect_
hello all,
are there symbols to use for specific searching in the pure data forum search engine?
f.ex. google has apostrophes like: "whatever you want to search", which gives results where exactly 'whatever you want to search' gets displayed.
in pd the engine gives you posts that would include the words: whatever, search, you, want, to (etc) which doesn't help when looking for a specific term...any tips on more effective forum use are welcome.. i want this so i dont have to ask a new question everytime i want to ask something and can browse the archives better.. thank you
-
-
reflect_
hello,
the ducking should be continuos..
for example: metro 1000 -> bang
bang -> triggers ducking in oscillator sum -
reflect_
hello all,
is there an easy way to volume duck / reverse envelope a sound that is playing?
i have many oscillators floating together into a *~ and wondered how i could make the whole thing stop for the time of a vline~ envelope or a slow metronome setting.also, how do i search the forum for results showing only the terms i'm looking for? On google it would be "volume ducking" but in the pd forums i then get most results that contain volume and ducking but not together..
thanks in advance.. -
reflect_
you could send them through the network via osc or fudi protocol.
in pd something like netsend -u 3001
and in python "open udp socket" but am no pro at this and not 100% if its the best method