Git Product home page Git Product logo

gakuon-editor's Introduction

gakuon-editor 楽音 Build Status

A Music Macro Language (MML) visual editor for the C64 SID chip

NOTE: This is still in pre-alpha stage. It doesn't work!

See here for more information about Gakuon.

Development

After cloning repo, install all packages with npm install.

To start up application, run:

npm start

Then, visit http://localhost:8080/

To run all tests, run npm test.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/munshkr/gakuon-editor.

License

Source code is released under Apache 2 license.

gakuon-editor's People

Contributors

munshkr avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

firecrackerz

gakuon-editor's Issues

Ace mode for MML

It should support syntax highlighting at least. Indentation for instrument definitions would be nice.

6502 parser is slow

Parser is slow, but we don't need to parse and compile all the time. In fact, we can parse and assemble the player routine once, and append the tables and initial state of SID registers in the object file, like a simplified template use a linker to include the tables and initial state of SID registers in the final binary.

Full parsing and assembling should only be needed if user wants to download the .sid file.

Compiler is slow

Generation of assembly code should only be needed if user wants to download the .asm file. Usually the compiler should only generate the note tables, instrument structures and initial state of SID registers, which should be quick to compute.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.