-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample-transfer that compiles with some caveats #313
base: sample-transfer
Are you sure you want to change the base?
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.