• Jump To … +
    index.js music-grammars.js ptgg.js
  • ¶

    KulittaJS

    This is a port of some parts of Kulitta to Javascript (with the help of flow)

  • ¶

    Original source code by Donya Kick and Paul Hudak

  • ¶

    Port to Javascript by danigb

    /* @flow */
  • ¶

    Modules

  • ¶

    PTGG

    Probabilistic Temporal Graph Grammars

  • ¶

    source code

    export * from './ptgg'
  • ¶

    Music grammar

    A grammar alphabet to work with music

  • ¶

    source code

    export * from './music-grammars'