Skip to content
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

Stub out the mmio code using RIFFMemMap thing #24

Closed
baconpaul opened this issue Dec 30, 2020 · 0 comments
Closed

Stub out the mmio code using RIFFMemMap thing #24

baconpaul opened this issue Dec 30, 2020 · 0 comments

Comments

@baconpaul
Copy link
Contributor

The MMIO code has the same shape as the riff men map but deals with on-disk

We want win / lin to do same so do a portable file mmap and use the overlay riff code.

mac and linux both use posix mmap so should be doable pretty easily

baconpaul added a commit to baconpaul/shortcircuit-xt that referenced this issue Dec 30, 2020
Start putting together an MMIO Compatability layer
using the RIFF_memfile to avoid having to rewrite all the
SF2 code. Add assertive regtest, get the start of them working
on WIN/MAC/LIN and all of them on WIN obvs (since it uses
native on win). Not done yet but useful checkpoint.

Addresses surge-synthesizer#24
baconpaul added a commit that referenced this issue Dec 30, 2020
Start putting together an MMIO Compatability layer
using the RIFF_memfile to avoid having to rewrite all the
SF2 code. Add assertive regtest, get the start of them working
on WIN/MAC/LIN and all of them on WIN obvs (since it uses
native on win). Not done yet but useful checkpoint.

Addresses #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant