mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Piano: Start working on a desktop piano.
The idea here is to implement a simple synhesizer that allows you to play music with your keyboard. :^) It's a huge hack currently but we can improve upon this.
This commit is contained in:
parent
f712ead1fb
commit
c962c54610
7 changed files with 531 additions and 0 deletions
|
@ -77,6 +77,7 @@ cp ../Applications/Terminal/Terminal mnt/bin/Terminal
|
|||
cp ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
|
||||
cp ../Applications/PaintBrush/PaintBrush mnt/bin/PaintBrush
|
||||
cp ../Applications/QuickShow/QuickShow mnt/bin/QuickShow
|
||||
cp ../Applications/Piano/Piano mnt/bin/Piano
|
||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||
cp ../Demos/HelloWorld2/HelloWorld2 mnt/bin/HelloWorld2
|
||||
cp ../Demos/RetroFetch/RetroFetch mnt/bin/RetroFetch
|
||||
|
@ -108,6 +109,7 @@ ln -s WidgetGallery mnt/bin/wg
|
|||
ln -s TextEditor mnt/bin/te
|
||||
ln -s PaintBrush mnt/bin/pb
|
||||
ln -s QuickShow mnt/bin/qs
|
||||
ln -s Piano mnt/bin/pi
|
||||
echo "done"
|
||||
|
||||
# Run local sync script, if it exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue