Presets
-
@voxuer1 How many values?
-
@d-healey 10 Sliders
-
@voxuer1 So that values can be changed by the user? If so the simplest way is to use presets.
-
@d-healey yes
-
@voxuer1 User presets are the way to go then. The only other way would be to write the values to a text file and manage them yourself but that's much more work than using presets.
-
This post is deleted! -
@d-healey So, I slowly got into the preset browser thing. I stored some values via the preset browser, which works, and I successfully got the preset names into a dropdown menu. However, I can't recall the preset via this menu. Any idea? HiseSnippet 1190.3ocsV0saaaCElxIJawqancn6dMekxVVlc9aoqXHYwIoynMIFytECnXnfV5nXhPQJHR0Zmfb2tZOL6UXuD6EnuA6MX6PJkH4X2elwpBRPHOmuC+N+vygcSkAfRISIN06ONAHN2ws2XgdX6gTlfz4.hycc6lBJPeLHx5CJMY+wITkBBINNK7HiVNKuHw9826tOkSEAP4VDxyjr.3IrXltb2t68XFmeDMD5yhqn8l60IPJZK4xLjQK31jjPCNmdFbB0nVMWxOQUCINek65qGErSyl6rwFa0jR2HjR2rErwCfnsiB1p4CZFNXql3OaSbV5vPlVl1SS0fh3r39xvw8FJekH+.dFSwFvAyhVjd3Imu8QRdnwEM6RZOjwC6dcnRQPqzsLvsPdf69tGyBY2re0.nQfWIhpAPmZSRuElfdspRulUn2LnjSEJsXNktmaufTVhtThgOehaGgFRinXdpJUx0kTaoEcaKQMD50homCGkhKtAg+1MatpG9mUdX85XtRo8dIM0KHdPdUhx6G7tF8YftsLNQJvE9MJUoAhsb0ZJiZBcpj2lx4CvDtuTTJuPl47XBNS.dQYh.MSJ7lgZ9AWehqhDimAqT+x5d3GKxy+KK1wq3KEzYoBzvlEbY.k6wzPbeXjFciCEmgmlwKdpBRyOlmvTZ+Udt0NdeiWqe8gUvRSSQXWag0TIbF52eqwcKUJwZGS8LpKh343uqwAwY5gEFzpL5NJIGVKIkYBd8.NDngvB3euWCuuthot4Dng47z+ZVfRtpd8DYRFGKvJhUlqx9yJfNS8JBfSlw7aXNAUiU8ZX7OqFQxTO+QdLwaIzkG7u7lTP0H2noBY+mCa2hnzvvNHM8mJRckIpbauuR3qBfB2uvkL5T5SSa3ak2xUyZYHbFYsqpWoX9DoFNUXC3KiR7tsnnnYJqnxmCoyTroCa5aCnuHKd.jV49hUQrKxjslbeyslp14LH+1eEEkhNBl9zDP7l5mRJZYfswpUvJTUssI1cKZhgsRFH2WNhvBMSoJyxDKuqLxYOxsswmUXidbVHjZsvG49XgbPqI.u2qu3u1k7zNGP0TSG0BVgLMAR0LSPv4.3k37r79qK6d.nNWKSrztnuCZ52WhOpjz82ab0wfYJnclRKi6h2HQy6Tydci37Et0ivgi0OU.00CSAnd+WIIwTzTtNV3UHxcdmduE1uinFa9GF9OJ8XSNcIqBjXVXHG5JULSMSkI8+oRCI8XWXCcWd++3Qu9hea23pOFfjypx2FnxhhXirSwiX7XkF4TmXb3Nw4ycw6TdgPDMiq8Tmi1AuZdND1WZ0mL8rMbppLzzrZxQslGjTHvP3py2LyvDniLtJo9ea966KEumaWlNX3r4XsYvQychO.br3UKep6gQQ3nkRBtn6Q+xGlmnP9YYllIN6XJl5MUdmjE2CKlC.7zEBfaZx3TyTCmutoYsIBzCDg1E+C9UHrkYsSgvVWKDK5BRkuHHuAf4cQercGjSB6aHW18XyZuVS01vTrydQPvjlZJfqOu.2XdAt47Bbq4E31yKvuadAty6Fn4Uz+XF1SL+ZCgbb2CscpcbNTPwJPa0J4eAfyxmJN
-
@voxuer1 To get the item text you can use
component.getItemText();
Why are you splitting it? -
@d-healey I just want the preset names in the folder, not the bank and the category.
-
@voxuer1 In that case you can just put your presets at the top level of the user presets folder - I think. No need to use bank/category if you don't want them.
-
@d-healey That doesn't work, however the splitting aspect does work for me, and the presets are visible in the dropdown menu. Unfortunately, the presets still don't change through the presets when clicked in the dropdown menu.
-
@voxuer1 You don't need to split them when selecting/loading the preset, you only need to do that for displaying them.