a nice dub delay...

View: New views
4 Messages — Rating Filter:   Alert me  

a nice dub delay...

by boonier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Whats the key to writing a proper authentic-sounding dub delay?

i've written a very simple single delay line with feedback  & saturation, but I've got my ears set on something like the mda DubDelay. I has a lovely phasey character to it...

any ideas?


Re: a nice dub delay...

by unaudio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

well there should be a filter in the feedback line.. i'm not sure what exactly is an authentic sounding dub delay, but for me properly set up filter in the feedback path sounds dub enough.

On 1/12/07, boonier <smills@...> wrote:

Whats the key to writing a proper authentic-sounding dub delay?

i've written a very simple single delay line with feedback  & saturation,
but I've got my ears set on something like the mda DubDelay. I has a lovely
phasey character to it...

any ideas?


--
View this message in context: http://www.nabble.com/a-nice-dub-delay...-tf2962373.html#a8288324
Sent from the Supercollider - User mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list
sc-users@...
http://www.create.ucsb.edu/mailman/listinfo/sc-users



--
for my music go here:
http://www.sporadic-fault.co.nr
_______________________________________________
sc-users mailing list
sc-users@...
http://www.create.ucsb.edu/mailman/listinfo/sc-users

Re: a nice dub delay...

by Jan Trutzschler-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

the tape delay from the LocalIn helpfile might be a good starting  
point ...
//from the help file ...
(
z = SynthDef("tape", {
        var local, in, amp;
       
        in = AudioIn.ar([1,2]);
       
        amp = Amplitude.kr(Mix.ar(in));
        in = in * (amp > 0.02); // noise gate
       
        local = LocalIn.ar(2);
        local = OnePole.ar(local, 0.4);
        local = OnePole.ar(local, -0.08);
       
        local = Rotate2.ar(local[0], local[1], 0.2);
         
        local = DelayN.ar(local, 0.25, 0.25);
       
        local = LeakDC.ar(local);
        local = ((local + in) * 1.25).softclip;
               
        LocalOut.ar(local);
       
        Out.ar(0, local * 0.1);
}).play;
)

-jan

On Jan 12, 2007, at 12:13 AM, phundamental unaudio wrote:

> well there should be a filter in the feedback line.. i'm not sure  
> what exactly is an authentic sounding dub delay, but for me  
> properly set up filter in the feedback path sounds dub enough.
>
> On 1/12/07, boonier <smills@...> wrote:
> Whats the key to writing a proper authentic-sounding dub delay?
>
> i've written a very simple single delay line with feedback  &  
> saturation,
> but I've got my ears set on something like the mda DubDelay. I has  
> a lovely
> phasey character to it...
>
> any ideas?
>
>
> --
> View this message in context: http://www.nabble.com/a-nice-dub- 
> delay...-tf2962373.html#a8288324
> Sent from the Supercollider - User mailing list archive at Nabble.com.
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
>
>
> --
> for my music go here:
> http://www.sporadic-fault.co.nr
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://www.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://www.create.ucsb.edu/mailman/listinfo/sc-users

Parent Message unknown Re: a nice dub delay...

by Bobby Whelan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i dont know how useful this might be, in the summer a friend and I had a
gig as dub dj's, he played the records, and
I put delay on them using this patch, it has a tap-tempo control so you
can have the delay be a subdivision of the beat.
The delay input is gated with a .perc envelope, which (the slightly odd
part) is triggered from Pd, where I had a bonk~ object
looking for particular parts of the beat, eg the snare and the hihats.
The .perc envelope has a nice sound in this context, because you can add
delay to just these sounds. There is also a sampling part of the patch,
i cant remember whether it actually worked tho ;)

...it has a filter too, which is nothing special, use the T key to tap
the tempo, and the F key to switch the filter in/out.

(it requires BoxGrid)

http://www.soundingbody.co.uk/sc/synths/dubDelay.html



> Whats the key to writing a proper authentic-sounding dub delay?
>
> i've written a very simple single delay line with feedback  & saturation,
> but I've got my ears set on something like the mda DubDelay. I has a
> lovely
> phasey character to it...
>
> any ideas?
>
>
> --
> View this message in context:
> http://www.nabble.com/a-nice-dub-delay...-tf2962373.html#a8288324
> Sent from the Supercollider - User mailing list archive at Nabble.com.
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>






_______________________________________________
sc-users mailing list
sc-users@...
http://www.create.ucsb.edu/mailman/listinfo/sc-users