Julian Rohrhuber
Julian Rohrhuber
Also, this has slipped under the radar, I'm sorry. What si the status @yaxu, we should still do it as you suggested?
> To me the best case scenario would be developing some sort of info file that we can add to folders for aliases and other stuff That would be easy...
> If a `namingFunction` was passed through to `loadSoundFiles`, then that would allow a lot of flexibility, something like this: > > ``` > ~dirt.loadSoundFilesToBank('./machines/RolandTR909', bankName: "tr909", namingFunction: {arg x;...
Ah it works? So this isn't a problem?: https://github.com/musikinformatik/SuperDirt/pull/312/files#r2021736182
OK, I understood, yes it is fixed.
@mtmccrea thanks, actually now it is clear that it doesn't finish correctly. I'll see if I find the reason, but it is obscure. https://github.com/supercollider/supercollider/actions/runs/14974388261/job/43177675384
I see, the problem behind this seems to be that there is no `done` OSC message sent when a SynthDef is freed from the server. So there is nothing to...
I find `BufFrames2Channels` confusing, because `BufFrames` returns the number of frames. I found best things like `BufRdArray` or `BufRdChannels`.
In SuperDirt, we set it to `8192 * 32`, otherwise we get to the limit relatively quickly.
… but there may be a limitation: https://github.com/supercollider/supercollider/issues/5469#issuecomment-909333911