-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
file(GLOB MIDI_FILES *.mid) | ||
file(GLOB KAR_FILES *.kar) | ||
install( FILES ${MIDI_FILES} ${KAR_FILES} | ||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# MIDI and Karaoke examples. | ||
|
||
The MIDI files have been created in [Rosegarden](https://www.rosegardenmusic.com/) and the corresponding sources are included in this directory. | ||
|
||
The license of the MIDI examples is [Creative Commons Attribution-Share Alike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/). | ||
|
||
The Karaoke example is created with [MMA](https://www.mellowood.ca/mma/index.html) (Musical MIDI Accompaniment) and the corresponding source is included in this directory. Use MMA 1.5e or newer. | ||
|
||
The MMA example is copyrighted by Bob van der Poel, and licensed under the terms of the GPLv2+, like the MMA program itself. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
// Twinkle, Twinkle, Little Star | ||
// for MMA, http://www.mellowood.ca/mma/index.html | ||
|
||
MIDICopyright © 2002-2010 Bob van der Poel <bob@mellowood.ca> | ||
MIDIText @LENGL | ||
MIDIText @IFree use of this file is granted under the terms of the GNU General Public License. | ||
MIDIText @TTwinkle, Twinkle, Little Star | ||
|
||
Lyric Karmode=On | ||
|
||
Tempo 250 | ||
|
||
Groove Metronome2 | ||
|
||
z * 2 | ||
|
||
Groove HillCountryPlus | ||
|
||
Begin Solo | ||
Voice Recorder | ||
Octave 7 | ||
Volume f | ||
Harmony OpenBelow | ||
End | ||
|
||
Repeat | ||
|
||
G {2g-;2g-;} [\Twin-kle,] [\When the] | ||
G {2d;2d;} [Twin-kle] [bla-zing] | ||
C {2e;2e;} [lit-tle] [sun is] | ||
G {1d;} [star;] [gone,] | ||
Am {2c;2c;} [/How I] [/When he] | ||
G {2b-;2b-;} [won-der] [no-thing] | ||
D7 {2a-;2a-;} [what you] [shines u-] | ||
G {1g-;} [are.] [pon.] | ||
G {2d;2d;} [/Up a-] [/Then you] | ||
C {2c;2c;} [bove the] [show your] | ||
G {2b-;2b-;} [world so] [lit-tle] | ||
D {1a-;} [high,] [light,] | ||
G {2d;2d;} [/Like a] [/Twin-kle,] | ||
C {2c;2c;} [dia-mond] [twin-kle,] | ||
G {2b-;2b-;} [in the] [all the] | ||
D7 {1a-;} [sky!] [night.] | ||
G {2g-;2g-;} [/Twin-kle,] | ||
G {2d;2d;} [twin-kle] | ||
C {2e;2e;} [Lit-tle] | ||
G {1d;} [star,] | ||
Am {2c;2c;} [/How I] | ||
G {2b-;2b-;} [won-der] | ||
D7 {2a-;2a-;} [what you] | ||
G {1g-;} [are./] | ||
|
||
Lyric Verse=Inc | ||
RepeatEnd | ||
|
||
Groove HillCountryEnd | ||
|
||
G * 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters