hisschemoller / music-pattern-generator

Javascript MIDI Music Pattern Generator
GNU General Public License v3.0
318 stars 33 forks source link

Euclid FX infinite loop #3

Closed hisschemoller closed 3 years ago

hisschemoller commented 4 years ago

Details

MPG version: v2.1.0

Summary

Unhandled error occurs if an infinite loop is created by connecting two Euclid FX processor outputs to each other's inputs.

Steps to reproduce

Create two Euclid FX processors, connect their outputs to the input of the other, press play.

hisschemoller commented 3 years ago

Fixed in release 2.2.0. Connections that would cause an infinite loop are refused.