Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M maxi-js-emscripten
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Mick Grierson
  • maxi-js-emscripten
  • Merge requests
  • !1

Open
Created Mar 18, 2019 by Francisco Bernardo@franciscoReporter
  • Report abuse
Report abuse

F0 dev: WIP AudioWorket Integration

  • Overview 0
  • Commits 19
  • Changes 80

##Changes##

Project file structure

  • Makefile: Added a new emscripten configuration alternative to the emMakefile compilation flags. Mainly it sets an option for outputing WASM or not.

  • Makefile: Added automation to copy EM compilation outcomes to folders that require it (test, 'examples')

  • Root folder has now a python script 'server.py' which start a SimpleHTTPServer configured with MIME extensions for WASM. This is required to load the examples

  • Created a 'build' directory: as the outlet of the build process. Outcomes of the emscripten compilation go in there. Other files

  • Created a 'doc' directory: keeps the docs files

  • 'Examples' folder has the old examples and a folder with audio samples. Only the first example is fully functional because of the different names that have been given through time 'MaximJs', 'MaxiLib', etc. This needs resolution and some work as they are a few too many.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: f0-dev