Search found 6 matches
- 03 Nov 2019 17:12
- Forum: General Discussion
- Topic: How can one object trigger MIDI notes assigned to another object?
- Replies: 5
- Views: 7983
Re: How can one object trigger MIDI notes assigned to another object?
Check the Lemur User Guide, chapter 10.2., Script Execution. You can define precisely when a script will be executed, similar to the Observer Pattern. So just execute when `x` or `y` changes. Thanks @midikinetics, this helped. I'm almost there! My current challenge is that the noteout() method is ...
- 02 Nov 2019 17:52
- Forum: General Discussion
- Topic: How can one object trigger MIDI notes assigned to another object?
- Replies: 5
- Views: 7983
Re: How can one object trigger MIDI notes assigned to another object?
You can check if a ball is touched/not touched by checking its `z` expression. It's just an array, so `z[finger]`. Thanks for the reply. That's a helpful start. However, how do I get the ball to trigger a note that is assigned to another object ... in this case one of the numbered pad buttons being ...
- 02 Nov 2019 16:20
- Forum: General Discussion
- Topic: How can one object trigger MIDI notes assigned to another object?
- Replies: 5
- Views: 7983
How can one object trigger MIDI notes assigned to another object?
I have created this layout (Pads and a Multiball) where each red button on the right triggers a specific note when pressed. https://i.ibb.co/w0vZnb6/image.png The problem I need to solve : I need the ability to press and hold a pad's button, but not trigger that buttons note until I tap (or press ...
- 06 Apr 2017 04:18
- Forum: General Discussion
- Topic: How do I get Lemur to send OSC message integer values?
- Replies: 2
- Views: 7908
Re: How do I get Lemur to send OSC message integer values?
Thanks to this JazzMutant tutorial , I learned how to trigger my script. At first, I did not understand the " on expression " event. Once I understood that a script can be triggered when a variable or expression value changes, I knew what to do. I did not use a custom OSC address for my button ...
- 05 Apr 2017 17:40
- Forum: General Discussion
- Topic: How do I get Lemur to send OSC message integer values?
- Replies: 2
- Views: 7908
How do I get Lemur to send OSC message integer values?
Hi All, I recently purchased Lemur. So far very cool! It's working great with Vezer . I created a Lemur interface to control Vezer from my iPhone. I am trying to figure out how to get a custom button to send an OSC message with an integer values to Vezer to select the very first composition. This is ...
- 05 Apr 2017 17:29
- Forum: Introductions
- Topic: Hi from Nashville.
- Replies: 0
- Views: 1196
Hi from Nashville.
Hi All,
I recently purchased Lemur. So far very cool! It's working great with Vezer.
Trying to figure out how to get my Lemur interface, that I created to control Vezer from my iPhone, to send integer arg/values on an OSC message.
-Chris
I recently purchased Lemur. So far very cool! It's working great with Vezer.
Trying to figure out how to get my Lemur interface, that I created to control Vezer from my iPhone, to send integer arg/values on an OSC message.
-Chris