The Sample Map of The Future: Escaping the 20th Century Sample Mapping Paradigm
-
@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. -
@d-healey Alright that's fixed - that logic is a bit convoluted because as soon as something is not zero based (like the old RR group values were) it breaks my brain, but you can thank that deficiency of mine for not having to write Lua all day.