├── .gitignore ├── Makefile ├── README.md ├── definitions ├── accidentals.xml ├── api.xml ├── barlines.xml ├── chromatic-notes.xml ├── chromatic-pitches.xml ├── clef-symbols.xml ├── clefs.xml ├── interval-aspects.xml ├── intervals.xml ├── key-maps.xml ├── key-signatures.xml ├── keys.xml ├── letters.xml ├── map-chromatic-note-to-accidental.xml ├── map-chromatic-note-to-letter.xml ├── map-chromatic-note.xml ├── map-diatonic-pitch-accidental.xml ├── map-diatonic-pitch.xml ├── map-letter-accidental-octave.xml ├── map-letter-accidental.xml ├── map-pitch-to-accidental.xml ├── map-pitch-to-letter.xml ├── map-pitch-to-midi.xml ├── map-pitch-to-octave.xml ├── meter.xml ├── mica.dtd ├── midi.xml ├── modes.xml ├── pitch-types.xml ├── rhythm.xml ├── smufl.xml ├── staff-positions.xml ├── staff.xml ├── steps.xml ├── structure.xml ├── time-signatures.xml └── visual.xml ├── include ├── belle-abstracts.h ├── belle-accidental-state.h ├── belle-accidentals.h ├── belle-annotations.h ├── belle-api-header.h ├── belle-api-source.h ├── belle-api.h ├── belle-articulations.h ├── belle-barline-state.h ├── belle-barline.h ├── belle-beaming.h ├── belle-blank.h ├── belle-brush.h ├── belle-cache.h ├── belle-chord-state.h ├── belle-clef-state.h ├── belle-clef.h ├── belle-colors.h ├── belle-core.h ├── belle-coregraphics.h ├── belle-dots.h ├── belle-drawable.h ├── belle-engraver-utility.h ├── belle-engraver.h ├── belle-equivalence.h ├── belle-expressions.h ├── belle-filter-autocorrect.h ├── belle-filter-beaming.h ├── belle-filter-harmonization.h ├── belle-filter-interval.h ├── belle-filter-pitch.h ├── belle-filter-rhythm.h ├── belle-filter-staff-select.h ├── belle-filter-time.h ├── belle-filter-traversal.h ├── belle-flags.h ├── belle-font.h ├── belle-formats.h ├── belle-freetype.h ├── belle-general.h ├── belle-geometry.h ├── belle-graphic.h ├── belle-helper.h ├── belle-house-style.h ├── belle-incipits.h ├── belle-instant-state.h ├── belle-island-generators.h ├── belle-island-state.h ├── belle-island.h ├── belle-juce.h ├── belle-key-signature-state.h ├── belle-key-signature.h ├── belle-label.h ├── belle-ledger-lines.h ├── belle-measure-rest.h ├── belle-midi.h ├── belle-multivoice.h ├── belle-music-iterator.h ├── belle-music.h ├── belle-musicxml.h ├── belle-notes.h ├── belle-octave-transposition.h ├── belle-optics.h ├── belle-painters.h ├── belle-part-state.h ├── belle-path.h ├── belle-pdf.h ├── belle-pedal-markings.h ├── belle-performance.h ├── belle-phrasing.h ├── belle-placement.h ├── belle-publisher.h ├── belle-rests.h ├── belle-rhythm.h ├── belle-score.h ├── belle-search.h ├── belle-shapes.h ├── belle-spacing.h ├── belle-springs.h ├── belle-stamp.h ├── belle-stems.h ├── belle-svg-painter.h ├── belle-svg.h ├── belle-system-generators.h ├── belle-system.h ├── belle-test-suite-data.h ├── belle-test-suite.h ├── belle-test.h ├── belle-text.h ├── belle-time-signature-state.h ├── belle-time-signature.h ├── belle-transform.h ├── belle-transitive.h ├── belle-tuplets.h ├── belle-units.h ├── belle-utility.h ├── belle-value.h ├── belle-voicing.h ├── belle-vtables.h ├── belle-wrap.h ├── belle.h ├── prim-aes.h ├── prim-aiff.h ├── prim-arguments.h ├── prim-array.h ├── prim-boolean-pointer.h ├── prim-complex.h ├── prim-configuration.h ├── prim-console.h ├── prim-constants.h ├── prim-counter.h ├── prim-encoding-base64.h ├── prim-encoding-csv.h ├── prim-encoding.h ├── prim-endian.h ├── prim-environment.h ├── prim-file.h ├── prim-graph-t.h ├── prim-histogram.h ├── prim-includes.h ├── prim-json.h ├── prim-language.h ├── prim-list.h ├── prim-math.h ├── prim-matrix.h ├── prim-md5.h ├── prim-memory.h ├── prim-mod-directory.h ├── prim-mod-fft.h ├── prim-mod-javascript-jsc.h ├── prim-mod-javascript-v8.h ├── prim-mod-javascript.h ├── prim-mod-memory-map.h ├── prim-mod-midi.h ├── prim-mod-python.h ├── prim-mod-queue.h ├── prim-mod-shell.h ├── prim-mod-thread.h ├── prim-mod-timer.h ├── prim-mod-tinyxml.h ├── prim-planar.h ├── prim-platform.h ├── prim-pointer.h ├── prim-random.h ├── prim-rational.h ├── prim-serialization.h ├── prim-singleton.h ├── prim-sortable.h ├── prim-string.h ├── prim-table.h ├── prim-time.h ├── prim-tree.h ├── prim-types.h ├── prim-unicode.h ├── prim-uuid.h ├── prim-value.h ├── prim-xml.h └── prim.h ├── resources ├── bach-invention.xml ├── ghostscript-tiger.svg ├── malformed-bad-stem-direction.xml ├── malformed-beam-within-island.xml ├── malformed-beaming.xml ├── malformed-begins-with-fewer-parts.xml ├── malformed-chord-at-front.xml ├── malformed-criss-cross.xml ├── malformed-empty-rhythmic-region.xml ├── malformed-empty.xml ├── malformed-fractal.xml ├── malformed-instantwise-cycle.xml ├── malformed-instantwise-intersect.xml ├── malformed-midi-export.xml ├── malformed-missing-instantwise.xml ├── malformed-one-node.xml ├── malformed-partwise-cycle.xml ├── smiley.jpg ├── test-suite-accidentals.txt ├── test-suite-beam-and-tie.txt ├── test-suite-beam-test.txt ├── test-suite-beaming-levels.txt ├── test-suite-blank.txt ├── test-suite-dido.txt ├── test-suite-example.txt ├── test-suite-filter-beams-01.txt ├── test-suite-filter-beams-01r.txt ├── test-suite-filter-beams-02.txt ├── test-suite-filter-beams-02r.txt ├── test-suite-filter-beams-03.txt ├── test-suite-filter-beams-03r.txt ├── test-suite-filter-beams-04.txt ├── test-suite-filter-beams-04r.txt ├── test-suite-filter-beams-05.txt ├── test-suite-filter-beams-05r.txt ├── test-suite-filter-beams-06.txt ├── test-suite-filter-beams-06r.txt ├── test-suite-filter-beams-07.txt ├── test-suite-filter-beams-07r.txt ├── test-suite-filter-beams-08.txt ├── test-suite-filter-beams-08r.txt ├── test-suite-filter-beams-09.txt ├── test-suite-filter-beams-09r.txt ├── test-suite-filter-beams-10.txt ├── test-suite-filter-beams-10r.txt ├── test-suite-filter-beams-11.txt ├── test-suite-filter-beams-11r.txt ├── test-suite-filter-beams-12.txt ├── test-suite-filter-beams-12r.txt ├── test-suite-filter-beams-13.txt ├── test-suite-filter-beams-13r.txt ├── test-suite-filter-beams-14.txt ├── test-suite-filter-beams-14r.txt ├── test-suite-filter-beams-15.txt ├── test-suite-filter-beams-15r.txt ├── test-suite-filter-beams-16.txt ├── test-suite-filter-beams-16r.txt ├── test-suite-filter-beams-17.txt ├── test-suite-filter-beams-17r.txt ├── test-suite-filter-beams-18.txt ├── test-suite-filter-beams-18r.txt ├── test-suite-filter-beams-19.txt ├── test-suite-filter-beethoven-2-rh.txt ├── test-suite-filter-beethoven-3-rh.txt ├── test-suite-filter-chord-01.txt ├── test-suite-filter-chord-01r.txt ├── test-suite-filter-chord-02.txt ├── test-suite-filter-chord-02r.txt ├── test-suite-filter-chord-03.txt ├── test-suite-filter-chord-03r.txt ├── test-suite-filter-chord-04.txt ├── test-suite-filter-chord-04r.txt ├── test-suite-filter-dot-01.txt ├── test-suite-filter-dot-01r.txt ├── test-suite-filter-dot-02.txt ├── test-suite-filter-dot-02r.txt ├── test-suite-filter-dot-03.txt ├── test-suite-filter-dot-03r.txt ├── test-suite-filter-dot-04.txt ├── test-suite-filter-dot-04r.txt ├── test-suite-filter-dot-05.txt ├── test-suite-filter-dot-05r.txt ├── test-suite-filter-dot-06.txt ├── test-suite-filter-dot-06r.txt ├── test-suite-filter-dot-07.txt ├── test-suite-filter-dot-07r.txt ├── test-suite-filter-many.txt ├── test-suite-filter-multiple-1.txt ├── test-suite-filter-multiple-2.txt ├── test-suite-filter-multivoice-0.txt ├── test-suite-filter-multivoice-1.xml ├── test-suite-filter-multivoice-2.xml ├── test-suite-filter-multivoice-3.xml ├── test-suite-filter-pathetique-4-rh.txt ├── test-suite-filter-pitch-01.txt ├── test-suite-filter-pitch-01r.txt ├── test-suite-filter-pitch-02.txt ├── test-suite-filter-pitch-02r.txt ├── test-suite-filter-pitch-03.txt ├── test-suite-filter-pitch-03r.txt ├── test-suite-filter-pitch-04.txt ├── test-suite-filter-pitch-04r.txt ├── test-suite-filter-pitch-05.txt ├── test-suite-filter-pitch-05r.txt ├── test-suite-filter-pitch-06.txt ├── test-suite-filter-pitch-06r.txt ├── test-suite-filter-pitch-07.txt ├── test-suite-filter-pitch-07r.txt ├── test-suite-filter-pitch-08.txt ├── test-suite-filter-pitch-08r.txt ├── test-suite-filter-pitch-09.txt ├── test-suite-filter-pitch-09r.txt ├── test-suite-filter-pitch-10.txt ├── test-suite-filter-pitch-10r.txt ├── test-suite-filter-pitch-11.txt ├── test-suite-filter-pitch-11r.txt ├── test-suite-filter-pitch-12.txt ├── test-suite-filter-pitch-12r.txt ├── test-suite-filter-pitch-13.txt ├── test-suite-filter-pitch-13r.txt ├── test-suite-filter-rest.txt ├── test-suite-filter-rhythm-00.txt ├── test-suite-filter-rhythm-01.txt ├── test-suite-filter-rhythm-02.txt ├── test-suite-filter-rhythm-03.txt ├── test-suite-filter-rhythm-04.txt ├── test-suite-filter-rhythm-05.txt ├── test-suite-filter-rhythm-06.txt ├── test-suite-filter-rhythm-07.txt ├── test-suite-filter-rhythm-08.txt ├── test-suite-filter-rhythm-09.txt ├── test-suite-filter-rhythm-10.txt ├── test-suite-filter-rhythm-11.txt ├── test-suite-filter-rhythm-12.txt ├── test-suite-filter-rhythm-13.txt ├── test-suite-filter-rhythm-14.txt ├── test-suite-filter-rhythm-15.txt ├── test-suite-filter-rhythm-16.txt ├── test-suite-filter-rhythm-no-barline-2.txt ├── test-suite-filter-rhythm-no-barline.txt ├── test-suite-filter-rhythm-undot-1.txt ├── test-suite-filter-rhythm-undot-2.txt ├── test-suite-filter-rhythm-undot-3.txt ├── test-suite-filter-rhythm-undot-4.txt ├── test-suite-filter-single-same-1-2.txt ├── test-suite-filter-single-same-1-22.txt ├── test-suite-filter-single-same-1-3.txt ├── test-suite-filter-single-same-1.txt ├── test-suite-filter-single-same-2-2.txt ├── test-suite-filter-single-same-2-22.txt ├── test-suite-filter-single-same-3-1.txt ├── test-suite-filter-test-00.txt ├── test-suite-filter-test-01.txt ├── test-suite-filter-test-02.txt ├── test-suite-filter-test-03.txt ├── test-suite-filter-test-04.txt ├── test-suite-filter-test-05.txt ├── test-suite-filter-test-06.txt ├── test-suite-filter-test-07.txt ├── test-suite-filter-test-08.txt ├── test-suite-filter-test-09.txt ├── test-suite-filter-test-10.txt ├── test-suite-filter-test-11.txt ├── test-suite-filter-test-12.txt ├── test-suite-filter-test-13.txt ├── test-suite-filter-test-14.txt ├── test-suite-filter-test-15.txt ├── test-suite-filter-test-16.txt ├── test-suite-filter-test-17.txt ├── test-suite-filter-test-18.txt ├── test-suite-filter-test-19.txt ├── test-suite-filter-test-20.txt ├── test-suite-filter-test-21.txt ├── test-suite-filter-test-22.txt ├── test-suite-filter-test-23.txt ├── test-suite-filter-test-24.txt ├── test-suite-filter-test-25.txt ├── test-suite-filter-time-0-34.txt ├── test-suite-filter-time-0-68.txt ├── test-suite-filter-time-0.txt ├── test-suite-filter-time-01.txt ├── test-suite-filter-time-01r.txt ├── test-suite-filter-time-02.txt ├── test-suite-filter-time-02r.txt ├── test-suite-filter-time-03.txt ├── test-suite-filter-time-03r.txt ├── test-suite-filter-time-04.txt ├── test-suite-filter-time-04r.txt ├── test-suite-filter-time-05.txt ├── test-suite-filter-time-05r.txt ├── test-suite-filter-time-06.txt ├── test-suite-filter-time-06r.txt ├── test-suite-filter-time-07.txt ├── test-suite-filter-time-07r.txt ├── test-suite-filter-time-08.txt ├── test-suite-filter-time-08r.txt ├── test-suite-filter-time-09.txt ├── test-suite-filter-time-09r.txt ├── test-suite-filter-time-1-34.txt ├── test-suite-filter-time-1-68.txt ├── test-suite-filter-time-10.txt ├── test-suite-filter-time-10r.txt ├── test-suite-filter-time-11.txt ├── test-suite-filter-time-11r.txt ├── test-suite-filter-time-12.txt ├── test-suite-filter-time-12r.txt ├── test-suite-filter-time-13.txt ├── test-suite-filter-time-13r.txt ├── test-suite-filter-time-14.txt ├── test-suite-filter-time-14r.txt ├── test-suite-filter-time-15.txt ├── test-suite-filter-time-15r.txt ├── test-suite-filter-time-16.txt ├── test-suite-filter-time-16r.txt ├── test-suite-filter-time-17.txt ├── test-suite-filter-time-17r.txt ├── test-suite-filter-time-18.txt ├── test-suite-filter-time-18r.txt ├── test-suite-filter-time-19.txt ├── test-suite-filter-time-19r.txt ├── test-suite-filter-time-2-34.txt ├── test-suite-filter-time-2-68.txt ├── test-suite-filter-time-20.txt ├── test-suite-filter-time-20r.txt ├── test-suite-filter-time-21.txt ├── test-suite-filter-time-21r.txt ├── test-suite-filter-time-22.txt ├── test-suite-filter-time-22r.txt ├── test-suite-filter-time-3-68.txt ├── test-suite-filter-time-4-128.txt ├── test-suite-filter-time-4-68.txt ├── test-suite-filter-time-5-34.txt ├── test-suite-filter-time-5-44.txt ├── test-suite-filter-time-5-78.txt ├── test-suite-filter-time-6-rest-34.txt ├── test-suite-filter-time-basic-34.txt ├── test-suite-filter-time-incorrect-128.txt ├── test-suite-filter-time-merge-end-44.txt ├── test-suite-filter-time-signature.txt ├── test-suite-filter-time-sync-44.txt ├── test-suite-filter-tuplet-before1.txt ├── test-suite-filter-tuplet-before2.txt ├── test-suite-filter-tuplet-before3.txt ├── test-suite-filter-undot-01.txt ├── test-suite-filter-undot-01r.txt ├── test-suite-filter-undot-02.txt ├── test-suite-filter-undot-02r.txt ├── test-suite-filter-undot-03.txt ├── test-suite-filter-undot-03r.txt ├── test-suite-filter-undot-04.txt ├── test-suite-filter-undot-04r.txt ├── test-suite-filter-undot-05.txt ├── test-suite-filter-undot-05r.txt ├── test-suite-filter-undot-06.txt ├── test-suite-filter-undot-06r.txt ├── test-suite-filter-undot-07.txt ├── test-suite-filter-undot-07r.txt ├── test-suite-filter-undot-08.txt ├── test-suite-filter-undot-08r.txt ├── test-suite-filter-undot-09.txt ├── test-suite-filter-undot-09r.txt ├── test-suite-filter-undot-10.txt ├── test-suite-filter-undot-10r.txt ├── test-suite-filter-undot-11.txt ├── test-suite-filter-undot-11r.txt ├── test-suite-filter-undot-12.txt ├── test-suite-filter-undot-12r.txt ├── test-suite-filter-undot-13.txt ├── test-suite-filter-undot-13r.txt ├── test-suite-filter-undot-14.txt ├── test-suite-filter-undot-14r.txt ├── test-suite-filter-undot-15.txt ├── test-suite-filter-undot-15r.txt ├── test-suite-filter-undot-16.txt ├── test-suite-filter-undot-16r.txt ├── test-suite-general-01.txt ├── test-suite-general-02.txt ├── test-suite-general-03.txt ├── test-suite-general-04.txt ├── test-suite-op110-1.txt ├── test-suite-op110-1.xml ├── test-suite-op110-2.txt ├── test-suite-op110-2.xml ├── test-suite-op110-3.txt ├── test-suite-op110-3.xml ├── test-suite-op110-4.txt ├── test-suite-op110-4.xml ├── test-suite-op110-5.txt ├── test-suite-op110-5.xml ├── test-suite-pathetique-firstpage-1.txt ├── test-suite-pathetique-firstpage-2.txt ├── test-suite-pathetique-firstpage-3.txt ├── test-suite-pathetique-firstpage-4.txt ├── test-suite-pathetique-firstpage-5.txt ├── test-suite-scarlatti-k517-01.txt ├── test-suite-scarlatti-k517-02.txt ├── test-suite-scarlatti-k517-03.txt ├── test-suite-scarlatti-k517-04.txt ├── test-suite-scarlatti-k517-05.txt ├── test-suite-scarlatti-k517-06.txt ├── test-suite-scarlatti-k517-07.txt ├── test-suite-scarlatti-k517-08.txt ├── test-suite-scarlatti-k517-09.txt ├── test-suite-scarlatti-k517-10.txt ├── test-suite-scarlatti-k517-11.txt ├── test-suite-scarlatti-k517-12.txt ├── test-suite-scarlatti-k517-13.txt ├── test-suite-scarlatti-k517-14.txt ├── test-suite-scarlatti-k517-15.txt ├── test-suite-spacing-1.txt ├── test-suite-spacing-2.txt ├── test-suite-spacing-3.txt ├── test-suite-tuplet-example-1.xml ├── test-suite-tuplet-example-2.xml ├── test-suite-tuplet-example-3.xml ├── test-suite-tuplet-example-4.xml └── test-suite-tuplets.txt ├── templates ├── mica-en-cpp.h ├── mica-en-java-data.java ├── mica-en-java-definitions.java ├── mica-en-java.java ├── mica-en-js-data.js ├── mica-en-js-global.js └── mica-en-js.js └── tool ├── demo-aes.cpp ├── demo-arguments.cpp ├── demo-ausampler.cpp ├── demo-awesome.cpp ├── demo-base64.cpp ├── demo-condense.cpp ├── demo-counter.cpp ├── demo-dijkstra.cpp ├── demo-directory.cpp ├── demo-environment.cpp ├── demo-event.cpp ├── demo-fft.cpp ├── demo-graph.cpp ├── demo-grapht.cpp ├── demo-hello.cpp ├── demo-histogram.cpp ├── demo-intro.cpp ├── demo-iterate.cpp ├── demo-job-manager.cpp ├── demo-json.cpp ├── demo-juce ├── .gitignore ├── Source │ ├── Belle.cpp │ ├── Belle.h │ ├── Main.cpp │ ├── MainComponent.cpp │ ├── MainComponent.h │ ├── MusicPage.cpp │ ├── MusicPage.h │ ├── MusicScore.cpp │ └── MusicScore.h └── demo-juce.jucer ├── demo-linear-solve.cpp ├── demo-md5.cpp ├── demo-measure-distribution.cpp ├── demo-mica-gen.cpp ├── demo-midi-info.cpp ├── demo-midi.cpp ├── demo-musicxml.cpp ├── demo-namespace.cpp ├── demo-pointer.cpp ├── demo-python.cpp ├── demo-sanitize.cpp ├── demo-segmented-hull.cpp ├── demo-snippets.cpp ├── demo-stable-hash.cpp ├── demo-string.cpp ├── demo-thread.cpp ├── demo-time.cpp ├── demo-timer.cpp ├── demo-tree.cpp ├── demo-units.cpp ├── demo-utf8.cpp ├── demo-uuid.cpp ├── demo-value.cpp ├── demo-xml-to-value.cpp ├── util-convert-font.cpp ├── util-embed.cpp ├── util-engrave.cpp ├── util-mica.cpp └── util-simple.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/README.md -------------------------------------------------------------------------------- /definitions/accidentals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/accidentals.xml -------------------------------------------------------------------------------- /definitions/api.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/api.xml -------------------------------------------------------------------------------- /definitions/barlines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/barlines.xml -------------------------------------------------------------------------------- /definitions/chromatic-notes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/chromatic-notes.xml -------------------------------------------------------------------------------- /definitions/chromatic-pitches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/chromatic-pitches.xml -------------------------------------------------------------------------------- /definitions/clef-symbols.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/clef-symbols.xml -------------------------------------------------------------------------------- /definitions/clefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/clefs.xml -------------------------------------------------------------------------------- /definitions/interval-aspects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/interval-aspects.xml -------------------------------------------------------------------------------- /definitions/intervals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/intervals.xml -------------------------------------------------------------------------------- /definitions/key-maps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/key-maps.xml -------------------------------------------------------------------------------- /definitions/key-signatures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/key-signatures.xml -------------------------------------------------------------------------------- /definitions/keys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/keys.xml -------------------------------------------------------------------------------- /definitions/letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/letters.xml -------------------------------------------------------------------------------- /definitions/map-chromatic-note-to-accidental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-chromatic-note-to-accidental.xml -------------------------------------------------------------------------------- /definitions/map-chromatic-note-to-letter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-chromatic-note-to-letter.xml -------------------------------------------------------------------------------- /definitions/map-chromatic-note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-chromatic-note.xml -------------------------------------------------------------------------------- /definitions/map-diatonic-pitch-accidental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-diatonic-pitch-accidental.xml -------------------------------------------------------------------------------- /definitions/map-diatonic-pitch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-diatonic-pitch.xml -------------------------------------------------------------------------------- /definitions/map-letter-accidental-octave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-letter-accidental-octave.xml -------------------------------------------------------------------------------- /definitions/map-letter-accidental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-letter-accidental.xml -------------------------------------------------------------------------------- /definitions/map-pitch-to-accidental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-pitch-to-accidental.xml -------------------------------------------------------------------------------- /definitions/map-pitch-to-letter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-pitch-to-letter.xml -------------------------------------------------------------------------------- /definitions/map-pitch-to-midi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-pitch-to-midi.xml -------------------------------------------------------------------------------- /definitions/map-pitch-to-octave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/map-pitch-to-octave.xml -------------------------------------------------------------------------------- /definitions/meter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/meter.xml -------------------------------------------------------------------------------- /definitions/mica.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/mica.dtd -------------------------------------------------------------------------------- /definitions/midi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/midi.xml -------------------------------------------------------------------------------- /definitions/modes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/modes.xml -------------------------------------------------------------------------------- /definitions/pitch-types.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/pitch-types.xml -------------------------------------------------------------------------------- /definitions/rhythm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/rhythm.xml -------------------------------------------------------------------------------- /definitions/smufl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/smufl.xml -------------------------------------------------------------------------------- /definitions/staff-positions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/staff-positions.xml -------------------------------------------------------------------------------- /definitions/staff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/staff.xml -------------------------------------------------------------------------------- /definitions/steps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/steps.xml -------------------------------------------------------------------------------- /definitions/structure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/structure.xml -------------------------------------------------------------------------------- /definitions/time-signatures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/time-signatures.xml -------------------------------------------------------------------------------- /definitions/visual.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/definitions/visual.xml -------------------------------------------------------------------------------- /include/belle-abstracts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-abstracts.h -------------------------------------------------------------------------------- /include/belle-accidental-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-accidental-state.h -------------------------------------------------------------------------------- /include/belle-accidentals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-accidentals.h -------------------------------------------------------------------------------- /include/belle-annotations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-annotations.h -------------------------------------------------------------------------------- /include/belle-api-header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-api-header.h -------------------------------------------------------------------------------- /include/belle-api-source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-api-source.h -------------------------------------------------------------------------------- /include/belle-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-api.h -------------------------------------------------------------------------------- /include/belle-articulations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-articulations.h -------------------------------------------------------------------------------- /include/belle-barline-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-barline-state.h -------------------------------------------------------------------------------- /include/belle-barline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-barline.h -------------------------------------------------------------------------------- /include/belle-beaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-beaming.h -------------------------------------------------------------------------------- /include/belle-blank.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-blank.h -------------------------------------------------------------------------------- /include/belle-brush.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-brush.h -------------------------------------------------------------------------------- /include/belle-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-cache.h -------------------------------------------------------------------------------- /include/belle-chord-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-chord-state.h -------------------------------------------------------------------------------- /include/belle-clef-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-clef-state.h -------------------------------------------------------------------------------- /include/belle-clef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-clef.h -------------------------------------------------------------------------------- /include/belle-colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-colors.h -------------------------------------------------------------------------------- /include/belle-core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-core.h -------------------------------------------------------------------------------- /include/belle-coregraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-coregraphics.h -------------------------------------------------------------------------------- /include/belle-dots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-dots.h -------------------------------------------------------------------------------- /include/belle-drawable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-drawable.h -------------------------------------------------------------------------------- /include/belle-engraver-utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-engraver-utility.h -------------------------------------------------------------------------------- /include/belle-engraver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-engraver.h -------------------------------------------------------------------------------- /include/belle-equivalence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-equivalence.h -------------------------------------------------------------------------------- /include/belle-expressions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-expressions.h -------------------------------------------------------------------------------- /include/belle-filter-autocorrect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-autocorrect.h -------------------------------------------------------------------------------- /include/belle-filter-beaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-beaming.h -------------------------------------------------------------------------------- /include/belle-filter-harmonization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-harmonization.h -------------------------------------------------------------------------------- /include/belle-filter-interval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-interval.h -------------------------------------------------------------------------------- /include/belle-filter-pitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-pitch.h -------------------------------------------------------------------------------- /include/belle-filter-rhythm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-rhythm.h -------------------------------------------------------------------------------- /include/belle-filter-staff-select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-staff-select.h -------------------------------------------------------------------------------- /include/belle-filter-time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-time.h -------------------------------------------------------------------------------- /include/belle-filter-traversal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-filter-traversal.h -------------------------------------------------------------------------------- /include/belle-flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-flags.h -------------------------------------------------------------------------------- /include/belle-font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-font.h -------------------------------------------------------------------------------- /include/belle-formats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-formats.h -------------------------------------------------------------------------------- /include/belle-freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-freetype.h -------------------------------------------------------------------------------- /include/belle-general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-general.h -------------------------------------------------------------------------------- /include/belle-geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-geometry.h -------------------------------------------------------------------------------- /include/belle-graphic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-graphic.h -------------------------------------------------------------------------------- /include/belle-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-helper.h -------------------------------------------------------------------------------- /include/belle-house-style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-house-style.h -------------------------------------------------------------------------------- /include/belle-incipits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-incipits.h -------------------------------------------------------------------------------- /include/belle-instant-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-instant-state.h -------------------------------------------------------------------------------- /include/belle-island-generators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-island-generators.h -------------------------------------------------------------------------------- /include/belle-island-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-island-state.h -------------------------------------------------------------------------------- /include/belle-island.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-island.h -------------------------------------------------------------------------------- /include/belle-juce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-juce.h -------------------------------------------------------------------------------- /include/belle-key-signature-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-key-signature-state.h -------------------------------------------------------------------------------- /include/belle-key-signature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-key-signature.h -------------------------------------------------------------------------------- /include/belle-label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-label.h -------------------------------------------------------------------------------- /include/belle-ledger-lines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-ledger-lines.h -------------------------------------------------------------------------------- /include/belle-measure-rest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-measure-rest.h -------------------------------------------------------------------------------- /include/belle-midi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-midi.h -------------------------------------------------------------------------------- /include/belle-multivoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-multivoice.h -------------------------------------------------------------------------------- /include/belle-music-iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-music-iterator.h -------------------------------------------------------------------------------- /include/belle-music.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-music.h -------------------------------------------------------------------------------- /include/belle-musicxml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-musicxml.h -------------------------------------------------------------------------------- /include/belle-notes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-notes.h -------------------------------------------------------------------------------- /include/belle-octave-transposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-octave-transposition.h -------------------------------------------------------------------------------- /include/belle-optics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-optics.h -------------------------------------------------------------------------------- /include/belle-painters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-painters.h -------------------------------------------------------------------------------- /include/belle-part-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-part-state.h -------------------------------------------------------------------------------- /include/belle-path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-path.h -------------------------------------------------------------------------------- /include/belle-pdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-pdf.h -------------------------------------------------------------------------------- /include/belle-pedal-markings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-pedal-markings.h -------------------------------------------------------------------------------- /include/belle-performance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-performance.h -------------------------------------------------------------------------------- /include/belle-phrasing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-phrasing.h -------------------------------------------------------------------------------- /include/belle-placement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-placement.h -------------------------------------------------------------------------------- /include/belle-publisher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-publisher.h -------------------------------------------------------------------------------- /include/belle-rests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-rests.h -------------------------------------------------------------------------------- /include/belle-rhythm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-rhythm.h -------------------------------------------------------------------------------- /include/belle-score.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-score.h -------------------------------------------------------------------------------- /include/belle-search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-search.h -------------------------------------------------------------------------------- /include/belle-shapes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-shapes.h -------------------------------------------------------------------------------- /include/belle-spacing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-spacing.h -------------------------------------------------------------------------------- /include/belle-springs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-springs.h -------------------------------------------------------------------------------- /include/belle-stamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-stamp.h -------------------------------------------------------------------------------- /include/belle-stems.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-stems.h -------------------------------------------------------------------------------- /include/belle-svg-painter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-svg-painter.h -------------------------------------------------------------------------------- /include/belle-svg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-svg.h -------------------------------------------------------------------------------- /include/belle-system-generators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-system-generators.h -------------------------------------------------------------------------------- /include/belle-system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-system.h -------------------------------------------------------------------------------- /include/belle-test-suite-data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-test-suite-data.h -------------------------------------------------------------------------------- /include/belle-test-suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-test-suite.h -------------------------------------------------------------------------------- /include/belle-test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-test.h -------------------------------------------------------------------------------- /include/belle-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-text.h -------------------------------------------------------------------------------- /include/belle-time-signature-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-time-signature-state.h -------------------------------------------------------------------------------- /include/belle-time-signature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-time-signature.h -------------------------------------------------------------------------------- /include/belle-transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-transform.h -------------------------------------------------------------------------------- /include/belle-transitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-transitive.h -------------------------------------------------------------------------------- /include/belle-tuplets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-tuplets.h -------------------------------------------------------------------------------- /include/belle-units.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-units.h -------------------------------------------------------------------------------- /include/belle-utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-utility.h -------------------------------------------------------------------------------- /include/belle-value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-value.h -------------------------------------------------------------------------------- /include/belle-voicing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-voicing.h -------------------------------------------------------------------------------- /include/belle-vtables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-vtables.h -------------------------------------------------------------------------------- /include/belle-wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle-wrap.h -------------------------------------------------------------------------------- /include/belle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/belle.h -------------------------------------------------------------------------------- /include/prim-aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-aes.h -------------------------------------------------------------------------------- /include/prim-aiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-aiff.h -------------------------------------------------------------------------------- /include/prim-arguments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-arguments.h -------------------------------------------------------------------------------- /include/prim-array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-array.h -------------------------------------------------------------------------------- /include/prim-boolean-pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-boolean-pointer.h -------------------------------------------------------------------------------- /include/prim-complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-complex.h -------------------------------------------------------------------------------- /include/prim-configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-configuration.h -------------------------------------------------------------------------------- /include/prim-console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-console.h -------------------------------------------------------------------------------- /include/prim-constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-constants.h -------------------------------------------------------------------------------- /include/prim-counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-counter.h -------------------------------------------------------------------------------- /include/prim-encoding-base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-encoding-base64.h -------------------------------------------------------------------------------- /include/prim-encoding-csv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-encoding-csv.h -------------------------------------------------------------------------------- /include/prim-encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-encoding.h -------------------------------------------------------------------------------- /include/prim-endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-endian.h -------------------------------------------------------------------------------- /include/prim-environment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-environment.h -------------------------------------------------------------------------------- /include/prim-file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-file.h -------------------------------------------------------------------------------- /include/prim-graph-t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-graph-t.h -------------------------------------------------------------------------------- /include/prim-histogram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-histogram.h -------------------------------------------------------------------------------- /include/prim-includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-includes.h -------------------------------------------------------------------------------- /include/prim-json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-json.h -------------------------------------------------------------------------------- /include/prim-language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-language.h -------------------------------------------------------------------------------- /include/prim-list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-list.h -------------------------------------------------------------------------------- /include/prim-math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-math.h -------------------------------------------------------------------------------- /include/prim-matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-matrix.h -------------------------------------------------------------------------------- /include/prim-md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-md5.h -------------------------------------------------------------------------------- /include/prim-memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-memory.h -------------------------------------------------------------------------------- /include/prim-mod-directory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-directory.h -------------------------------------------------------------------------------- /include/prim-mod-fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-fft.h -------------------------------------------------------------------------------- /include/prim-mod-javascript-jsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-javascript-jsc.h -------------------------------------------------------------------------------- /include/prim-mod-javascript-v8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-javascript-v8.h -------------------------------------------------------------------------------- /include/prim-mod-javascript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-javascript.h -------------------------------------------------------------------------------- /include/prim-mod-memory-map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-memory-map.h -------------------------------------------------------------------------------- /include/prim-mod-midi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-midi.h -------------------------------------------------------------------------------- /include/prim-mod-python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-python.h -------------------------------------------------------------------------------- /include/prim-mod-queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-queue.h -------------------------------------------------------------------------------- /include/prim-mod-shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-shell.h -------------------------------------------------------------------------------- /include/prim-mod-thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-thread.h -------------------------------------------------------------------------------- /include/prim-mod-timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-timer.h -------------------------------------------------------------------------------- /include/prim-mod-tinyxml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-mod-tinyxml.h -------------------------------------------------------------------------------- /include/prim-planar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-planar.h -------------------------------------------------------------------------------- /include/prim-platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-platform.h -------------------------------------------------------------------------------- /include/prim-pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-pointer.h -------------------------------------------------------------------------------- /include/prim-random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-random.h -------------------------------------------------------------------------------- /include/prim-rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-rational.h -------------------------------------------------------------------------------- /include/prim-serialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-serialization.h -------------------------------------------------------------------------------- /include/prim-singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-singleton.h -------------------------------------------------------------------------------- /include/prim-sortable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-sortable.h -------------------------------------------------------------------------------- /include/prim-string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-string.h -------------------------------------------------------------------------------- /include/prim-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-table.h -------------------------------------------------------------------------------- /include/prim-time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-time.h -------------------------------------------------------------------------------- /include/prim-tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-tree.h -------------------------------------------------------------------------------- /include/prim-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-types.h -------------------------------------------------------------------------------- /include/prim-unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-unicode.h -------------------------------------------------------------------------------- /include/prim-uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-uuid.h -------------------------------------------------------------------------------- /include/prim-value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-value.h -------------------------------------------------------------------------------- /include/prim-xml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim-xml.h -------------------------------------------------------------------------------- /include/prim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/include/prim.h -------------------------------------------------------------------------------- /resources/bach-invention.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/bach-invention.xml -------------------------------------------------------------------------------- /resources/ghostscript-tiger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/ghostscript-tiger.svg -------------------------------------------------------------------------------- /resources/malformed-bad-stem-direction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-bad-stem-direction.xml -------------------------------------------------------------------------------- /resources/malformed-beam-within-island.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-beam-within-island.xml -------------------------------------------------------------------------------- /resources/malformed-beaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-beaming.xml -------------------------------------------------------------------------------- /resources/malformed-begins-with-fewer-parts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-begins-with-fewer-parts.xml -------------------------------------------------------------------------------- /resources/malformed-chord-at-front.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-chord-at-front.xml -------------------------------------------------------------------------------- /resources/malformed-criss-cross.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-criss-cross.xml -------------------------------------------------------------------------------- /resources/malformed-empty-rhythmic-region.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-empty-rhythmic-region.xml -------------------------------------------------------------------------------- /resources/malformed-empty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-empty.xml -------------------------------------------------------------------------------- /resources/malformed-fractal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-fractal.xml -------------------------------------------------------------------------------- /resources/malformed-instantwise-cycle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-instantwise-cycle.xml -------------------------------------------------------------------------------- /resources/malformed-instantwise-intersect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-instantwise-intersect.xml -------------------------------------------------------------------------------- /resources/malformed-midi-export.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-midi-export.xml -------------------------------------------------------------------------------- /resources/malformed-missing-instantwise.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-missing-instantwise.xml -------------------------------------------------------------------------------- /resources/malformed-one-node.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-one-node.xml -------------------------------------------------------------------------------- /resources/malformed-partwise-cycle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/malformed-partwise-cycle.xml -------------------------------------------------------------------------------- /resources/smiley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/smiley.jpg -------------------------------------------------------------------------------- /resources/test-suite-accidentals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-accidentals.txt -------------------------------------------------------------------------------- /resources/test-suite-beam-and-tie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-beam-and-tie.txt -------------------------------------------------------------------------------- /resources/test-suite-beam-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-beam-test.txt -------------------------------------------------------------------------------- /resources/test-suite-beaming-levels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-beaming-levels.txt -------------------------------------------------------------------------------- /resources/test-suite-blank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-blank.txt -------------------------------------------------------------------------------- /resources/test-suite-dido.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-dido.txt -------------------------------------------------------------------------------- /resources/test-suite-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-example.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-05r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-05r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-06r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-06r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-07r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-07r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-08r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-08r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-09r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-09r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-10r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-10r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-11r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-11r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-12r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-12r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-13r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-13r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-14.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-14r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-14r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-15.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-15r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-15r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-16.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-16r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-16r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-17.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-17r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-17r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-18.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-18r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-18r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beams-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beams-19.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beethoven-2-rh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beethoven-2-rh.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-beethoven-3-rh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-beethoven-3-rh.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-chord-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-chord-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-05r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-05r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-06r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-06r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-dot-07r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-dot-07r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-many.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-many.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-multiple-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multiple-1.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-multiple-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multiple-2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-multivoice-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multivoice-0.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-multivoice-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multivoice-1.xml -------------------------------------------------------------------------------- /resources/test-suite-filter-multivoice-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multivoice-2.xml -------------------------------------------------------------------------------- /resources/test-suite-filter-multivoice-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-multivoice-3.xml -------------------------------------------------------------------------------- /resources/test-suite-filter-pathetique-4-rh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pathetique-4-rh.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-05r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-05r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-06r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-06r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-07r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-07r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-08r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-08r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-09r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-09r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-10r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-10r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-11r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-11r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-12r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-12r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-pitch-13r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-pitch-13r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rest.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-00.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-14.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-15.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-16.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-no-barline-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-no-barline-2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-no-barline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-no-barline.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-undot-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-undot-1.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-undot-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-undot-2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-undot-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-undot-3.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-rhythm-undot-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-rhythm-undot-4.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-1-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-1-2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-1-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-1-22.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-1-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-1-3.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-1.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-2-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-2-2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-2-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-2-22.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-single-same-3-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-single-same-3-1.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-00.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-14.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-15.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-16.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-17.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-18.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-19.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-20.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-21.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-22.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-23.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-24.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-test-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-test-25.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-0-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-0-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-0-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-0-68.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-0.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-05r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-05r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-06r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-06r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-07r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-07r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-08r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-08r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-09r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-09r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-1-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-1-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-1-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-1-68.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-10r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-10r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-11r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-11r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-12r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-12r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-13r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-13r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-14.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-14r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-14r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-15.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-15r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-15r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-16.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-16r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-16r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-17.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-17r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-17r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-18.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-18r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-18r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-19.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-19r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-19r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-2-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-2-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-2-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-2-68.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-20.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-20r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-20r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-21.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-21r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-21r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-22.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-22r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-22r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-3-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-3-68.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-4-128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-4-128.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-4-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-4-68.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-5-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-5-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-5-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-5-44.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-5-78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-5-78.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-6-rest-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-6-rest-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-basic-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-basic-34.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-incorrect-128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-incorrect-128.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-merge-end-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-merge-end-44.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-signature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-signature.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-time-sync-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-time-sync-44.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-tuplet-before1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-tuplet-before1.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-tuplet-before2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-tuplet-before2.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-tuplet-before3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-tuplet-before3.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-01.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-01r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-01r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-02.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-02r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-02r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-03.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-03r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-03r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-04.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-04r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-04r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-05.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-05r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-05r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-06.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-06r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-06r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-07.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-07r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-07r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-08.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-08r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-08r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-09.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-09r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-09r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-10.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-10r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-10r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-11.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-11r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-11r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-12.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-12r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-12r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-13.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-13r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-13r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-14.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-14r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-14r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-15.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-15r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-15r.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-16.txt -------------------------------------------------------------------------------- /resources/test-suite-filter-undot-16r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-filter-undot-16r.txt -------------------------------------------------------------------------------- /resources/test-suite-general-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-general-01.txt -------------------------------------------------------------------------------- /resources/test-suite-general-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-general-02.txt -------------------------------------------------------------------------------- /resources/test-suite-general-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-general-03.txt -------------------------------------------------------------------------------- /resources/test-suite-general-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-general-04.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-1.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-1.xml -------------------------------------------------------------------------------- /resources/test-suite-op110-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-2.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-2.xml -------------------------------------------------------------------------------- /resources/test-suite-op110-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-3.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-3.xml -------------------------------------------------------------------------------- /resources/test-suite-op110-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-4.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-4.xml -------------------------------------------------------------------------------- /resources/test-suite-op110-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-5.txt -------------------------------------------------------------------------------- /resources/test-suite-op110-5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-op110-5.xml -------------------------------------------------------------------------------- /resources/test-suite-pathetique-firstpage-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-pathetique-firstpage-1.txt -------------------------------------------------------------------------------- /resources/test-suite-pathetique-firstpage-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-pathetique-firstpage-2.txt -------------------------------------------------------------------------------- /resources/test-suite-pathetique-firstpage-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-pathetique-firstpage-3.txt -------------------------------------------------------------------------------- /resources/test-suite-pathetique-firstpage-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-pathetique-firstpage-4.txt -------------------------------------------------------------------------------- /resources/test-suite-pathetique-firstpage-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-pathetique-firstpage-5.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-01.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-02.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-03.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-04.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-05.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-06.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-07.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-08.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-09.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-10.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-11.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-12.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-13.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-14.txt -------------------------------------------------------------------------------- /resources/test-suite-scarlatti-k517-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-scarlatti-k517-15.txt -------------------------------------------------------------------------------- /resources/test-suite-spacing-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-spacing-1.txt -------------------------------------------------------------------------------- /resources/test-suite-spacing-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-spacing-2.txt -------------------------------------------------------------------------------- /resources/test-suite-spacing-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-spacing-3.txt -------------------------------------------------------------------------------- /resources/test-suite-tuplet-example-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-tuplet-example-1.xml -------------------------------------------------------------------------------- /resources/test-suite-tuplet-example-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-tuplet-example-2.xml -------------------------------------------------------------------------------- /resources/test-suite-tuplet-example-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-tuplet-example-3.xml -------------------------------------------------------------------------------- /resources/test-suite-tuplet-example-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-tuplet-example-4.xml -------------------------------------------------------------------------------- /resources/test-suite-tuplets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/resources/test-suite-tuplets.txt -------------------------------------------------------------------------------- /templates/mica-en-cpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-cpp.h -------------------------------------------------------------------------------- /templates/mica-en-java-data.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-java-data.java -------------------------------------------------------------------------------- /templates/mica-en-java-definitions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-java-definitions.java -------------------------------------------------------------------------------- /templates/mica-en-java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-java.java -------------------------------------------------------------------------------- /templates/mica-en-js-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-js-data.js -------------------------------------------------------------------------------- /templates/mica-en-js-global.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-js-global.js -------------------------------------------------------------------------------- /templates/mica-en-js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/templates/mica-en-js.js -------------------------------------------------------------------------------- /tool/demo-aes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-aes.cpp -------------------------------------------------------------------------------- /tool/demo-arguments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-arguments.cpp -------------------------------------------------------------------------------- /tool/demo-ausampler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-ausampler.cpp -------------------------------------------------------------------------------- /tool/demo-awesome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-awesome.cpp -------------------------------------------------------------------------------- /tool/demo-base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-base64.cpp -------------------------------------------------------------------------------- /tool/demo-condense.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-condense.cpp -------------------------------------------------------------------------------- /tool/demo-counter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-counter.cpp -------------------------------------------------------------------------------- /tool/demo-dijkstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-dijkstra.cpp -------------------------------------------------------------------------------- /tool/demo-directory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-directory.cpp -------------------------------------------------------------------------------- /tool/demo-environment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-environment.cpp -------------------------------------------------------------------------------- /tool/demo-event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-event.cpp -------------------------------------------------------------------------------- /tool/demo-fft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-fft.cpp -------------------------------------------------------------------------------- /tool/demo-graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-graph.cpp -------------------------------------------------------------------------------- /tool/demo-grapht.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-grapht.cpp -------------------------------------------------------------------------------- /tool/demo-hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-hello.cpp -------------------------------------------------------------------------------- /tool/demo-histogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-histogram.cpp -------------------------------------------------------------------------------- /tool/demo-intro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-intro.cpp -------------------------------------------------------------------------------- /tool/demo-iterate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-iterate.cpp -------------------------------------------------------------------------------- /tool/demo-job-manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-job-manager.cpp -------------------------------------------------------------------------------- /tool/demo-json.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-json.cpp -------------------------------------------------------------------------------- /tool/demo-juce/.gitignore: -------------------------------------------------------------------------------- 1 | /Builds 2 | /JuceLibraryCode 3 | -------------------------------------------------------------------------------- /tool/demo-juce/Source/Belle.cpp: -------------------------------------------------------------------------------- 1 | #define BELLE_COMPILE_INLINE 2 | 3 | #include "Belle.h" 4 | -------------------------------------------------------------------------------- /tool/demo-juce/Source/Belle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/Belle.h -------------------------------------------------------------------------------- /tool/demo-juce/Source/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/Main.cpp -------------------------------------------------------------------------------- /tool/demo-juce/Source/MainComponent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MainComponent.cpp -------------------------------------------------------------------------------- /tool/demo-juce/Source/MainComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MainComponent.h -------------------------------------------------------------------------------- /tool/demo-juce/Source/MusicPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MusicPage.cpp -------------------------------------------------------------------------------- /tool/demo-juce/Source/MusicPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MusicPage.h -------------------------------------------------------------------------------- /tool/demo-juce/Source/MusicScore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MusicScore.cpp -------------------------------------------------------------------------------- /tool/demo-juce/Source/MusicScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/Source/MusicScore.h -------------------------------------------------------------------------------- /tool/demo-juce/demo-juce.jucer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-juce/demo-juce.jucer -------------------------------------------------------------------------------- /tool/demo-linear-solve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-linear-solve.cpp -------------------------------------------------------------------------------- /tool/demo-md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-md5.cpp -------------------------------------------------------------------------------- /tool/demo-measure-distribution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-measure-distribution.cpp -------------------------------------------------------------------------------- /tool/demo-mica-gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-mica-gen.cpp -------------------------------------------------------------------------------- /tool/demo-midi-info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-midi-info.cpp -------------------------------------------------------------------------------- /tool/demo-midi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-midi.cpp -------------------------------------------------------------------------------- /tool/demo-musicxml.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-musicxml.cpp -------------------------------------------------------------------------------- /tool/demo-namespace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-namespace.cpp -------------------------------------------------------------------------------- /tool/demo-pointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-pointer.cpp -------------------------------------------------------------------------------- /tool/demo-python.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-python.cpp -------------------------------------------------------------------------------- /tool/demo-sanitize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-sanitize.cpp -------------------------------------------------------------------------------- /tool/demo-segmented-hull.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-segmented-hull.cpp -------------------------------------------------------------------------------- /tool/demo-snippets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-snippets.cpp -------------------------------------------------------------------------------- /tool/demo-stable-hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-stable-hash.cpp -------------------------------------------------------------------------------- /tool/demo-string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-string.cpp -------------------------------------------------------------------------------- /tool/demo-thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-thread.cpp -------------------------------------------------------------------------------- /tool/demo-time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-time.cpp -------------------------------------------------------------------------------- /tool/demo-timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-timer.cpp -------------------------------------------------------------------------------- /tool/demo-tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-tree.cpp -------------------------------------------------------------------------------- /tool/demo-units.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-units.cpp -------------------------------------------------------------------------------- /tool/demo-utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-utf8.cpp -------------------------------------------------------------------------------- /tool/demo-uuid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-uuid.cpp -------------------------------------------------------------------------------- /tool/demo-value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-value.cpp -------------------------------------------------------------------------------- /tool/demo-xml-to-value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/demo-xml-to-value.cpp -------------------------------------------------------------------------------- /tool/util-convert-font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/util-convert-font.cpp -------------------------------------------------------------------------------- /tool/util-embed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/util-embed.cpp -------------------------------------------------------------------------------- /tool/util-engrave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/util-engrave.cpp -------------------------------------------------------------------------------- /tool/util-mica.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/util-mica.cpp -------------------------------------------------------------------------------- /tool/util-simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andigamesandmusic/belle/HEAD/tool/util-simple.cpp --------------------------------------------------------------------------------