First time here? Check out the FAQ!
x

Do 'feedback' routes from the Feedback Prototypes get unique name when using UniqueMemoryWriterRecordingNames ?

0 votes
215 views
I want to run multiple instances of a Class that has internal Feedback routes (using the Feedback input and output) - I am not sure if this is working correctly and wondered if it could be the case that they are interfereing with each when using more than one instance of the Class, because they have the same name?
asked Mar 12, 2016 in Capytalk & Smalltalk by cristian-vogel (Master) (8,410 points)

1 Answer

0 votes

If you use the UniqueMemoryWriterRecordingNames Sound in your class template, then each instance of your new class will have independent feedback loops.

answered Mar 13, 2016 by ssc (Savant) (126,620 points)
...