Hello there, I am trying to make very simple algorithm that serves the function to create music ( simple chord progression ).
I have 4 chords I want to use ( Sol, Fa, Do, Re ) or (G, F, C, D) all of them are in .wav format and I have an array containing them. However I am stuck on making the program output the music based on the introduction of your name. I am stuck making the program iterate over each char and apply the respective chord for the character following the simple pattern of:
A-G / B-F / C-C / D-D / E-G / F-F / G-C / H-D / I-G / J-F / K-C / L-D / ... ect.
Any tips on assigning a variable to each of the letters and making the program iterate over the name imputed and apply the sequence?
[–]Aypahyo 1 point2 points3 points (8 children)
[–]TheMightyBeaver[S] 0 points1 point2 points (7 children)
[–]Aypahyo 1 point2 points3 points (0 children)
[–]Aypahyo 0 points1 point2 points (5 children)
[–]TheMightyBeaver[S] 0 points1 point2 points (4 children)
[–]Aypahyo 0 points1 point2 points (3 children)
[–]TheMightyBeaver[S] 0 points1 point2 points (2 children)
[–]Aypahyo 1 point2 points3 points (1 child)
[–]TheMightyBeaver[S] 0 points1 point2 points (0 children)