Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
basicsynth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Marie FAVREAU
basicsynth
Commits
827d009e
Commit
827d009e
authored
8 months ago
by
Pascal LAFOURCADE
Browse files
Options
Downloads
Patches
Plain Diff
print
parent
1698770a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gamme.py
+1
-1
1 addition, 1 deletion
gamme.py
theme-1.py
+1
-1
1 addition, 1 deletion
theme-1.py
with
2 additions
and
2 deletions
gamme.py
+
1
−
1
View file @
827d009e
...
@@ -67,7 +67,7 @@ if args.exerciceSpectrogramme or args.transparent or args.correction:
...
@@ -67,7 +67,7 @@ if args.exerciceSpectrogramme or args.transparent or args.correction:
g
.
genererCorrectionSpectrogramme
(
gammelist
,
args
.
correction
[
0
],
"
thème 0
"
,
"
Gamme
"
)
g
.
genererCorrectionSpectrogramme
(
gammelist
,
args
.
correction
[
0
],
"
thème 0
"
,
"
Gamme
"
)
else
:
else
:
print
"
Génération du son
"
print
(
"
Génération du son
"
)
s
=
BasicSequenceur
(
1
,
gamme
.
bpm
,
0
)
s
=
BasicSequenceur
(
1
,
gamme
.
bpm
,
0
)
s
.
genererMelodie
(
gammelist
,
"
sons/gamme.wav
"
)
s
.
genererMelodie
(
gammelist
,
"
sons/gamme.wav
"
)
This diff is collapsed.
Click to expand it.
theme-1.py
+
1
−
1
View file @
827d009e
...
@@ -84,7 +84,7 @@ if args.exerciceSpectrogramme or args.transparent or args.correction:
...
@@ -84,7 +84,7 @@ if args.exerciceSpectrogramme or args.transparent or args.correction:
if
args
.
correction
:
if
args
.
correction
:
g
.
genererCorrectionSpectrogramme
(
joie
,
args
.
correction
[
0
],
"
thème 1
"
,
"
Hymne à la joie
"
)
g
.
genererCorrectionSpectrogramme
(
joie
,
args
.
correction
[
0
],
"
thème 1
"
,
"
Hymne à la joie
"
)
else
:
else
:
print
"
Génération du son
"
print
(
"
Génération du son
"
)
s
=
BasicSequenceur
(
1
,
gamme
.
bpm
,
0
)
s
=
BasicSequenceur
(
1
,
gamme
.
bpm
,
0
)
s
.
genererMelodie
(
joie
,
"
sons/joie.wav
"
)
s
.
genererMelodie
(
joie
,
"
sons/joie.wav
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment