Search found 13 matches

by Endorfinity
13 Apr 2025 09:39
Forum: General Discussion
Topic: Monophonic Pad Array / Radio button switch array with note-off
Replies: 4
Views: 12156

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

Hi fellas, thanks for chiming in, I really appreciate that! Ok, what I'm really trying to do is to make an iPad approximation of the Suzuki Omnichord. I have 3 rows of pad array: top row - for major chords, middle - for minor, bottom - for dominant 7th + combination with up to three buttons in a row ...
by Endorfinity
09 Apr 2025 18:59
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 216740

Re: Garbled fonts (Windows 10, Editor 5.7)

Woooo, it worked! Thanks for taking your time, Phil! Some features are missing but at this stage I'm really happy just to use the damn thing as it was supposed to be :D always good when one finds a solution. I've just realised that all the time I've been working with editor v.5.3.4, not v.5.4 ...
by Endorfinity
09 Apr 2025 18:31
Forum: General Discussion
Topic: Monophonic Pad Array / Radio button switch array with note-off
Replies: 4
Views: 12156

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

Hi gang. I'm trying to build a note controller which has multirow array of note pads. Notes in a row should cancel each other and this is where I've stumbled. I've made a test rig with the simplest script: pressing pad[0] cancels any other pressed pads in a row (i'd like to extent this script to any ...
by Endorfinity
06 Apr 2025 15:19
Forum: Troubleshooting
Topic: nonnull() does not return size of the empty vector UPD: fixed (kinda)
Replies: 3
Views: 4299

Re: nonnull() does not return size of the empty vector

ok, here's the fix. in order to get round this bug you have to create expression and use it instead of nonnull() nonnull_fixed(x) = nonnull(x) + (sizeof(x) * max(0, sign(firstof(x) - sizeof(x)))) which perfectly fits the description of the function nonnull(array) : returns the positions of non-null ...
by Endorfinity
06 Apr 2025 13:04
Forum: Troubleshooting
Topic: nonnull() does not return size of the empty vector UPD: fixed (kinda)
Replies: 3
Views: 4299

Re: nonnull() does not return size of the empty vector

yes that's strange. In the case of zeros, nonnull() does not behave as described in the manual. But I assume that this is an error in the manual, not in Lemur itself. One may find a workaround with firstof(). that's great suggestion, thanks! problem in my case that the output from 3x13 note grid ...
by Endorfinity
06 Apr 2025 12:48
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 216740

Re: Garbled fonts (Windows 10, Editor 5.7)

that's a pity. Maybe you can borrow a high resolution monitor from a friend? 2500+ pixels. Maybe this could work as an temporary solution. not possible. currently moving lines of code to and from Windows Notepad :lol: not the best workaround to be honest, so next update with the fix will be much ...
by Endorfinity
04 Apr 2025 20:16
Forum: Troubleshooting
Topic: nonnull() does not return size of the empty vector UPD: fixed (kinda)
Replies: 3
Views: 4299

nonnull() does not return size of the empty vector UPD: fixed (kinda)

Is this expected behaviour or bug? as it is now, nonnull() won't let you tell empty (all null items) vector from the vector with first (index = 0) non-null item I have a vector {0,6,7,0,4,1,0,6,6,0}. When counting indexes of non-null items nonnull() function works as expected https://i.imgur.com ...
by Endorfinity
04 Apr 2025 20:08
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 216740

Re: Garbled fonts (Windows 10, Editor 5.7)

Phil999 wrote: 31 Mar 2025 12:07 now I see the problem with the 5.7 editor. 2560x1600 resolution and 150% scale makes it quite impossible to use.

But with the 5.4 editor it works. You can download the 5.4 version at the Midikinetics website.
I'll try that, thanks!

EDIT: no luck

Image
by Endorfinity
13 Mar 2025 19:32
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 216740

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 Endorfinity
10 Mar 2025 18:28
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 216740

Re: Garbled fonts (Windows 10, Editor 5.7)

that was supposed to be "x = 0.5;"

Image

MIDI kinetiks, please do something! Scripting is really almost unusable! :lol: