Cycling74 / min-devkit

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

Blue/Cold Inlet? #146

Closed mourendxu closed 3 years ago

mourendxu commented 4 years ago

Hi, I looked around in the documentation and the code, but I can't seem to find something that tells me how to make a blue/cold inlet?

I guess the behavior can be emulated at the code level, but I also wanted the UI to be consistent, so, the user know what to expect.

Lastly, how do I tell which data came in which inlet? Is there a built in member somewhere that holds this info?

Thank you.

tap commented 4 years ago

Hi,

Currently, there is no support for this in Min. I have opened a feature request @ Cycling74/min-api#139

I hope this helps! Tim

mourendxu commented 4 years ago

Thank you, Tim!

Looking forward to the updates.

mourendxu commented 4 years ago

Ah sorry, got a question, is there a way to tell which inlet a message came from? Or is that not supported at the moment?

Thanks.

mourendxu commented 4 years ago

never mind. I found it. I traced it back to the MIN_FUNCTION definition.

It's in a variable called inlet :D

robtherich commented 3 years ago

FR tracked here, closing out: Cycling74/min-api#139