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
Midi gate counter problem
5 posts
• Page 1 of 1
Midi gate counter problem
Hi all.
I'm implementing midi control by notes for my filter and I'm having a problem.
I want the filter to change (doesn't matter in what way right now) incrementally every time a note is played so the filter would go through 1-stage when the 1st note is played, 2-stage when the 2nd is played etc.
so I used
The problem is I also get an increment whenever a note is let go.
I thought of using:
but the white-poly gate out of the "midi to poly" can't connect to the counter.
any suggestions?
Edit: As expected I managed to solve part of the problem(but not really...) within the code with some comparisons and dividing... it solves the problem in the case of every note having a trigger in the begning and the end but if one note starts in the middle of another the solution is no good.
I'm implementing midi control by notes for my filter and I'm having a problem.
I want the filter to change (doesn't matter in what way right now) incrementally every time a note is played so the filter would go through 1-stage when the 1st note is played, 2-stage when the 2nd is played etc.
so I used
- Code: Select all
Midi in->splitter(changed)->counter->ruby
The problem is I also get an increment whenever a note is let go.
I thought of using:
- Code: Select all
midi in->midi to poly->gate->greater than 0->counter->ruby
but the white-poly gate out of the "midi to poly" can't connect to the counter.
any suggestions?
Edit: As expected I managed to solve part of the problem(but not really...) within the code with some comparisons and dividing... it solves the problem in the case of every note having a trigger in the begning and the end but if one note starts in the middle of another the solution is no good.
- zoobooboozoo
- Posts: 32
- Joined: Tue Sep 23, 2014 12:14 pm
Re: Midi gate counter problem
your filter is for control stream or green part?
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Midi gate counter problem
Not sure I totally get the question.
My filter is DSP and there are green floats and one mono in going into it.
Actually, the part of the vst that is interacting with the midi notes is all ruby and floats...
My filter is DSP and there are green floats and one mono in going into it.
Actually, the part of the vst that is interacting with the midi notes is all ruby and floats...
- zoobooboozoo
- Posts: 32
- Joined: Tue Sep 23, 2014 12:14 pm
Re: Midi gate counter problem
Not sure if this is a factor for what you're doing but many keyboards send Note-on with Velocity=0 instead of note off. That will give you double counting if you're not looking for it.
- oddson
- Posts: 36
- Joined: Sun Jul 25, 2010 12:13 am
Re: Midi gate counter problem
Works great so far thanks. (I'll have to figure out some code for chords as well. Maybe one that doesn't count triggers if they arrive at the exact same moment)
- zoobooboozoo
- Posts: 32
- Joined: Tue Sep 23, 2014 12:14 pm
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 53 guests