
modular rapture (some new modules)
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
hi,
sorry for the inconvenience. you can download it
here (DrOsc) and here (FmDrOsc).
I've made two new cwmodular pages where every cwm module can be downloaded:
http://www.cwmodular.org/html/cwmmodulesa-m.html and http://www.cwmodular.org/html/cwmmodulesn-z.html , so I hope this won't occur in future.
furthermore, I corrected these nasty grafic bug in my modules, which made small text almost unreadable, and also did some other improvements.
all modules up-to-date download: http://www.cwmodular.org/CwmModules/cwm0AllModules.zip
new toys: wavOscChain8 (see http://www.cwmodular.org/html/sample.html) , stereoCrossPhaser ( http://www.cwmodular.org/html/modulation_fx.html ) and eventDelayLong ( http://www.cwmodular.org/html/delay.html ).
sorry for the inconvenience. you can download it
here (DrOsc) and here (FmDrOsc).
I've made two new cwmodular pages where every cwm module can be downloaded:
http://www.cwmodular.org/html/cwmmodulesa-m.html and http://www.cwmodular.org/html/cwmmodulesn-z.html , so I hope this won't occur in future.
furthermore, I corrected these nasty grafic bug in my modules, which made small text almost unreadable, and also did some other improvements.
all modules up-to-date download: http://www.cwmodular.org/CwmModules/cwm0AllModules.zip
new toys: wavOscChain8 (see http://www.cwmodular.org/html/sample.html) , stereoCrossPhaser ( http://www.cwmodular.org/html/modulation_fx.html ) and eventDelayLong ( http://www.cwmodular.org/html/delay.html ).
-
- Posts: 1743
- Joined: Wed May 15, 2002 4:00 pm
- Contact:
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
ah! new toys.
as long as your Scope card hasn't got sufficient on-board memory, delays > 4 ms cannot be modulated w/o crackling. to avoid this, I made a different approach:
instead of modulating one delay, I combined several delays to achieve a similiar effect; I named it conseqDelay.
the result can sound like this (short del->long del), or that (long->short->long). together with a pitch shifter it's similiar to a tape echo: nice! .
the conseq delay consists of 16 single delays, and can easily be cascaded to achieve smoother transitions between the delays.
description& download: here ; (with link to example patch)
other new modules/bug fixes: MorphSwitchIR (connect a sync source to switch between snapshots), LFO Ax (unipolar mode corrected)

as long as your Scope card hasn't got sufficient on-board memory, delays > 4 ms cannot be modulated w/o crackling. to avoid this, I made a different approach:
instead of modulating one delay, I combined several delays to achieve a similiar effect; I named it conseqDelay.
the result can sound like this (short del->long del), or that (long->short->long). together with a pitch shifter it's similiar to a tape echo: nice! .
the conseq delay consists of 16 single delays, and can easily be cascaded to achieve smoother transitions between the delays.
description& download: here ; (with link to example patch)
other new modules/bug fixes: MorphSwitchIR (connect a sync source to switch between snapshots), LFO Ax (unipolar mode corrected)

Last edited by roy thinnes on Thu Jul 10, 2008 3:27 am, edited 2 times in total.
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
Re: modular rapture (some new modules)
i don tse any description at the link??
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
it's the right column, under CWModular delays: conseqDelay 

- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
Re: modular rapture (some new modules)
this is a very good idea! ( the conseqdelay).
I guess i could build this myself in modular, right? can you give me a basic description?
i want to experiment myself
thanks!
I guess i could build this myself in modular, right? can you give me a basic description?
i want to experiment myself
thanks!

- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
ok, the circuit is as simple as that
audioIn->delay1>delay2...delay17, whereas I've added a fb routine to the last delay.
(if you want to patch it yourself, you could as many delays as you want, with fb between any of the delays and so on.)
I would recommend to use the eventDelay (http://www.cwmodular.org/html/delay.html) for the single delays, it's very cheap dsp-wise.
audioIn->delay1>delay2...delay17, whereas I've added a fb routine to the last delay.
(if you want to patch it yourself, you could as many delays as you want, with fb between any of the delays and so on.)
I would recommend to use the eventDelay (http://www.cwmodular.org/html/delay.html) for the single delays, it's very cheap dsp-wise.
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
Re: modular rapture (some new modules)
thanks!
but how do you make the transitions between each delay? i dont really get this
i think of it like this:
one signal sent to 16 different delays.
Each delay has been set to faster times than the last one.
then i can do a "sweep" between each delay, resulting in a slow-fast delay sound.
it's the sweeping part i dont get.
i mean. i could connect 16 outputs ( starting with the slowest delay in the farthest right channel, ending with the fastest channel in the 16th channel slot.) to a mixer and then turn each channel up and down very fast from left to right... that would give me the desired effect.. but not done in a very nice way
thanks!
but how do you make the transitions between each delay? i dont really get this


i think of it like this:
one signal sent to 16 different delays.
Each delay has been set to faster times than the last one.
then i can do a "sweep" between each delay, resulting in a slow-fast delay sound.
it's the sweeping part i dont get.
i mean. i could connect 16 outputs ( starting with the slowest delay in the farthest right channel, ending with the fastest channel in the 16th channel slot.) to a mixer and then turn each channel up and down very fast from left to right... that would give me the desired effect.. but not done in a very nice way

thanks!
Re: modular rapture (some new modules)
conseqDelay nice module and nice idea. I test it today.
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
19thbear:
(delTime*(x+y))/x, whereas I used 100 for x, and -20 to 20 for y.
y defines the exp/log behaviour (=how fast/slow delaytimes decrease or increase).
in the conseqDelay module, this is controlled by the textfield next to the "info" button.
Kamil: hi!
check it, it's cool!
wrong- source->delayInput1; delayOutput1->delayInput2; delayOut2->delayIn3...one signal sent to 16 different delays.
the delayTimes increase/decrease is automized by this circuit:it's the sweeping part i dont get.
(delTime*(x+y))/x, whereas I used 100 for x, and -20 to 20 for y.
y defines the exp/log behaviour (=how fast/slow delaytimes decrease or increase).
in the conseqDelay module, this is controlled by the textfield next to the "info" button.
Kamil: hi!

- Ben Walker
- Posts: 824
- Joined: Mon Apr 23, 2001 4:00 pm
- Contact:
Re: modular rapture (some new modules)
What a great idea. Thanks again Roy,
Ben
Ben
-
- Posts: 292
- Joined: Thu Mar 03, 2005 4:00 pm
Re: modular rapture (some new modules)
thanks for all these modules
I'm getting a message though that I'm missing dsp ramp generator 1, this is connected to using sync station, anybody could get it to me?
thanks,
I'm getting a message though that I'm missing dsp ramp generator 1, this is connected to using sync station, anybody could get it to me?
thanks,
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
this is strange. you can dl it here.I'm getting a message though that I'm missing dsp ramp generator 1
just out of interest - when did you get this error message? (by loading what module?)
-
- Posts: 292
- Joined: Thu Mar 03, 2005 4:00 pm
Re: modular rapture (some new modules)
I get it when loading sync station
I have put all the dsp files that come with the package into place, but that ones not there.
thanks for the link
I have put all the dsp files that come with the package into place, but that ones not there.
thanks for the link
- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
some new modules:
delay200M/1000M/2000M - micro delays with time and fb modulation. description+dl http://www.cwmodular.org/html/delay.html
4x1 switch async - useful when connecting async sources with async destinations. description+dl http://www.cwmodular.org/html/switch1.html
delayAsync - FBconnector for async signals. description+dl http://www.cwmodular.org/html/converter.html
ControlUnit8F/9F - new background faders for morph time now allows controlling more channels in one module (see my Dr+BsNoise patch in the ModularPatches section) description+dl http://www.cwmodular.org/html/cwmorph1.html
MaxMinSync - 1:1 conversion of an interesting dsp. 2 inputs can act as input or threshold for the other input. description+dl http://www.cwmodular.org/html/mix_modifier.html
see_ya
delay200M/1000M/2000M - micro delays with time and fb modulation. description+dl http://www.cwmodular.org/html/delay.html
4x1 switch async - useful when connecting async sources with async destinations. description+dl http://www.cwmodular.org/html/switch1.html
delayAsync - FBconnector for async signals. description+dl http://www.cwmodular.org/html/converter.html
ControlUnit8F/9F - new background faders for morph time now allows controlling more channels in one module (see my Dr+BsNoise patch in the ModularPatches section) description+dl http://www.cwmodular.org/html/cwmorph1.html
MaxMinSync - 1:1 conversion of an interesting dsp. 2 inputs can act as input or threshold for the other input. description+dl http://www.cwmodular.org/html/mix_modifier.html
see_ya

Re: modular rapture (some new modules)
Nice color also 

- roy thinnes
- Posts: 651
- Joined: Thu Jan 09, 2003 4:00 pm
- Location: Graz
- Contact:
Re: modular rapture (some new modules)
Re: modular rapture (some new modules)
This looks great, Thank You.
I was always wondering why there wasn't a Reverb for Modular.
Can't try it till later on, but will definately try it out.
I like the post filters.
Thanks So Much.
I was always wondering why there wasn't a Reverb for Modular.
Can't try it till later on, but will definately try it out.
I like the post filters.

Thanks So Much.