Support

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

ADSR Mystery trigger

For general discussion related FlowStone

ADSR Mystery trigger

Postby payaDSP » Fri Aug 22, 2014 10:23 am

Hello to all;
I am new to DSP, and I start by the beginning
I play a little with examples.

My question is :
How is triggered ADSR standard module ? (I mean without connecting trigger)

I try to add a simple LED indicator which flash when ADSR starts.
No way (for me)

The workaround is to use a "MIDI LED" found on the forum (built from SPLIT MIDI).
It works, but an indicator on ADSR module itself should be more educative

anyone could help me ?
Thanks to all

(sorry for my wollapuck English)
payaDSP
 
Posts: 27
Joined: Fri Aug 22, 2014 10:11 am

Re: ADSR Mystery trigger

Postby payaDSP » Fri Aug 22, 2014 3:36 pm

After multiples tries:
i can see when ADSR send signal, reading it (or with cyto indicator)
i cannot transform this reading in simple flashing led

i manage to transform TRIGGER in BOOL but even with ticker to 100 there is no change at the end (reading or LED indicator). This is partially working, on the scope i can see sometimes TRUE signal, but not at every note.

adsr trigger indicator wip.fsm
(410.51 KiB) Downloaded 823 times


thanks for helping
payaDSP
 
Posts: 27
Joined: Fri Aug 22, 2014 10:11 am

Re: ADSR Mystery trigger

Postby Exo » Fri Aug 22, 2014 7:15 pm

Hey payaDSP, Welcome :)

The reason why it seems to not be working is because the trigger output gives a true bool for only the first sample. So it is true for an incredibility short period of time way too short to be picked up by a ticker 100.
The scope picks it up because it has a large window size (4096 samples) so if the bool is sent during the windows time frame it will show up.

What you need to do it use the "Gate" output of the midi to poly, this will give a bool that stays true while the note is pressed.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: ADSR Mystery trigger

Postby payaDSP » Sat Aug 23, 2014 8:08 am

Hello;

thank for your answer, this is what i suspected (i put tick100 instead of tick25 in the original scheme, but it misses a lot of key pressed)
anyway this is only the second part of my beginner's questions.

I dont understand how standard ADSR is triggered (no visible link with MIDI).
Could you explain this ?

Thanks again
PaYa
payaDSP
 
Posts: 27
Joined: Fri Aug 22, 2014 10:11 am

Re: ADSR Mystery trigger

Postby Nubeat7 » Sat Aug 23, 2014 9:02 am

inside the adsr module you can find the 'env' primitive (it is inside the gate module)
the envelope primitive starts the envelope automatically always when a polysignal (note) is generated, which happens in the the midi to poly module
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: ADSR Mystery trigger

Postby payaDSP » Sat Aug 23, 2014 10:09 am

thanks, I found it.
so it is a standard built-in module, but what i miss is how this module (which is connected to GATE ) can intercept GATE with this input left unconnected ?
this is only frustrating question :roll:

on the other hand is there a way to translate to POLYBOOLEAN to BOOLEAN ?
payaDSP
 
Posts: 27
Joined: Fri Aug 22, 2014 10:11 am

Re: ADSR Mystery trigger

Postby payaDSP » Sat Aug 23, 2014 5:17 pm

Thanks to all
i manage to workaround
MIDI > ADSR > envelope as 0,0,1,0 + gain at 0.9 (experimental) >poly to mono > mono to float > bool

fsm included (ADSR intercept.fsm)

adsr intercept 001.fsm
(65.73 KiB) Downloaded 846 times
payaDSP
 
Posts: 27
Joined: Fri Aug 22, 2014 10:11 am


Return to General

Who is online

Users browsing this forum: No registered users and 52 guests