diff --git a/.gitignore b/.gitignore index de4b0f0..440ed60 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ mono_crash.* # Build results +build/ +dist/ + [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ @@ -350,3 +353,14 @@ MigrationBackup/ .ionide/ logs.txt app.exe +build/app/Analysis-00.toc +build/app/app.exe.manifest +build/app/app.pkg +build/app/base_library.zip +build/app/PYZ-00.pyz +build/app/PYZ-00.toc +build/app/Tree-00.toc +build/app/Tree-01.toc +build/app/Tree-02.toc +build/app/warn-app.txt +build/app/xref-app.html diff --git a/README.md b/README.md index 31bc001..095397c 100644 --- a/README.md +++ b/README.md @@ -1 +1,53 @@ -# Digital Music Workstation +# Mini Music Workstation + +Musical instrument emphasizer plus 3 playable virtual instruments + +## Features + +### Equalizer/ Instrument Emphaizer + +- Modifies 3 Frequency bands +- Music Player +- Spectrogram +- Volume Control + +### Virtual Instruments + +(Playable using both the keyboard and mouse) + +#### Piano + +- Full sized keyboard +- Octave Dial +- Volume Control +- Modify Harmonics and Sustain + +#### Guitar + +- Volume Control +- 5 Major Chords + +#### Drums + +- Full Drum Kit +- Randomized Samples +- Keyboard controllable + +## Preview + +WORK IN PROGRESS + +## Libraries + +Full list in requirements.txt + +- PyQt5 +- scipy +- matplotlib + +## Team Members + +- Mohamed Nasser +- Zeyad Mansour +- Mariam Khaled +- Abdullah Saeed diff --git a/app.spec b/app.spec index f6697cd..e1775bd 100644 --- a/app.spec +++ b/app.spec @@ -4,7 +4,7 @@ block_cipher = None -a = Analysis(['src\\app.py'], +a = Analysis(['src\\app.pyw'], pathex=['C:\\Users\\moham\\.conda\\envs\\dsp\\Lib\\site-packages'], binaries=[], datas=[], @@ -33,7 +33,7 @@ exe = EXE(pyz, upx=True, upx_exclude=[], runtime_tmpdir=None, - console=True, + console=False, disable_windowed_traceback=False, target_arch=None, codesign_identity=None,