Giter VIP home page Giter VIP logo

arpeggio's Introduction

== Arpeggio ==
Arpeggio is a library for creating beautiful PDF scale and arpeggio diagrams. 
Arpeggio can generate documents using Reportlab (or Cairo, but the main focus 
has been on Reportlab). 


== Library ==

base_fb.py
    an abstract fretboard diagram. subclass BaseFB() to provide an 
    implmentation for a new cavas.
cairo_fb.py
    CairoFB() draws on a Cairo context
reportlab_fb.py
    ReportlabFB() draws on a Reportlab canvas
    FBFlowable() adapts ReportlabFB() to a Flowable() interface so that 
    fretboard diagrams can flow together with text in a document.

== Tools ==

fbdot.py 
    a simple graphical application for generating arrays of dots used to 
    generate diagrams. 
    (for example the arrays found in mode_arrays.py and arpeggio_arrays.py)

== Examples ==

example_0_reportlab.py
    generates a single fretboard on a page to show dots with rings and 
    various labels.
example_1_(cairo|reportlab).py
    generates a few pages of arpeggio diagrams.
example_2_cairo.py
    generates two pages of blank diagrams.
example_3_reportlab.py
    generates two documents one of modes and another of arpeggios. makes use of 
    reportlab's ability to flow text and drawings together in a document.
example_4_reportlab.py
    generates a set of fretboard memorization cards. print duplex flipping 
    on the short edge.
example_5_reportlab.py
    generates a few pages of diatonic major and minor scale patterns

== Other ==

notenames/
    a set of scripts to generate note memorization cards on the treble and 
    bass clefs. Range tuned to match guitar and bass both as written (8va) 
    and as sounded.

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.