musical-neural-net
musical-neural-net copied to clipboard
Fix: Instr from current chord instead of last note
Instrument ID was being incorrectly pulled from the last note from the previous loop (using last value of n
). This caused (in my case), all chord data to be assigned to the piano instrument. Updated code to use the current value of c
as each chord is iterated.