-
Notifications
You must be signed in to change notification settings - Fork 1
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
David O'Toole
committed
Apr 7, 2010
1 parent
95bdd1b
commit c03f5f1
Showing
8 changed files
with
62 additions
and
16 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
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
((("This is the help screen. Press F2 to return to play. While playing you")) | ||
(("can left-click any object for help. Press PAUSE (or CONTROL-P) to pause,")) | ||
(("this makes it easier to click and see what all the different objects are.")) | ||
(("Press Control Q to quit."))) | ||
This is the help screen for XIODEV. Press F2 to return to the | ||
spreadsheet view. | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
( | ||
(:name "help-message" :type :formatted-text :file "README") | ||
(:name "help-message" :type :text :file "README") | ||
(:name ".default-font" :type :font :properties (:height 14 :width 7) :data "7x14b") | ||
(:name ".startup" :type :lisp :file "xiodev.lisp" :properties (:autoload t)) | ||
) |
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,15 @@ | ||
#!/bin/bash | ||
|
||
ecasound -i:tone,sine,261.63,5 -o:C-2-sine.wav | ||
ecasound -i:tone,sine,277.18,5 -o:C\#2-sine.wav | ||
ecasound -i:tone,sine,293.66,5 -o:D-2-sine.wav | ||
ecasound -i:tone,sine,311.13,5 -o:D\#2-sine.wav | ||
ecasound -i:tone,sine,329.63,5 -o:E-2-sine.wav | ||
ecasound -i:tone,sine,349.23,5 -o:F-2-sine.wav | ||
ecasound -i:tone,sine,369.99,5 -o:F\#2-sine.wav | ||
ecasound -i:tone,sine,392.00,5 -o:G-2-sine.wav | ||
ecasound -i:tone,sine,415.30,5 -o:G\#2-sine.wav | ||
ecasound -i:tone,sine,440.00,5 -o:A-2-sine.wav | ||
ecasound -i:tone,sine,466.16,5 -o:A\#2-sine.wav | ||
ecasound -i:tone,sine,493.88,5 -o:B-2-sine.wav | ||
ecasound -i:tone,sine,523.25,5 -o:C-3-sine.wav |
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