The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm
-
@Christoph-Hart Improvements > backwards-compatibility.
-
@Christoph-Hart Once this is complete perhaps we could arrange a meetup and you could walk us through it?
-
@d-healey yup good idea.
-
Very first impressions just taking a look at it:
-
@aaronventure said in The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm:
just taking a look at it:
Isn't that just the regular sampler table in your image?
-
@d-healey Is it? I can't remember. I just saw this under the Sample Editor in the new commits and thought it was new.
-
-
@d-healey well, damn
-
@aaronventure the table is updated to show the new logic layers that you define.
The real change is in the complex group manager tab (which is part of the updated UI layout once you reset your workspace).
-
@Christoph-Hart I'm not seeing it
Edit: Ah I think I need to build with some newer commits, but that webview stuff is still enabled and giving me build errors.
-
@Christoph-Hart I've just been attempting to open some of my older projects in the latest develop build of HISE.
Any projects that are using Group Xfade immediately segfault when I play a note. I believe this is probably related to the new sample mapping stuff.
Here's the stack trace.
Group index is -1, might be the issue
-
If I move
group += 1
from line 1551 to line 1558 it seems to solve the issue - not sure if this is correct though? -
This all sounds quite exciting, but I also don't really get it right now.
All I would say is, I find the system of disabling disabling RR's with enable.RoiundRobin(false) and then writing custom RR logic and using setActiveGroup(int) to be very intuitive.
I don't entirely agree that "improvements" are always better than backwards compatibility - especially if intuitiveness is affected.
-
@Orvillain you can still do that. It just adds another layer on top of that so that you can implement more complex layouts more easily plus there are a few new functions that only work with this new mode.
-
@d-healey I have to check this as this is not something that I would brute force fix, but it should be pretty easy.
Can you send me a samplemap that crashes?
-
@Christoph-Hart Sounds great. I'm looking forward to docs + Dave's video!
-
@Christoph-Hart said in The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm:
Can you send me a samplemap that crashes?
BellAndBone/SampleMaps/trumpet_sustain.xml at main
BellAndBone - Trumpet and trombone sample library
Codeberg.org (codeberg.org)
It looks to me like the
group += 1
is on the wrong side of the else. Because, from what I understand, it should happen when we're not using the complex group manager.