mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-27 07:46:33 +00:00
49 lines
4.6 KiB
HTML
Executable file
49 lines
4.6 KiB
HTML
Executable file
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
|
<meta name="generator" content="ZealOS V1.07">
|
|
<style type="text/css">
|
|
body {background-color:#1f1f1f;}
|
|
.cF0{color:#e3e3e3;background-color:#1f1f1f;}
|
|
.cF1{color:#4f84a6;background-color:#1f1f1f;}
|
|
.cF2{color:#73a255;background-color:#1f1f1f;}
|
|
.cF3{color:#297582;background-color:#1f1f1f;}
|
|
.cF4{color:#b34f4b;background-color:#1f1f1f;}
|
|
.cF5{color:#8a52c3;background-color:#1f1f1f;}
|
|
.cF6{color:#b7822f;background-color:#1f1f1f;}
|
|
.cF7{color:#444444;background-color:#1f1f1f;}
|
|
.cF8{color:#6d6d6d;background-color:#1f1f1f;}
|
|
.cF9{color:#94bfde;background-color:#1f1f1f;}
|
|
.cFA{color:#a1ce97;background-color:#1f1f1f;}
|
|
.cFB{color:#6db4be;background-color:#1f1f1f;}
|
|
.cFC{color:#e88e88;background-color:#1f1f1f;}
|
|
.cFD{color:#ca94e8;background-color:#1f1f1f;}
|
|
.cFE{color:#d4b475;background-color:#1f1f1f;}
|
|
.cFF{color:#1f1f1f;background-color:#1f1f1f;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<pre style="font-family:monospace;font-size:12pt">
|
|
<a name="l1"></a><span class=cF5> Psalmody Help</span><span class=cF0>
|
|
<a name="l2"></a>
|
|
<a name="l3"></a>* The keyboard can be used as an organ by typing letter keys or clicking the mouse on the keyboard diagram. You can "record"
|
|
<a name="l4"></a>notes by pressing the red button and typing letters. They will appear on the musical staff. You can edit and save them.
|
|
<a name="l5"></a>
|
|
<a name="l6"></a>* The clip can be used to cut and paste.
|
|
<a name="l7"></a>
|
|
<a name="l8"></a>* </span><span class=cF2>Psalmody</span><span class=cF0> uses </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/ZealC.DD.html#l1"><span class=cF4>ZealC</span></a><span class=cF0> files as the song format! See </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/Examples/prosper.ZC.html#l1"><span class=cF4>::/Apps/Psalmody/Examples/prosper.ZC</span></a><span class=cF0>. The </span><span class=cF2>Psalmody</span><span class=cF0> program does not
|
|
<a name="l9"></a>fully parse the songs when loading them back in, so changes made outside </span><span class=cF2>Psalmody</span><span class=cF0> will be lost, like if you add graphics.
|
|
<a name="l10"></a>
|
|
<a name="l11"></a>* The first line of the </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/ZealC.DD.html#l1"><span class=cF4>ZealC</span></a><span class=cF0> song files is a comment with a category recognized by </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/JukeBox.ZC.html#l121"><span class=cF4>JukeBox</span></a><span class=cF0>(). The categories are </span><span class=cF2>"no
|
|
<a name="l12"></a>nothing"</span><span class=cF0>, </span><span class=cF2>"has words"</span><span class=cF0>, </span><span class=cF2>"has graphics"</span><span class=cF0>, or </span><span class=cF2>"special"</span><span class=cF0>. The third character in the song comment is a digit rating number, shown
|
|
<a name="l13"></a>in </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/JukeBox.ZC.html#l121"><span class=cF4>JukeBox</span></a><span class=cF0>(). You can set the song rating in </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/JukeBox.ZC.html#l121"><span class=cF4>JukeBox</span></a><span class=cF0>() by pressing </span><span class=cF2>0</span><span class=cF0>-</span><span class=cF2>9</span><span class=cF0>. You can request your reward from God by pressing </span><span class=cF2>r</span><span class=cF0>.
|
|
<a name="l14"></a>You can press </span><span class=cF2><DEL></span><span class=cF0> to delete songs.
|
|
<a name="l15"></a>
|
|
<a name="l16"></a>* You can take the </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Sound.ZC.html#l238"><span class=cF4>Play</span></a><span class=cF0>() statements out of a song file and place them in your programs. You can also add a song to a
|
|
<a name="l17"></a>document with </span><span class=cF2><CTRL-l></span><span class=cF0>, but you should do it after pressing </span><span class=cF2><CTRL-t></span><span class=cF0> because the clip-insert in </span><span class=cF2><CTRL-l></span><span class=cF0> is screwy. See this
|
|
<a name="l18"></a><Song> after pressing </span><span class=cF2><CTRL-t></span><span class=cF0>, now.
|
|
<a name="l19"></a>
|
|
<a name="l20"></a>* You can call </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/JukeBox.ZC.html#l121"><span class=cF4>JukeBox</span></a><span class=cF0>("~/Psalmody"); to play your songs.
|
|
</span></pre></body>
|
|
</html>
|