Author |
Message |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
Posted: Wed Oct 19, 2005 11:14 am Post subject:
Audio: 1sec --> 10sec |
 |
|
How can I stretch a 1s Audio snippet into a 10s thing?
More to the point:
I'm having a sequencer that controls the pitch of an oscillator. Now I want to prolong only one note out of that row and make it sound longer, but without using another oscillator (which I think wouldn't be elegant) and - of course - without stopping the sequencer to constantly change the pitch of the (one and only) oscillator.
Thanks for any tips. |
|
Back to top
|
|
 |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
Posted: Thu Oct 20, 2005 7:06 am Post subject:
|
 |
|
This is where I'm stuck: The loop captures the audio, but I don't know how to unfunny the sound. It either repeats itself or it doesn't sound like the original loop. I would like the audio capture to sound for e.g. 10 seconds.
 |
|
Back to top
|
|
 |
mosc
Site Admin

Joined: Jan 31, 2003 Posts: 18251 Location: Durham, NC
Audio files: 226
G2 patch files: 60
|
Posted: Thu Oct 20, 2005 8:21 am Post subject:
|
 |
|
I don't see what is so unelegant about using another oscillator/sequencer. I wish I could help, but I don't do much with the delay modules. _________________ --Howard
my music and other stuff |
|
Back to top
|
|
 |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
Posted: Thu Oct 20, 2005 8:54 am Post subject:
|
 |
|
It wouldn't be only one oscillator but a couple of them. I'm programming a repetitive piece by Terry Riley and only a few notes need to be held longer than all other ones. I would have to build (well, copy and paste) a new "sound block" for each of the longer notes and think that would be a waste of resources. And wasting resources is unelegant . |
|
Back to top
|
|
 |
mosc
Site Admin

Joined: Jan 31, 2003 Posts: 18251 Location: Durham, NC
Audio files: 226
G2 patch files: 60
|
Posted: Thu Oct 20, 2005 9:06 am Post subject:
|
 |
|
OK, each to his own, but if the timbre is supposed to be the same, then I would imagine that notes artifically extended with the delay modules would sound different.
BTW, I'd be very interested in hearing your final version. _________________ --Howard
my music and other stuff |
|
Back to top
|
|
 |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
Posted: Thu Oct 20, 2005 9:43 am Post subject:
|
 |
|
I'll send it to the forum, but it won't be tomorrow... |
|
Back to top
|
|
 |
deknow

Joined: Sep 15, 2004 Posts: 1307 Location: Leominster, MA (USA)
G2 patch files: 15
|
Posted: Thu Oct 20, 2005 9:56 am Post subject:
|
 |
|
one of the things that always amazes me about the g2 is the ability to do very short and accurate durration events.
i think you might be better off trying to sample either one or a specific number of waveforms rather than trying to "capture the sound". if you are using specific pitches, this should be doable. you will want to start sampling at the begining of a waveform, and stop at the end (zero crossing detector)....at this point, you end up using the delay as a "digital oscilator" rather than a loop.
deknow |
|
Back to top
|
|
 |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
Posted: Fri Oct 21, 2005 3:02 am Post subject:
|
 |
|
That's a cool idea and I'll try that in another patch. I got myself in trouble with routing all over the place so I organized the patch completely new and I will use extra oscillators now. It might me easier after all and I'm not sure if I'd really safe a lot trying to be elegant.
Thanks for your input and I will post the patch when I'm done. |
|
Back to top
|
|
 |
deknow

Joined: Sep 15, 2004 Posts: 1307 Location: Leominster, MA (USA)
G2 patch files: 15
|
Posted: Fri Oct 21, 2005 7:56 am Post subject:
|
 |
|
i spent some time screwing around with this yesterday ( i didn't get far, but i learned a lot).
i'll post back if i come up with anything that actually works. in the end, however, it might be cheaper to use another oscillator (but less elegant of course).
deknow |
|
Back to top
|
|
 |
Afro88

Joined: Jun 20, 2004 Posts: 701 Location: Brisbane, Australia
Audio files: 12
G2 patch files: 79
|
Posted: Fri Oct 21, 2005 7:22 pm Post subject:
|
 |
|
Why not use an event sequencer freezes the note on a high logic signal, by using a sample and hold on the envelope gate and note signals? That way the sequencer keeps running while the note and gate data is sampled and held. |
|
Back to top
|
|
 |
Afro88

Joined: Jun 20, 2004 Posts: 701 Location: Brisbane, Australia
Audio files: 12
G2 patch files: 79
|
|
Back to top
|
|
 |
sebber

Joined: Aug 27, 2004 Posts: 503 Location: Berlin
Audio files: 4
G2 patch files: 33
|
|
Back to top
|
|
 |
|