Author |
Message |
Calude Voiot
Joined: Jul 05, 2005 Posts: 23 Location: Nyon Switzerland
G2 patch files: 5
|
|
Back to top
|
|
|
blue hell
Site Admin
Joined: Apr 03, 2004 Posts: 24163 Location: The Netherlands, Enschede
Audio files: 280
G2 patch files: 320
|
Posted: Sat Aug 13, 2005 4:07 pm Post subject:
|
|
|
Without looking at your patch, as I need the synths to run for some other purpose right now, but anyway.
After the note quantizer you can add an offset with the Level/LevAd module.
And when you do not need the quantization : use two constanst that output to a cross fader set into linear mode, the min max settings are very intuitive then.
Of course you could add a quantizer after the crossfade (set to full range). But things get a bit tricky then due to the rounding done by the quantizer and the crossfader being a bit off (well it seems to be so as I'm having a bit trouble to generate linearly distributed random that way, I'm not sure yet about that).
Jan. |
|
Back to top
|
|
|
Calude Voiot
Joined: Jul 05, 2005 Posts: 23 Location: Nyon Switzerland
G2 patch files: 5
|
|
Back to top
|
|
|
3phase
Joined: Jul 27, 2004 Posts: 1184 Location: Berlin
Audio files: 13
G2 patch files: 141
|
Posted: Sun Aug 14, 2005 8:11 am Post subject:
|
|
|
i would say you should scale the output of the random generator with an amplefier or 1ch mixer module down to a range where you just have a 16 step window... you can have a note quantizer afterwards set to 1..
and an offset module to bring the 16 steps in the desired range...
an ampmodule set to 0.125 should do the job...
if not set it to 0.14 and scale a bit more with an 1 ch mixer afterwards..
And set the random out to unipolar of cause |
|
Back to top
|
|
|
mosc
Site Admin
Joined: Jan 31, 2003 Posts: 18208 Location: Durham, NC
Audio files: 217
G2 patch files: 60
|
Posted: Sun Aug 14, 2005 9:29 am Post subject:
|
|
|
So, there are several modules that can scale a signal (mixer, note quantizer, multiplier, etc) and you can shift the signal with the level add module pretty easilly.
But how do you see what you are getting? We have talked on the Wish List that there is a need for some kind of "meter" module to let one see what the instantaneous value of a CV is. What is a good work around for this?
One trick I've used is to use the MIDI Control Send module to some CC in the same slot and then attach a constant module to that MIDI CC. Then the knob on the constant moves at the input to the Control Send changes. But that is a bit painful because of several warts. It doesn't seem to accurate and the constant only goes from 0-64 or -64 - 64. Sometimes you want to see 0 - 127.
Description: |
|
Filesize: |
20.3 KB |
Viewed: |
21248 Time(s) |
|
Description: |
CV Meter using MIDI CC Send module and Constant. |
|
Download (listen) |
Filename: |
CV Meter.pch2 |
Filesize: |
1004 Bytes |
Downloaded: |
2764 Time(s) |
_________________ --Howard
my music and other stuff |
|
Back to top
|
|
|
Calude Voiot
Joined: Jul 05, 2005 Posts: 23 Location: Nyon Switzerland
G2 patch files: 5
|
|
Back to top
|
|
|
mosc
Site Admin
Joined: Jan 31, 2003 Posts: 18208 Location: Durham, NC
Audio files: 217
G2 patch files: 60
|
Posted: Sun Aug 14, 2005 11:12 am Post subject:
|
|
|
Yes, the pseudoscope is very cool, but you can't read the numbers. _________________ --Howard
my music and other stuff |
|
Back to top
|
|
|
blue hell
Site Admin
Joined: Apr 03, 2004 Posts: 24163 Location: The Netherlands, Enschede
Audio files: 280
G2 patch files: 320
|
Posted: Sun Aug 14, 2005 11:22 am Post subject:
|
|
|
mosc wrote: | Sometimes you want to see 0 - 127. |
Set constant1 to unipolar ?
Jan. |
|
Back to top
|
|
|
mosc
Site Admin
Joined: Jan 31, 2003 Posts: 18208 Location: Durham, NC
Audio files: 217
G2 patch files: 60
|
Posted: Sun Aug 14, 2005 12:12 pm Post subject:
|
|
|
Blue Hell wrote: | mosc wrote: | Sometimes you want to see 0 - 127. |
Set constant1 to unipolar ?. |
In unipolar it goes from 0 to 64 in 0.5 increments. _________________ --Howard
my music and other stuff |
|
Back to top
|
|
|
blue hell
Site Admin
Joined: Apr 03, 2004 Posts: 24163 Location: The Netherlands, Enschede
Audio files: 280
G2 patch files: 320
|
Posted: Sun Aug 14, 2005 12:17 pm Post subject:
|
|
|
Yeah you're right ... I forgot ... we need a proper value display thingie damnit !
Jan. |
|
Back to top
|
|
|
3phase
Joined: Jul 27, 2004 Posts: 1184 Location: Berlin
Audio files: 13
G2 patch files: 141
|
|
Back to top
|
|
|
|