Hi,
I'll need help with a simple patch that triggers a single short midi note on (off) when i start and stop Live. (will trigger simpler)
Could you give me some advice?
Trigger single note on global Play/Stop .
-
flowdesigner
- Posts: 930
- Joined: Sun Dec 21, 2008 5:58 am
Re: Trigger single note on global Play/Stop .
There is a M4L abstraction that reports a boolean value (1-0) when Live transport
play/stop. You can scale this value to the velocity of choice and pack that as the second element of a list, with the first element being the pitch, and send the list to the leftmost inlet of noteout
play/stop. You can scale this value to the velocity of choice and pack that as the second element of a list, with the first element being the pitch, and send the list to the leftmost inlet of noteout