Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gaafar committed Apr 8, 2022
1 parent 12383e1 commit 230fba1
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
mono_crash.*

# Build results
build/
dist/

[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
Expand Down Expand Up @@ -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
54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 230fba1

Please sign in to comment.