Search found 9 matches

by jacob
Sat Jul 13, 2013 2:09 pm
Forum: General
Topic: Plucked or exponential decay
Replies: 3
Views: 11444

Re: Plucked or exponential decay

Maybe you could help me with this

What does the first part do?

8a97fuiz2i2.PNG

I see a knob value with 0-1 comes trough. But what is sharpness and scale for?

The result of the "exp" box is bewteen 0-10 - the scale float multiplied the 0-1 result up to 0-10.

Actually I can simply delete the ...
by jacob
Sat Jul 13, 2013 12:36 pm
Forum: General
Topic: Plucked or exponential decay
Replies: 3
Views: 11444

Re: Plucked or exponential decay

Great, that is exactly what I need. Also the Attack, Sustain and Release could be useful actually.

I guess I have to trim this down, understand it and create my own code to use.
by jacob
Fri Jul 12, 2013 11:21 pm
Forum: General
Topic: Plucked or exponential decay
Replies: 3
Views: 11444

Plucked or exponential decay

I would like to create a volume decay (envelope) like a plucked string has.

Like this one (hand drawn):

s97sg7f39hc87g9sdf52.jpg
I would like to be able to control with knobs the decay time (duration (0-20 seconds) from volume 1 to 0) and the amount of the exponential effect.

I could not find ...
by jacob
Wed Jul 10, 2013 8:11 pm
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

Re: How to not release a stream?

When I send the end signal with a code block to the env-module, is the voice then really stopped/ended? Because if it is still there but only with zero volume, it would need much cpu after I pressed some keys I guess.

By the way, what CPU usage should I try to keep in? Can I show the cpu usage with ...
by jacob
Wed Jul 10, 2013 6:03 pm
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

Re: How to not release a stream?

Ok I read about the different states of the envelope now :)

State 4 is what I needed. I have it done. It works. Tough I guess I have to clean everything up now :)

Tough I don't know why my setup is much less modules and code than the R-module... And why should I need that retrigger thing...


thanks
by jacob
Wed Jul 10, 2013 5:02 pm
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

Re: How to not release a stream?

It seems to work so far :)

But now I need a trigger to my code module where it says whether the key is released - then I can start my envelope. Any ideas?
by jacob
Wed Jul 10, 2013 9:22 am
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

Re: How to not release a stream?

I will try that thanks :)
by jacob
Tue Jul 09, 2013 9:43 pm
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

Re: How to not release a stream?

Because I want to manually manipulate/code the decay phase.

I tried trimming down the Release module to find the section which holds the note but could not find it.
by jacob
Tue Jul 09, 2013 5:07 pm
Forum: General
Topic: How to not release a stream?
Replies: 16
Views: 33950

How to not release a stream?

I'd like to know how I can hold a note/stream (for a specified time of ms) after the key on the midi keyboard is released.
As I want to add a short release envelope - like the already existing "R" (release) module does.