sample-transfer that compiles with some caveats#313
sample-transfer that compiles with some caveats#313prgmsoftware wants to merge 37 commits intomonome:sample-transferfrom
Conversation
|
this can now be merged as far as bees is concerned, however it requires that all modules adapt these functions, I have not included these changes to the modules in this pr! void module_set_offset(ParamValue v) { void module_set_sample(ParamValue v) { app_bees.c is not changed anymore, but I have yet to figure out how to remove that remove that file from the pr (sorry!) |
|
I reverted my ruin of the mix module and added those things in a new test module instead, 'sample' have found after some tests that recalling a scene looks like an unresolved issue when using samples so far this works: this does not work:
I tried to move the parameter data outside the SDRAM struct, but that did not seem to do the trick, will look at it some more. |
this should be the necessary changes, I got it to compile and play a sample with an updated version of the mix module, this module is set as default too for it to work without troubles.