Skip to content

Commit e270a4b

Browse files
committed
Create README for each folders and subfolders
1 parent 7760508 commit e270a4b

File tree

8 files changed

+11
-2
lines changed

8 files changed

+11
-2
lines changed

libs/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here are placed the libs that are used by our program

outputs/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The outputs of our program will be place here.

sounds/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The sound files (.mid and .mp3) produced by our program will be placed here.

sources/Generator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ def diffBetween2Images(self, factor, th = 127, maxNote = 64):
283283
break
284284
else:
285285
if imagesCounter % everyNImages == 0:
286-
287-
self.__diffBetween2Images_display(previousFrame, frame, th, imagesCounterTot)
286+
# Uncomment line bellow to create image
287+
#self.__diffBetween2Images_display(previousFrame, frame, th, imagesCounterTot)
288288
previousNbOfDiff, note = self.__diffBetween2Images(maxNote, factor, previousNbOfDiff, previousFrame, frame, th)
289289

290290
notesCounter += 1

sources/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
All the sources of our program are placed here.

temp/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Some temp files of our program are placed here

temp/diffImages/README.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The temp image of the diffBetween2Images algo are placed here
2+
(a line should be uncomment in our code if you want the images to be displayed here)
3+
- For test purpose

videos/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The initial videos used in our algo should be placed here

0 commit comments

Comments
 (0)