AlexHarker / FrameLib

A library for arbitrary-rate arbitrary-size frame processing
BSD 3-Clause "New" or "Revised" License
74 stars 9 forks source link

Crash while trying to create a connection between inlet and fl.recall~ sync in #44

Closed jamesb93 closed 4 years ago

jamesb93 commented 5 years ago

I receive a crash when attempting to create a connection between an inlet object and the sync input of fl.recall~

The problem can be recreated by attaching an inlet object to the right inlet of any fl.recall~ object

patching_crash.txt

AlexHarker commented 4 years ago

The testing for which inlets of an object are valid were incorrect.

I have fixed this in 630a7230f460d1bb50cf1fa55a80fc26a9a8d716.

The change has been merged onto other branches.