The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm
-
@Christoph-Hart said in The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm:
@Lindon huh, I vaguely remember you talked about living in Australia in the podcast with David at some point or did I get that completely wrong?
nope you are completely right - but I moved back to the UK 10 years ago....and have been complaining about the cold ever since....
so I'm assuming these will still work in the new world?
yup as I said, I will probably not remove those for exact this reason.
Then Im all good for a go - where's that big green button that needs pressing?
-
Being able to dump multiple sets of samples into the RR groups and switch between them in the script seems like a very useful
That will of course still be the case with the new system.
- Dump your samples in there
- Create a custom layer.
- Assign the samples to indexes within this custom layer (either by manually selecting parts of them and assign it to a certain group or by using the inbuilt file token parser if the file naming scheme is consistent).
- Call
Sampler.setLayerFilter(MY_CUSTOM_LAYER, 4)
to play only the samples that you have assigned to the 4th group within that layer.
-
-
@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.
-
-
@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
-
-
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.