musical-neural-net icon indicating copy to clipboard operation
musical-neural-net copied to clipboard

Fix: Instr from current chord instead of last note

Open bzier opened this issue 5 years ago • 0 comments

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.

bzier avatar May 27 '19 22:05 bzier