PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.07k stars 398 forks source link

Fix issue with incorrect control node name on export #443

Closed h4yn0nnym0u5e closed 2 years ago

h4yn0nnym0u5e commented 2 years ago

Previously this would use the node ID rather than the user-assigned name. Also put blank lines between the blocks of processing nodes, connections and control nodes

For example, previously this would have exported the AudioControlSGTL5000 using the ID "sgtl5000_1", rather than the name "control" image