Search found 57 matches

by midikinetics
22 May 2025 02:36
Forum: Projects
Topic: Handling Multitouch in the Canvas Widget
Replies: 1
Views: 2516

Handling Multitouch in the Canvas Widget

When a Canvas is set to multitouch, your scripts can receive input from multiple simultaneous touch points, each identified by a unique cursor ID. This makes it possible to implement advanced two-handed controls or gestures that track each finger independently. Canvas doesn't impose any specific ...
by midikinetics
13 Apr 2025 18:24
Forum: General Discussion
Topic: Monophonic Pad Array / Radio button switch array with note-off
Replies: 4
Views: 37557

Re: Monophonic Pad Array / Radio button switch array with note-off

Ah I see. Yeah, the Pads widget isn't really set up for this kind of behavior. However you can achieve a similar thing by "faking" it using different colors. Instead of using `x`, save a `selectedIndex' property, and then change the colors of the pads based on the index. In this example, when ...
by midikinetics
12 Apr 2025 16:07
Forum: General Discussion
Topic: Monophonic Pad Array / Radio button switch array with note-off
Replies: 4
Views: 37557

Re: Monophonic Pad Array / Radio button switch array with note-off

If these are supposed to be toggles, have you considered using the Switches widget set to Radio mode instead of the Pads? The Switches widget has this functionality baked in. If the reset button truly has a different function than the rest of the buttons I would highly recommend making it a separate ...
by midikinetics
31 Mar 2025 17:52
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 295524

Re: Garbled fonts (Windows 10, Editor 5.7)

Indeed. In fact, this is what 100% of efforts are devoted to at the moment. The Lemur Editor has always suffered from issues related to multiple monitor resolutions. It will take some time though because unfortunately there is no easy built-in fix, as the way fonts are rendered needs to be replaced ...
by midikinetics
24 Mar 2025 23:45
Forum: Feedback
Topic: Lemur Editor macOS 5.7.1 Beta
Replies: 0
Views: 41852

Lemur Editor macOS 5.7.1 Beta

The Lemur Editor Beta 5.7.1 is now available for macOS. This update brings major stability improvements to how the Editor handles multiple monitor setups and changes to screen resolution or scaling, addressing many long-standing bugs. > Lemur Editor now correctly dynamically adjusts to changes in ...
by midikinetics
21 Mar 2025 19:14
Forum: General Discussion
Topic: Pixelization issue on Windows editor 5.7.0
Replies: 2
Views: 64011

Re: Pixelization issue on Windows editor 5.7.0

Yes, we are aware of the issue.

Indeed all efforts right now are devoted to resolving many long-standing monitor display issues with the Lemur Editor. The issue is isolated to the Lemur Editor only, the project will display correctly on your device. An update should be available soon!

Cheers
by midikinetics
20 Mar 2025 18:26
Forum: General Discussion
Topic: MidiKinetics Scripting Videos and a question
Replies: 1
Views: 11059

Re: MidiKinetics Scripting Videos and a question

Glad you enjoy the videos! There's a lot more to come. We don't officially support the original hardware devices—and we don't even have one ourselves—so it's hard to say with certainty. However, I'd guess it's less about explicit blocking (such as a version control mechanism) and more about com ...
by midikinetics
11 Mar 2025 00:53
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 295524

Re: Garbled fonts (Windows 10, Editor 5.7)

Could you please provide detailed specifications of your system, including your monitors and the resolutions at which you're running them? Replicating these issues has been almost impossible as they only affect a small number of users, that's largely why they've remained unresolved for so long ...
by midikinetics
05 Mar 2025 00:05
Forum: General Discussion
Topic: Subscription model: a practical concern
Replies: 12
Views: 85131

Re: Subscription model: a practical concern

Thanks for your message! We're actively working on this. The delay is due to building the necessary infrastructure to market-test a Loyalty Reward Subscription Program. This would allow us to keep the monthly subscription option while giving subscribers the ability to convert their subscription into ...
by midikinetics
13 Feb 2025 17:43
Forum: General Discussion
Topic: about Multislider
Replies: 5
Views: 47665

Re: about Multislider

Thank you! That means a lot. If there are 2 things I like it is coding and teaching. There will be many more videos. The PDF manual is still the best place to learn about Lemur. A massive rewrite of the manual to turn it into high quality online documentation is high on the priority list. The goal ...