-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M4L issues #33
Comments
Could you post a minimal example patch so I can try and replicate? |
Would be glad to do so, but are you talking about a patch that contains six instances of jit.ndi? Is that something you need me to do? |
@randallpacker Did you post in the wrong issue? |
I did! I thought you wanted an example of resources used. I didn't pay attention to the forum topic! So sorry!!! |
BTW there is another problem... just adding |
The above now works for me both in M4L and in Ableton. The key issue was that jit.graph seems to output an all zero alpha plane. I added a matrix conversion from ARGB to RGB (discarding the alpha) and it works as expected. Regarding the CPU usage, checking with task manager on Windows, the CPU usage of Live is nowhere near what it's internal meter reports when jit.ndi is sending. Are you actually experiencing any audio dropouts? |
Can you see if there are any errors in the M4L Max window? (right click on the device title bar and select 'Open Max Window'). Interestingly the CPU usage issue seems to occur even when the object is completely disconnected from any input. I'll look into this. |
Hi!
I'm working on a M4L project on Max and I want to add this object in order to send a jit.matrix through
[jit.ndi.send~ ---Matrix]
...the problem is that when I finally export it to a M4L device and use it on Live, the
[jit.ndi.send~]
doesn't work, it ONLY works if I open the M4L device as a patch in max...I even tried to use a subpatcher to "open" the NDI patch, like this:
but it doesn't work...
it ONLY works if I open it on Max:
is it impossible to make it work seamlessly as a M4L device?
The text was updated successfully, but these errors were encountered: