@Oli-Ullmann yeah claude is still better than gpt5, at least for HISE, although I tested it with some C++ and Claude is better at that too imo. Both still depend largely on the user's patience, prompt and knowledge of course. This cube is amazing by the way! Would be interesting to see if it could do some 3d XY pad stuff with knobs. I guess it would be called an XYZ pad

Posts
-
RE: HISE as a 3D renderer
-
include efficiency
is there an efficiency/performance impact keeping includes within includes, or is it better practice generally to try to keep includes as close to 'top-level' (would that be the term?) as possible?
-
RE: Knob Web Studio
Personally I've recently unsubscribed from every subscription product I've ever had, I think a lot are starting to do the same, people are kinda tired of the concept. But I also think you should absolutely be compensated for your work, it is very good. Maybe add a one-time payment option, so people can choose a higher cost total or to sub if they want, would be nice maybe. just my two cents
-
RE: I am definitely doing something stupid with this panel but can't figure out what
@rzrsharpeprod yes exactly, you can pick it apart and figure it out
-
RE: I am definitely doing something stupid with this panel but can't figure out what
@rzrsharpeprod A few ways to do it, I like to do it like this so you can define a specific area, which will be useful if you have multiple buttons in a panel, or just have the entire panel area react
HiseSnippet 1074.3ocsVs0aaaCElxIZs1aEaEXuz2T8CAxXAF181Fl6kj33rZr5DiZ2f3MLXPKQaSDJRAJpjZTj+y6ev1gRxVTNNcCFs7AAyyM94y46vC6KEdjnHgDYUd3hPBx56rGrfql2dNlxQcOFY8HaLd7aO67Nue7QeX3vyNcbmKNrW+20AczhPbTDwGYYsyuoM2p7tnj0e+livLL2ijKBgNWP8HuiFPU4R6evuSYrSv9jgz.Cqe1Ac8D71BlHFf1N1MPgXuKwyHmh0lUxFY8Mc7oJgbfBqHQHqcOR3uXvbw07T6OmFQmvH5MMQCf.kJ9DAyWiXsTT64Tle+kofHDDk94IjcRSH+ncOpOck77DyOjnvI2Cy7gUohvamBvqoI7ZX.uM.IKCHsaJjdn8.OIMTkqQimu0tKWQjSwPZ2DJo1hJ011ts.rfqpGfujbhD1rxC2m1nw9NvmZspTAR8QJmqvRmrJ9ft+QGmW47hFststK.EOYSJFkovPSeLmvZBxWBjYDUaQPnfCabqlptpFBZqmDqTB9aEWQjDevooXVDokgpghYyXlppjFg5QDUenLoduHVQ4D2owbOEUvcmUqxmp3.q7fnIYRvUsT5TG2BgtVh3TWzKCWfSsH.eiSJeMpNiNatZBKl37qqj4s.yakDmaR9R..+EK3yjjElAO4yLcZH0BWiPWqUtI4YgCkDLbn+4xh59qph6aRBJr4uZYdXSgF4NLFMLh3lGS3ztoVgBSOQbDoMlwl.cz4UFxU.Evr5DnsSStRzT+isJpYzJMKV6Oz03nbNSgrXVUdcdka1Q85Wkyo2auk.3kFR+oBMD6s2pRm4JCd4QazpnMxHZiJFMyxhlFZ7u3wq82XcRYVtURB0bd2rHoWPaVjfQpGJ0Jpl3e0ZKYJqNqz7nGi5cIbb.X+rG258dOtff67vaqCeUCvsYXeilurjU3H3mJTjy3tZlQ4J.6dcUSmtQc5KXjBFiH2nZ8zF4myQWdbvDhbefQAsZqLDtBt38512885lic7RuuyvPAuKmpNKjvuqgQnrKIge8gtGiUX8vfLYfcgDohpgf0wjqfIqoiFJaeLI5RkHLw1raVQV2Skn8AKGbnS8HJLd391okAzGyG9N5fElatl5qlaJXNQeEjoDnaVb8xdZ.Reu8gLlSt.zsmgASOE9wLrp3HU86HxT.0iBywzyp3QT0By2Y7EaN6+WH9P69Tk27MiwRa.iPU6qAFydcxCr6LcJwSkCvcsO4huNOEAkNNcVOrRRA9h8owACfoKdD3z4.KR2OXURybS22PuWmAFP39Ia9GXkoroduUlxlKUhBvdRwXuztP86etehD.S7jm9U1tmduSSTRmoYdN.dN1XOuhg5VN9js0wmtsN9rs0wmusN9hs0wedac7W9ucT+Z4CiUhfz1FDpW+NIWqYY0giAFXBaE8uv0NnXz
-
RE: Custom borderRadius? e.g. `[0, 0, 5, 5]`
@Chazrox fr, gonna mess around a bit now
-
RE: Custom borderRadius? e.g. `[0, 0, 5, 5]`
@Chazrox wow did not know that! cool cool
-
RE: Custom borderRadius? e.g. `[0, 0, 5, 5]`
you can do
var borderRadius = 5; g.setColour(Colours.grey); g.fillRoundedRectangle([0, 0, 5, 5], borderRadius);
inside a paintRoutine for a panel, is that what you mean? If you mean a different radius for each corner, then I don't think so, best way might be to mask a panel with another panel
-
RE: quick audioWaveform/Sampler question
@d-healey Sure, although it doesn't really tackle the issue, I'll keep messing around for now. It is interesting that you guys didn't seem to have the problem I had so I might open the snippet on another computer and see, I hope it's just an anomaly on my end. Thanks for looking David!
-
RE: quick audioWaveform/Sampler question
@d-healey you mean just hard code that rather than use the array?
-
RE: quick audioWaveform/Sampler question
@d-healey That could work. So here I have my load function in my main project, with NOTE_SP1 = 61 for when I am loading a single sample and then the array for when I activate btn_UNI (the mode where a single sampler is used for multiple notes with the same sample) What would be the call to load a sample across 8 notes, rather than load the sample into 8 notes separately at once?
inline function loadSample_sp1(file) { if (btn_UNI.getValue()) { local samples = []; for (i = 0; i < NUM_ROWS_HK4; i++) { local s = SP_1.parseSampleFile(file); if (isDefined(s)) { s['LoKey'] = NOTE_SP1 + i; s['HiKey'] = NOTE_SP1 + i; samples.push(s); } } if (samples.length > 0) { SP_1.loadSampleMapFromJSON(samples); } } else { local s = [SP_1.parseSampleFile(file)]; if (s.length > 0) { s[0]['LoKey'] = NOTE_SP1; s[0]['HiKey'] = NOTE_SP1; } SP_1.loadSampleMapFromJSON(s); } manuallyLoadedFile_sp1 = file.toString(file.FullPath);
-
RE: quick audioWaveform/Sampler question
I'm loading the same wav into notes 61, 62, 63, 64 for the test. All in the same sampler with the same audioWaveform. I set the range after playing note 61. note 61 range is visually represented properly in the audioWaveform. I play note 62, 63 or 64 and they all use the range I set technically, but visually the audioWaveform shows the full/default range when I hit those notes. I play note 61 again and the correct range shows in the audioWaveform again. I just want to set the range and have the audioWaveform show that manually set range for all played notes in that sampler
-
RE: quick audioWaveform/Sampler question
Thanks for looking guys, it's still working strangely for me. the intention is to update the range in the audioWaveform and then any note played should use that updated range. this is working technically, but the audioWavefom jumps back to showing the default/full range for any note played, other than the note I last played when setting the range, which does show the range I set. But you're both getting the manually set range for all played notes after setting it?
-
RE: quick audioWaveform/Sampler question
@d-healey not sure if the wav will come through in the snippet but the issue is recreated here with any wav loaded into a few of the notes here
HiseSnippet 1285.3ocyW0zaSbDFd13rz3TJpfnRbnG1J0CAIJxFBg9gHwNw1fEwIVdCoToHgF1cr8nr6LqlcVGbqp54pdo+T54dhi8mC+CZem8iry5XYbbAC4Pje+Zlm2umsqf6PBC4BjQ4iFGPPFW0zdLSNbugXJC0tAx3ZlcvgRhvJg0tiCvggDWjgQoGqXXTdUT7euYmcwdXlCImEBcLm5P1m5Sk4b6V6oTOuVXWxQTeMs2rVaGNaOtGOBvSIyJn.ryo3AjCvJ0VwDYbkltTIWXKwRRHnytb2w1C4mwRz+XZH8kdDEQUjMbPIrQ6Mj541MyWCQHCyt4ddoDO+llcntzy4mGA97XAV4VnGCLVYVPp5k.RFZPZ0DHccSaGAMPlKQgmO0rMCRH8wPnVGJI5hLds4dbPAl7t93SIsD.w4FrwVUpbGK3e29G5GwbjTNyhyNfKIGx131q+KqWd8eccqIE0u+TkotFA2yiHlpXU1ULKC2fE4+Rh3NVivdQjyUDb+hwzqLewTmDuVSQNqMiJOLfjR2h64phUpeewL.JMroxEoHDTUFmI9hzLQ8HWJ+GwiH84BeD0UUcTfWUTryn2CfdV6FXIN6Xga.t0.hPRUNmQCxHnGIIgW1rAI7TIOHVW+.NSgGi0tzf3U4.3mpMNmfV6LpqbHz.X7mFHzPBcvPoh5e.gAYAi1vQttoM1O.xsUQgw+nMyk.G6pleCD7tXsJzkvci7vxhsNpYDoBfbeg5UUQIKjJGqOC4RzOUYl8SyKDutYWpzY3zw3JSAiPd78AFSmB8YlM62m3HyA3plsd9hNxY9u9uL45ugosTPv9T1fzzeLFzJFdGr.HXtW.zUP73XWa5Oqo1qqsaDDiDE49W0hup597HVg6JE48HADrDRyZ1rVsd8drfGELoUuYm3hhiDvBHHTnK3PFAh0RcebOAOLrO3NwmUntntQhApXUNmdjQDQXQdGD4C4aFi3Ep5EMTyLBIp7K0oCVJnuRW63aoxQ33bLrULlt5Dz2aB56OA8lSP+fIn2ZB5GlSaXVr96SluwycvAcwfKpo4tzzpLPVBmhiKzT87XbLNz14OkMoW480x8UmuNs2xZlO9mcV3sHkyvnMUkpZxFA8j.GEFuArupONxSlws37gNbFOXHmQcJ1A.UzCFPD5XepNTcoDZ.y4byZ8HdDbnVK7WWaeJifEEaruTwhK+6xlZ95VlIv0RMTy5+SdaoVlMy8eklq8euyw6huKboF5tV5VQK31ExOxyyW0LdNtkZs6GJn1iGIg0oYqzLg8d1vtdGh91uUTaTSnqnnU.xlvbiI9W3uTgUyVUpDVMSHxI6n.eK82wu91nDgoVcD+rNOXIrmdIcH7hBEjf0aoO20GVIAGZBAD95w4wOT9Qf16yeJYbFwSnZD6yOVcvIn9IzTheS46IuzHCzsndoeW6WYZ+8mXWuS28aZeRu1sZ8L61GdvI087rZyt6Y3QnFQAdTGHQnRW6y4AOONIldKJFIEf.ie+61DkTTNEVMYtJF2pwej4jvmVj4Waq6Waq6WauL7qUPWHRuiNh1QGQ6rTPzrizO5uslLRmyZlQ5Z59UMc+p1xMReNhpqin55Hp9xAQKiAC9XGA+ENIeXuZ7vZwbfACrXLW1rih1ZJeAuO7DwW33T7ntfg2aQM79KpgatnF9fE0vsVTCe3hZ3291MT8B95QRtex6WPnNcalLy2n44y7Kg9OY8lbVC
-
RE: quick audioWaveform/Sampler question
hmm, whilst the thumbnailRuler does now show for all played notes, the thumbnailRange behaves strangely. Visually the range seems to only apply to the first note, with it jumping back to default for any other played notes, even if those notes technically are all sharing that set range of the first note. Any ideas?
-
quick audioWaveform/Sampler question
I can set the sampleIndex for my audioWaveform component, showing the thumbnailRuler when playing a note. What if I have a sampler populated across, for example, 8 notes. is there a way to script the sampleIndex so it can cover a range rather than just one note? Would like to see the thumbnailRuler when playing any of the notes within the populated range
-
RE: How to trigger label callback on enter/return but not on focus change?
@d-healey Thank you. This really should just be a core feature, it seems like basic stuff