Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
58 stars 23 forks source link

typed inlets / methods #117

Open tap opened 6 years ago

tap commented 6 years ago

Could be inlet<"float">, inlet<"ft1">, etc. Or

inlet<"float", 1> m_float1 {
MIN_FUNCTION {
...
}
};

Except in this case it might not need to receive atoms -- it could instead receive the native type? Might be complicated?