This prevents me from using this feature properly
Best posts made by CatABC
-
When I clicking this button, a bug occurs
-
RE: User-defined background?
@Oli-Ullmann Yes, thank you very much for your help.
-
RE: How to set the text color of Combobox?
@mmprod They are universal, you just use LAF
-
RE: How to set the text color of Combobox?
@Oli-Ullmann cool,I don't know what I did wrong, my
g.setColour();
didn't work, but I deleted all the code and rewrote it according to the code snippet you gave, and it worked. I want to give you a hug to express my endless gratitude.
-
RE: How to customize the viewport row background color?
@Soundavid Thank you so much, I learned it and I'm so excited!:beating_heart:
-
How to use a knob to change the SampleStart values of all samples in a sampler?
How to use a knob to change the SampleStart values of all samples in a sampler?
Please help me. I want to use the CC controller to control the SampleStart values of all samples in a certain sampler. I hope I can get a code snippet. I will be very grateful~! -
RE: How to control the parameters of each key individually?
@ulrik I succeeded,I put Sampler1.selectSounds(""); into oncmbSampleMapControl and it works fine
inline function onknbVolC1Control(component, value) { Sampler1.setSoundProperty(0, Sampler1.Volume, value); }; Content.getComponent("knbVolC1").setControlCallback(onknbVolC1Control); //change samplemap ------------- const var sampleMaps = Sampler.getSampleMapList(); const var fltPreset = Content.getComponent("fltPreset"); const var cmbSampleMap = Content.getComponent("cmbSampleMap"); cmbSampleMap.set("items", sampleMaps.join("\n")); inline function oncmbSampleMapControl(component, value) { GFRNB.asSampler().loadSampleMap(sampleMaps[value-1]); //updateSelectedSounds ---------- Sampler1.selectSounds(""); }; Content.getComponent("cmbSampleMap").setControlCallback(oncmbSampleMapControl);
-
RE: How to control the parameters of each key individually?
@ulrik I succeeded, thank you very much, give you :red_heart:
Latest posts made by CatABC
-
RE: How to keep the color of the selected row unchanged
@d-healey Ahaha, I combined the methods you gave me, and it worked, I am very happy, thank you all very much,Give me five!
-
RE: After a while, I want to know if this problem has been solved.
@Soundavid You are my God, hahahaha, this problem has troubled me for a long time and finally got solved~!
-
RE: How to keep the color of the selected row unchanged
@ulrik Ahaha, I combined the methods you gave me, and it worked, I am very happy, thank you all very much,Give me five!
-
RE: How to keep the color of the selected row unchanged
@ulrik I may not have expressed it clearly. What I hope is that when I switch the prefab on the right, the selected item in the GrooveBrowser on the left also remains unchanged.
-
RE: How to keep the color of the selected row unchanged
@ulrik said in How to keep the color of the selected row unchanged:
GrooveBrowser 值设置为 obj.ro
Sadly, it doesn't work.
-
How to keep the color of the selected row unchanged
PLEASE HELP ME!
How to keep the color of the selected row unchanged?
When I load a different preset, or close the plugin interface and reopen it, the color of the row selected by GrooveBrowser always returns to the first one. This is not what I want. I want the selection to stay at the position. How can I modify the code?HiseSnippet 2154.3ocsXszbhjbDtQyvXSud8tqC+CnLg8FnwrHZPu1Y8XKAHlQ1hQDB4waDJTnsn6BnrZ5hn5B8vJ3+f+W3y9liv27Y+iw27wwYV8aDHjTDtO.UkO9prxJyrdzUJrY99BoQNySucByH2OIeua8TiZNhx8LNrkQteZ9NTeESRBH031ITeeliQtbu3cHgbEdog96+76ZPcod1rDRFFeTvsYGwGyUIT6t2ef651l5vNkONkzat2g1BulBWwTvddQ9pFSn1WRGx9.EEas7Fum5OxH2qyWuFsd8ucmp0rrFrSssFXYUc65VCnaZAbpQY091ZTKFZIu5.GtRH6onJlO.ZCgys8FIt1KX.9H2m22kgcrL5Aib.Yili3tNcibN9FF4dY2DW0KBbU+77c3N7X5ItruTyfjnQZmVt0dHSx5IXR4RYRuLvj9p78rk7IpDNn87Y4OzCVAGPAORZSIPVi09aed9lBPBOUkwzKYskPmXMJsa0pkIaWs55emoIr93qHWQkj2IEhqXMjhq8gXi2Rh.XHS0TLdhvC5TpXFoJBHrwFjC7nv7ibp92wBGlYFop3yTZdc.VktyrPw2yfPE46Y7giTEeCo91kMIvWwSDWmPbqPhvbR35drWKIcHPWImxB4L0GBD8UgDMmEXM8XJhZDiXKbmN1i3RuULUsDKpoVF+RmYdW.jG1BPqXatzWAMCGmin8YtH8NG15vHh3xCR6T1MpHZ+ItiZTw2TqZUyYkyBYOF3ocV.lM514Q.4tZDyB4oi3xEhHU9nQL6zFRSUiV.hGBwHxoig.fGAvV3r+7rwVZmMr51hpnPn0YZEtKwQi9VHA6hpVEKmxW8FxNaWNYhBRsIxO1NI.ktbpmn3rxKExZOYHe2TtB7gyJCHtTXq+jgsE3BC.c4nt4SF0OxEtbuUg6Vyi6tqB2NTIebe5p.d64.1BqsrBjm5ysaHtYEN3cd5HerbHc09hcmC3s2ZU31.JvVrbh4ZdNDcu3JJgA4kR2AyEfBS6KkzaIhADrLBY.GJVNgpF4WxVL4VnIrmLYfPRntt5BXnD9Dn5EYD8J15la75TYTigoRaPftHBwoTEuq6IG+6On4oWz93iZcvIypZcwo6r8Ea1mJq.pDkpdOwp83Dq9iSrMebhsEH1toECbqudCSSStGDRCNfod1JtviH7BpVCdl9vAHJI5+mWGJcYpwkOffDpfkjHu8sjhMc41WVb8f0e8u32Fa.an4KbYUlH43NYZwXN.3DXMDVkI+ZBhCz4POG1MvpVhtjiDTmvsUjRlOrcnC2aXxRYrrBuLAFPHfdfJsXnKnaLyb1RCnRlzYcBYKv5RGLrepMsskL3vHGIrotGIDWtumSaFysz5KZXtmTZvPQ0MpHYC434EaGtbTpnijdcv1x8w8ZhWnJMrLIbsovPD5fi9Up5M01p8tMatcC.UfC3vbOgYqzNEJXpH44Uoc6kpxHpmiKCXLaUVYTZXCviMTJl54rDyEch3VSQVj1f3CzCmOyEFYly5lEtq.ROikF7mekq4pQ66NYDMksWlTsxlqiyfno.ZBLGblP8F5xJcF8rpmCQd0JSnmYgs1DaU6bx2DzpN1Z2yKSrV+61Xi+xTNYDTQ3ZFmzWHcNg6L02rvLyTlaTTF4WQpQ9EukTEs6XKXeW2EXxQT56BNJzpszVMfq1EqqeE4YIJAwMJcHoVVepeP1DRFrABGMByTIwKNwHNoH7vHX9b7T32BlO4q+ZRLgeS1JeUbYdCUilOYe9JjvBaF0NKBuyiyDgI3bEH1WoXimnvz7nYbxrcfTLVW9NnvQZzWRgiDcAzEwj5BGPkIyX4P8kotJvlS3iwaH9kROPkCNLr9WcFTDHZWnFj0iocWB6ETMbI1+r3VLW+jZb2kEp4cbso.RN22o8ftpYlI+FOXOP46CjRg7MjShBzHvo7wMW6iYX9UJFBMTZ0LcL3GDJ1wdkz47.Kx7rFLXg7v5pX8Nlbgrwq8JeHEK4McbelrLr95BKVQBBWyK6cGe0i6ti1Ak4SInv6POt53Irv9sEtN3cBw12+llFg6Sf24LzBAQU5ab9yBuwIy4ib10SDRkAG.5KxmI80POQR+v.F+wCwC6DAIfNLhSXREGmX4ZwthayBtTag7sX9WpDSLxsV7cKMx8idRFvMoG7aS24Z7hHF4xm6emyvXj9BkXu+EzyWuqEbCI37d1W5A9iDEKtmQJi4yTgOIPfwzFBkwRAmBQtglSZRVoLmeX1doLme4dgdifo9WjuKjYxTQyh9CiddjBuBj9+hpvg5NIT+6e5u9orTqEJr9S6yW6etVdLWoHFQzCNsXioJkvK00k0bN3lITOeHvzee+fq9BRLfBYawhniajKVcLAw+dXBwuAhmgUBYHkBlu5CvGqz9NNKdHNg4QGuDquErMrZI75wnR6Q3MemiQa5UBI35vGhJMu1SccwJPQ78y3IBmPv8d4NrFv9rLYF9eX53vmN.mWZRA802A9DHrP.LBNSd0J0m6q7SjNP9b8Xfu1w9vgShcogiP4E8WrVAVFTnrK0AOz5iUuXeZCcIUTs.FcDxvkg44jD5MOmH+783ZNKIecuL4q+ib3SKduWD6Ky2Q3L0kpx9.c3SWFx.Bvy7pX3KeAqjpaS+zlOgWsq5C9pcOVS7qx2kqrGsXabsEXiPkz+eXigu04mm+fACfiglXfuLe6u+49vlqX3gi8hUJ6PURNTnLOj+zCJjYyfQ2yC1tGWuWC2WJneUrO5A5w7bzc9D7ExzB6mKjoUDSiwTn19E1A6lgul5OVSArIO8qMWHeGrOw59acgGI4Ba6rPcOEq8bUr9yUwMetJt0yUwsetJtyyUwcWsh3y1r+TkXbPZigQmtGn21KWtfmdVGsZ7+P5zvPM
-
RE: After a while, I want to know if this problem has been solved.
@d-healey I hope this question gets more attention, hahahaha~
-
After a while, I want to know if this problem has been solved.
It seems like a long time has passed, I wonder if this problem has been solved.Or is there any other way to circumvent this problem?
@ here again @Christoph-Hart
Re: Drag and drop MIDI functionality does not work after reloading plugins -
RE: When the sampler is in Timestretching mode, there is a lot of noise when using the pitch wheel
@d-healey Got it, I'll try it, thanks for the guidance