buffer name in gen~

notgoodenough's icon

Hi there. I'm newbie to gen~ (not to max). I want to set buffer name in gen~ (like argument). I tried standard way, and write #1 in buffer object inside gen~, then i set buffer name like gen~ argument (something like [gen~ mygen buff]), but it doesn't work. Is there any way to solve this problem?
Thanks for attention.

bertrandfraysse's icon

give a name to the buffer inside gen~, for example buffer.
then send a message in the first gen~ inlet (buffer buff), if your buffer is named buff.

notgoodenough's icon

Thank you very much.