Using Sliderpack to control Polyphonic Filter doesn't work
-
Hi everyone,
I have a bug that I really don't know how to fix.
I want to use a Sliderpack that will be attached to every note on the keyboard.The sliderpack will then control the polyphonic filter and every time you press on a new note, the filter changes.
The problem is, the filter then changes for every note that was already pressed not for every note independently.
Is there a way to control the polyphonic filter for each note event?
-
Which parameter of the filter do you want to change? And what will the change be?
BTW, where do you see polyphonic filter? I only see mono filter.
-
Oh I see what it does. There is only one filter and it automatically decides between poly/mono based on the modulators you assign to its parameters. If you assign the note number modulator to the frequency parameter for example then it will be polyphonic. I assume you could then link your sliderpack to the note number mod.
Edit: I assumed wrong! @Christoph-Hart Could we get the ability to use referToData with the note number mod, or somehow be able to treat it like a slider pack? We can currently use it as a table processor but this seems to be very messy when accessing all 127 keys.
-
@d-healey
I want to control the Frequency.But you are right! I didn't thought of using the NoteNumber Modulator to control each note. Though, is there a really easy way to export a Sliderpack's data to the NoteNumber Modulator ? Or maybe change one key at a time?
-
@Alex-Paradis I've only been able to control it as a table processor with the
addTablePoint
command, but it's really messy so I don't think it's a good way to go (but try it and see). -
How do you do it? Do you have a Snippet?
I am trying on my own and it's weird :/ . it doesn't really work.
-
Something like this, but as I say it's messy (and probably won't work properly).
HiseSnippet 1312.3oc6X8zaaaCEmx1rc1ctXMnnq6lPvN3fkEX01zsghh5Dm3Bi1j3DmlsaALRzwDglTShJcFE8xNs8woeC5kgs66Cx52fsGojsjyzR8Ta2ZKpNXK936Q8iu+76IpdARWZXnL.YUc+w9Tj0Gi6OVnF1dHgIPc2.YcY7VjPEMvNVz5i8IggTOjkU46qEXUsBxb8h6sNgSDtzTQHzARlK8grQLUpzdsd.iy6P7n6yFkQ6a0pqqTzVxkQ.dJiah7ItmPNltMQqVILx5Ba5wTxf9JhhFhrprtzab+gxGKh0+.VH6HNUOvA0GVnXwcjbOMh02iZOjw85MYeGhPV3dodgxwdgqh2h4wlJO0a7IlIrSsHq+vpz4AOmBBOqLvqRL7tBtua.yWkNiFaWB2U.ApADHDjEVw5hJ8KkvskfFB0JiHmP6D.ClZQia2r4x1q1r4R2ods50f.Qnx9TRf81RvhnQGQC1R5EwIv9yw9t1lrjUNlp1m.aoo.owho5amZvhwqZ8ZLAmIn1ChDtJlTXKE84LOZPOHR6nQWfj2vUNxWJ.btLf.dDco50dR8ZU4RWB29T3gOUAM.hWfCzJtlpQrA2Yp5tQAAfhvzfc4sWltGLqPF6qWyFtXCrajcMtqcjviN.1DdKEqQ0bWUhmWrmQxDpFNI6D3O8ZqMixCow2ouxcMBm3cO6Zj72x1ln0SM91IgVX6zdh6owhY7tKtjdAS7wsIb9QfzF4E.zKZlHjFa6HZrTsmTqZsmVy9rSMXPtykrXbZPtSqq8CNOCaD6OljCLQQnHX1prKLeUYtw9mLJJEcEL0N9zjwo0gN4TGhRbvvcOp6FDEQWZlHCzymFnXZ3XsA8TfyKtPsJdCZ3IJouQ2jnBx5hJyrKjTFmFAPL34WGmIjf9grzoiA1Jq+.t4wLO0voy77erUnwj0FIiDoTsO+vVgjSocE8BnPrWSFf96rI.m1jbtrDcZ18jIf3xLLJZVCQHSMNK6++B1ul4x9kqWeNg6Uv8XJ2g4i2R4fWH58lFuI8Rpi2bv.pqJErUvc9th13nXP4xwP4R39.wkg51.jqYFa+sPNh88oBZfg24epGu8ut8yl2d79ycO9cbUvie+.hHzWFNyB2mNhsOTxDlU3iBgNWzueOcTNq71RRPtS8h60A1j4ZSehJJvjtblBGc5Q4B0Le1plL5mSm8J+O7hGu9K8d0YJJOev8k7tQUmfw9rQ9b5lhSobfV1fwE.d3AjHtZhzYSx2RJj9CkBla1Lf8np.1wGSCxh8b2PqoTZx6oRtZq8nbJIa17m25gPVHQ2dmVPegy76KNu300wwv0VWYZ+9ACe42iX3K3QCRR+W.2SxGGmL2gwg2t2.np33ANmyA3PHMIYDU3l5E+oeu0tYSAlM885s1Mhvy50+set05LeImDLWQjhmsWYNSatFd5l5MUtdACXWbRO4GPGus4UcM.9Sw4dBpWNhOKyhteg43ClWVUe7Y3AkJnzyJgW04Fq.WC9B8ueSa3matyGF+gwukN90G8w72zQSQ9tSSxOCmv9ZqY8d2A2WFu6aAfcOYjhINdKB7devwtw.qbe3bJtT.nBAkGpO8cI8YMhG2TON9fJBOyf+DtRlzQO1JYRmIS9exyXDwMPdna7mQQ214iLRf8sv7kTqh2RO11AY9zJfc3lqzDMBZXbnqq9sW9Rv+juM2n.1byBXysJfMqV.atcAr4qJfMe84ZitW8ZQJ4n37ePPuMiaaasoP2x1TJf9K.yZMPyB
-
Use the ArrayModulator instead it‘s basically a SliderPack mapped to the notenumber.
-
Thanks a lot, I can't believe I overlooked the Array Modulator all this time.
Everything works now using it :)
See ya!
-
Yeah, I added this after the note-number modulator which is what you might expect to do the job due to the name...