Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jilliennelapid authored Dec 10, 2023
1 parent b7a233e commit 6dfe508
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.

---

## [1.0] - 2023-12-10
### Added
Created files audio_controller.py, audio_model.py, audio_view.py, and mvc_audio.py that separates the existent code into classes specialized for getting data from the audio file and graphing the data, initialling importing the audio file and attain details such as frequency and RT60 values, creating the tkinter GUI, and running the entire program, respectively.
Expand All @@ -11,6 +13,8 @@ Removed beta file openFile.py from the main branch as the newly formatted MVC fi
### Fixed
Finalized all methods for graphing, the tkinter GUI code, all methods for working with the audio files.

---

## [0.6] - 2023-12-09
### Added
From daveDev, added methods for graphing the low, mid, and high frequencies as well as calculating the RT60 values from the audio files.
Expand All @@ -21,6 +25,7 @@ From jillDev, tried to embedded all plots into the tkinter GUI as well as edited

### Fixed

---

## [0.5] - 2023-12-07
### Added
Expand All @@ -33,6 +38,8 @@ In branch daveDev, added new tkinter buttons for the new methods for graphing a
### Fixed
Fixed one method for graphing a basic plot and executing it from the tkinter GUI.

---

## [0.4] - 2023-12-06
### Added
In branch development, model.py file added that contains methods to execute all methods and a method that returns audio duration.
Expand All @@ -44,6 +51,8 @@ In branch daveDev, created a method that downloads audio files into the tkinter
### Fixed
Cleans up some of the implementation from openFile.py code.

---

## [0.3] - 2023-12-05
### Added

Expand All @@ -54,6 +63,7 @@ related to opening a file, converting the file to .wav, getting a single channel

### Fixed

---

## [0.2] - 2023-12-03
### Added
Expand All @@ -64,6 +74,7 @@ Added modules used on 2023-12-03 to requirements.txt.

### Fixed

---

## [0.1] - 2023-12-02
### Added
Expand Down

0 comments on commit 6dfe508

Please sign in to comment.