Search found 50 matches

by midikinetics
11 Mar 2025 00:53
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7)
Replies: 7
Views: 70542

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

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

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

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

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

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
by midikinetics
01 Feb 2025 00:39
Forum: General Discussion
Topic: Subscription model: a practical concern
Replies: 12
Views: 65572

Re: Subscription model: a practical concern

Thanks for your message! Absolutely, this knowledge is baked into the paywall. I also use Lemur offline. 1) Subscriptions aren't checked unless you exit out of the app or every 12 hours 2) The subscription isn't checked until 1 hour past the expiry to give the billing provider time to update 3) If ...
by midikinetics
27 Jan 2025 05:44
Forum: Feedback
Topic: Proposed Change to Lock Behavior of Containers
Replies: 0
Views: 45895

Proposed Change to Lock Behavior of Containers

Overview Do you use the "Lock" feature on containers in Lemur? Currently, locking a container prevents resizing and hides subcomponents in the project navigator. Modifying the behavior of this feature is under consideration so that locking only hides subcomponents but still allows resizing ...
by midikinetics
25 Jan 2025 21:17
Forum: General Discussion
Topic: Memory limit improvement possible?
Replies: 4
Views: 12773

Re: Memory limit improvement possible?

Absolutely, and it’s actually one of the first things I looked into improving because I’ve had the same limitation with Composer Tools Pro, one of the "Boutique" controllers. I did try brute-forcing a memory limit increase, but I encountered similar issues, and since most users don’t typically work w ...
by midikinetics
25 Jan 2025 20:51
Forum: Troubleshooting
Topic: Lemur editor and Daemon don't work on OSX 14.7 (multiple screens)
Replies: 4
Views: 56105

Re: Lemur editor and Daemon don't work on OSX 14.7 (multiple screens)

Awesome! 🎉 I'm glad it worked. Ugh, I completely understand how frustrating this bug can be, and believe me when I say your frustration is shared. I worked hard on fixing that one and It’s been a tough one to tackle because it’s so dependent on specific setups—mixing resolutions, monitor arrangem ...