Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
163 stars 32 forks source link

buffer.index crash on free #42

Closed robtherich closed 8 years ago

robtherich commented 8 years ago

1 - create[buffer.index~ foo] 2 - delete the buffer.index~ object crash

looks like something is amiss with the buffer_reference notify method

tap commented 8 years ago

I have this fixed locally (on the tap/attrs branch). There are some super-gnarly initialization problems that have consequences beyond the buffer.index~ crash, but I have a handle on them now.