If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
what is the MANUAL way to trigger ADSR (without MIDI)?
7 posts
• Page 1 of 1
what is the MANUAL way to trigger ADSR (without MIDI)?
hello to all
i have search without success a way to MANUALLY trigger ADSR module, without MIDI
i have tried all (?) modules i can get on the forum, in vain
please, what is the way to mimic simple standard BOOLEAN to trigger the GATE of ADSR
thank for reading
(and thanks for answers...)
i have search without success a way to MANUALLY trigger ADSR module, without MIDI
i have tried all (?) modules i can get on the forum, in vain
please, what is the way to mimic simple standard BOOLEAN to trigger the GATE of ADSR
thank for reading
(and thanks for answers...)
- payaDSP
- Posts: 27
- Joined: Fri Aug 22, 2014 10:11 am
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
ADSRs are intended to be used in a poly (white) stream. To function in a poly stream, a “channel” has to be opened, and this is done by the MIDI system.
When you play a note, the Env prim that controls the envelope generator is started by the FlowStone software. Most envelope generators allow you to choose a “Gate” mode in the properties view, and this means you can decide when to fire or re-trigger the envelope generator, via a poly bool signal. This will only work if a channel is open and the ADSR sees a path to the poly to mono prim at the end of the signal chain.
If you decide to use an ADSR in a mono (blue) situation you have to simulate the control signals you would get from an Env prim to control the ADSR phase. This is because, in a mono signal chain, the “channel” is always open and running. If you used the Env prim here, the ADSR would always be stuck in the sustain phase.
There is an example of this mono ADSR configuration in my Quilcom TERRORMIN, which is all done in mono and green. Here the ADSR is controlled by a green integer control signal (the mouse handling is all in green) but you could control it with a suitable DSP code, running in blue.
Hope this helps.
Cheers
Spogg
When you play a note, the Env prim that controls the envelope generator is started by the FlowStone software. Most envelope generators allow you to choose a “Gate” mode in the properties view, and this means you can decide when to fire or re-trigger the envelope generator, via a poly bool signal. This will only work if a channel is open and the ADSR sees a path to the poly to mono prim at the end of the signal chain.
If you decide to use an ADSR in a mono (blue) situation you have to simulate the control signals you would get from an Env prim to control the ADSR phase. This is because, in a mono signal chain, the “channel” is always open and running. If you used the Env prim here, the ADSR would always be stuck in the sustain phase.
There is an example of this mono ADSR configuration in my Quilcom TERRORMIN, which is all done in mono and green. Here the ADSR is controlled by a green integer control signal (the mouse handling is all in green) but you could control it with a suitable DSP code, running in blue.
Hope this helps.
Cheers
Spogg
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
thank you very much answering
it s now much clear for me
i will see your exemple for mofified ADSR
if i understood, the only way to trig standard ADSR is to send artificial MIDI signal ?
is it right ?
can it be done this way ?
it s now much clear for me
i will see your exemple for mofified ADSR
if i understood, the only way to trig standard ADSR is to send artificial MIDI signal ?
is it right ?
can it be done this way ?
- payaDSP
- Posts: 27
- Joined: Fri Aug 22, 2014 10:11 am
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
Well, I guess you could express it that way!
But what you say implies that you are dealing with MIDI-type signals in some way.
If you use a MIDI event prim, and feed the note on/off MIDI data events into the standard MIDI/VOICE prim pair, you could indeed fire off the ADSR (in poly) with no keyboard or other MIDI input. That would be one way to go.
As I said above, you can trigger an ADSR by simulating the action of the Env prim with the ADSR running in blue. You don’t need any MIDI signals at all in that situation.
Maybe you could describe your vision of exactly what you wish to achieve, so we can then discuss options further…
Cheers
Spogg
But what you say implies that you are dealing with MIDI-type signals in some way.
If you use a MIDI event prim, and feed the note on/off MIDI data events into the standard MIDI/VOICE prim pair, you could indeed fire off the ADSR (in poly) with no keyboard or other MIDI input. That would be one way to go.
As I said above, you can trigger an ADSR by simulating the action of the Env prim with the ADSR running in blue. You don’t need any MIDI signals at all in that situation.
Maybe you could describe your vision of exactly what you wish to achieve, so we can then discuss options further…
Cheers
Spogg
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
it is exactly what i am looking for: trigger notes WITHOUT any human action (like domotic timer)
(indeed i have most skill with domotic than music,midi,dsp...)
this could make autonome random noise box like wind , waves or chimes...
i have look your own ADSR, i must admit there shadow zones for me here .
but i will work on this...
i have made a simple random generator of trigger ON/OFF wich works well for lighting a LED, but not suitable for more standard sound generation
perhaps you known already existing "random box" wich could be starting point for this project ?
Thanks again for your help
(indeed i have most skill with domotic than music,midi,dsp...)
this could make autonome random noise box like wind , waves or chimes...
i have look your own ADSR, i must admit there shadow zones for me here .
but i will work on this...
i have made a simple random generator of trigger ON/OFF wich works well for lighting a LED, but not suitable for more standard sound generation
perhaps you known already existing "random box" wich could be starting point for this project ?
Thanks again for your help
- payaDSP
- Posts: 27
- Joined: Fri Aug 22, 2014 10:11 am
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
Have a look at my old Christmas Belly.
There’s lots of "random" stuff in there you might find interesting and possibly useful.
viewtopic.php?f=3&t=9760&p=37038&hilit=christmas+belly#p37019
Have fun!
Spogg
There’s lots of "random" stuff in there you might find interesting and possibly useful.
viewtopic.php?f=3&t=9760&p=37038&hilit=christmas+belly#p37019
Have fun!
Spogg
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
i think this will be also long time to understand this christmas gift
thank you for your two examples
i will look deep inside to progress on my project
thank for your help
regards
thank you for your two examples
i will look deep inside to progress on my project
thank for your help
regards
- payaDSP
- Posts: 27
- Joined: Fri Aug 22, 2014 10:11 am
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 94 guests