Monophonic retriggering behavior within Wavetable Synth?
-
Hello All!
I am looking to re-create the "one-shot" sampler type behavior but within the Wavetable Synth.
Basically when i hit the next note, regardless of release time, The synth will stop and play another note.
Like a choke if you will.
Let me know if this is possible even....
Ive tried the legato with retrigger midi script but nothing happens maybe im doing it wrong.
Thanks!
-
@FatMitchell - you are just describing a mono synth right?
-
@Lindon yea simple as that. Can’t figure it out. Release times always overlap
-
@FatMitchell said in Monophonic retriggering behavior within Wavetable Synth?:
@Lindon yea simple as that. Can’t figure it out. Release times always overlap
.but thats pretty normal...its more "musical" no?
-
well normally I would just point you at Synth.noteOffByEventId()
but heres a snippet that i think should work but isnt working on my machine..how odd...
HiseSnippet 981.3oc4W0siaSDEdbRbUsKTQQnJtzZuJqnMJAJsztpzc27SUDM6FsdaK2UM093jQq8LtiGGHB02Edj3QouAvYrSVaGbWBgVt.7EQ47q+ly7cNy3oRgGjjHjDCqyWFCDiOwzcIWMu+bJiSFOfXbSyIzDEHcxUc7xXZRB3SLLZ9TsBCqVjrm28jiogTtGTnhPdgf4AOiEwTEZmd3OvBCGQ8gyYQk79dGN1Sv6KBEoHdZZ1kDS8tfNCNgpcqgIw3ZC8YJgzUQUPBwn0wB+ktyE+DO2+WvRXuNDzB8HtXhxUORD5qQr9+j9yYg9SWutSHDCyoEUgl4UguvbBymco9hpwmkYvoHhx0CiFUgWyJvq26Cd0.IiRPpUNjtkoqmjEqJrnwyMLGywMm.JV1KCkbeIM9UCy9BzCtpSD8BXjDEtLh12ua263f+r+A11KnRmnkmHTv3ANO14tO7gGDjx8TLA2Qv05Ok2de6ew1BSXhHD5DKYbU68lFRWx3ydzdNekyDDY3FVmYfZ3B7kN1u895jawBZeYx+dcx221BS0l4ZH2ecpV6NFtkUFmrCWChffiWtN2U7YCvaa8V6x5pCZGX+VamMWkAA4KyMroKiRQXHHq0rlJKup.aySidMHuiyBZXJboi39aURy01NRiW9tZIGE7wbl5zXXkbAquWMTLxJZA9umOd.UQ0rtU5P+hAohogiw.XA1BmyAsLG.IWnDwXS7ehfhsFB+zPppZ+hdHwJCX8nBIUSD4IL0xxCQ1rIp06udzs1d7ZWsaIbuk4Tlxad83sQM3EqZerw6pQRep4vf.vSU.1Vli9wqb9yGbnbybnbCSWFGx5Iy.xsyjcdIcA37TfCRcQs2UbTwussGUDu0GUbpmBe8mKo7jXQRkD6BQryEbcEoP4ySvggvaNSuKWVeeAUVqo28jQ3hr1XbopTYFc4nHQJWUgdzbq2SJ2dWsqoj+0bXQqOVmeskX8CSq2+7IEM2N59ewwsVqwnKKJNDFxW.g33vLL9437u.ZZnZs1pj7IBtHdtfy7Jy.NCTR1rYfrL1qcAcjRgW3orlyfPfVlMu2gOCYgTIVmfcrV72+pG0te8kl4v0Q2Y57eiI7M++4D9yDoJ7ZWSnHQ8mw6CeRZjKNX0CPjv4PH9hLMZnGNlK2UKmOYk6mI763yJi8zxFqL1asw+UdGQTOo3Ud422RykudlFbcyy9BBK7SYPYmdjr6fgwY1sSWRDNQ7Udd5x8cw5S8w706PLeyNDy81gX91cHl6uCw7fcHlu6JiQeXzQoJQTdqHpX5vrKiZXLjSQlbFqm7Gv3ikd2
-
@Lindon not in the case of bass, I’m trying to create a monophonic bass instrument with a wave table module. This should def be possible….I’d imagine
-
@FatMitchell I have a monomode script, designed for use with the sampler, might work with the wavetable synth though https://github.com/davidhealey/HiseUtilityScripts/blob/master/modules/MonoMode.js
-
@d-healey I shall try this. If it’s not possible I would be very sad. Trying to make a fire 808 instrument I’m almost there! So fun….
-
Update: a combo box linked to the voice limit, set to 1 will force mono on wavetable synth module. Thanks!!!