atp
New Member
Posts: 8
Posts: 8
|
Post by atp on Nov 2, 2018 10:28:31 GMT 1
Good day, I am currently in the making of a drum module VST plugin. I have created a module which is able to pass through a gate voltage to a specific drum instrument depending on the midi patch. I attached some velocity controlled wave players and used my drum to test the functionality of the whole module. My problem is that whenever I play a fast rudiment, e.g. rolls, etc, the sound of my sample is directly cut off, respectively sounds extremely unnatural. I looked at the Midi to CV parameters and experimented a little bit. I found out that the polyphony type soft steal creates the best result. Nevertheless, I still find it very unnatural and clipped. Since some of you are probably more familiar with the Midi to CV parameters, could anybody give me the best parameters for my drum module? I'll attach the project file of my drum module with one velocity controlled wave player, as well as some screenshots. I'd be really thankful for any help! Sincerely, Roland Fuhrmann Attachments:Polyphony Tests.se1 (40.95 KB)


|
|
|
Post by Rob on Nov 11, 2018 15:49:17 GMT 1
I have no solution for your issue, would suggest asking Jeff to look at this. Maybe another mode can be added to fit your usecase ( feature request ).
|
|
|
Post by KlangManipulation on Nov 21, 2018 16:14:29 GMT 1
uhhm yes, the polyphony settings are missing... in SE 1.1 there was a parameter to set poyphony up to 128 voices. also there was a way to set a container to mono. what happened? that are important settings! you can still see it if you view the help of the module...
|
|
|
Post by parenteau on Nov 27, 2018 13:39:56 GMT 1
KlangManipulation, When I made Drum Module: sites.google.com/site/jwpsite/home/audioplugins/instruments/drummoduleI discovered that the standard MIDI-CV will somewhat "trim" the decay/release after "Note Off" message is sent. I ended up using MIDIFilter+ to send only the "Note on" message. For some reason (and lucky) the ADSR would re-trigger even though the "Note on" message remained 10. A complication arose when I had to deal with the High-Hat which require a "choke" for closed/pedal/open stopping each other from going full cycle. This also resulted in me removing the extra "key triggers" for the bass drum, snare drum, and toms. The algorithm for dealing with this was to send a "Note off" from MIDIFilter+ to the other triggers allowing the ADSR to return to 0. I didn't re-implement this algorithm for the alternate triggers but kept it in the High-Hats, due to time constraints. For Synthedit SDK3 modules, MIDIFilter+ is not usable anymore. An alternative algorithm is to find a way to simulate what the MIDIFiter+ did. Hope this helps. On another note, I noticed you experience downtime with your web host. I do my best to keep tabs an 3rdparty modules. Consider using Google sites to host your pages. sites.google.comNo downtime/bandwidth limit/forced ads/fee and you can even use your own domain (if your domain provider allows this). I the prefer classic version(more flexability. Files can be hosted through drive.google.com (15 GB, unlimited photos) Best regards, Justin
|
|
|
Post by KlangManipulation on Dec 5, 2018 16:05:51 GMT 1
hi, thanks for the google sites tip but i am already working on a new own design with html5 and css. that's why i need an own web-space. i think my page will be back January 2019 at my old domain.
|
|
|
Post by parenteau on Dec 7, 2018 2:54:37 GMT 1
hi, thanks for the google sites tip but i am already working on a new own design with html5 and css. that's why i need an own web-space. i think my page will be back January 2019 at my old domain. I've seen columns explaining how to host a web site from dropbox or GitHub. The only restriction that I can assume is no server side scripts. I prefer Google for it's WYSIWYG system, and the effortless conversion to mobile. I used to code html and javascipts and started looking at PHP and asp but it takes way to much time for so little return. Anyway, the focus is to keep cost down, expecially if the website isn't generating revenue to cover it's cost.
|
|