Search found 54 matches

by midikinetics
31 Mar 2025 17:52
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7)
Replies: 10
Views: 159956

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: 10731

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: 45083

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: 7827

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)
Replies: 10
Views: 159956

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: 74831

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: 41561

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 ...
by midikinetics
12 Feb 2025 01:24
Forum: General Discussion
Topic: about Multislider
Replies: 5
Views: 41561

Re: about Multislider

You can set the number of sliders on a multi-slider in code using it's 'nbr' attribute // Sets to 3 sliders setattribute(MultiSlider, 'nbr', 3); Just create a script and set its execution mode to On-OSC, and when you get appropriate message, execute this script. Check out this video if you are new ...
by midikinetics
09 Feb 2025 19:44
Forum: General Discussion
Topic: Subscription model: a practical concern
Replies: 12
Views: 74831

Re: Subscription model: a practical concern

Dear friends, We’ve heard your feedback—thank you for your emails and messages. The overwhelming concern was about the subscription model itself, rather than the price. In response, Lemur will now be available as a one-time purchase for $99, which is currently the lowest sustainable price for the app ...
by midikinetics
02 Feb 2025 17:31
Forum: Projects
Topic: Vertically Stacked Text
Replies: 0
Views: 46515

Vertically Stacked Text

Here is how you can create vertically stacked text using Lemur's new `stringtoarray(text)` function.
Go to the ExampleLemurProjects GitHub repo and download the project VerticalText.jzml

https://github.com/MIDIKinetics/ExampleLemurProjects