Joshua Bassett
Joshua Bassett
This issue should be closed, with recent versions of shared-bus it is possible to use it with RTIC.
The changes made in https://github.com/jazz-soft/JZZ/commit/dab1c62c04a2a0043bba8037080b425704b8badc did not fix the webpack issue for me. I had to add the `jazz-midi` package to the [externals](https://webpack.js.org/configuration/externals/#root) defined in the `webpack.main.config.ts` file: ```js externals:...
> Did it work? Only after I made the change to the webpack configuration.
Same problem here 😞
@NML32 Will investigate. Thanks for the bug report, this is super helpful ❤️
@NML32 Thanks for the update. There is definitely an issue with my scaler code, it will be fixed in the next beta release.
Thanks for the report. I'm not sure why it's not working for the Japan ROM set, will track this down :thinking:
Thanks for the bug report, I'll look into this.
Ah, it was in this LHS file I saw it: https://github.com/ivanperez-keera/dunai/blob/21eff0fd159c49aed0588942fedc8cfe70f27c93/dunai-examples/paper/src/monads.lhs#L174