[L2Ork-dev] regression in purr-data 2.15.2 for linux ?

Jonathan Wilkes jon.w.wilkes at gmail.com
Sat Oct 17 12:52:25 EDT 2020


> That warning is normal

I noticed that warning will pop up even when the user hasn't saved a
patch with an iemgui. It appears that the  "save color" function I
changed was a misnomer and can get called at other times.

Still, it will only print once per instance so it shouldn't be too annoying.

Perhaps we can manually keep track of
user_report_about_color_warning() = (function() { var times = 0;
return function() { if (times++ === 5) {
save_iemgui_colors_as_symbols(); } } }())

So, I manually call user_report_about_color_warning() here in this thread. :)

-Jonathan

On Sat, Oct 17, 2020 at 12:39 PM Albert Graef <aggraef at gmail.com> wrote:
>
> 1. That warning is normal, but not the other misbehavior that you describe. Please post a minimal patch exhibiting the problem, so that we can try to reproduce it. Joseph is also running Mint 20 (I think) and hasn't reported any such problems.
>
> 2. See https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html#edit-mode-and-temporary-run-mode
>
> Albert
>
>
> On Sat, Oct 17, 2020 at 1:30 PM Alberto Zin <alberto.zin at gmail.com> wrote:
>>
>> Dear devs,
>>
>> I installed yesterday Pd-l2ork-2.15.2 20201014-rev.1983b16e from Albert's repository
>> (https://software.opensuse.org/download/package?package=purr-data&project=home%3Aaggraef) .I'm on Linux Mint 20 Cinnamon ("Ulyana").
>> I noticed one "regression" and one "warning" on my side:
>>
>> 1 .The regression I noticed is on patches with some gui objects: opening these patches now gives me errors on the console like:
>>
>> warning: saving iemgui colors as hex symbol. These colors are readable in Pd Vanilla since 0.47, but they are not readable in Purr Data version 2.12.0 or earlier. If you need to remain compatible with older versions of Purr Data please run in compatibility mode with Vanilla version 0.47 like this:
>>
>> The canvas opens completely white and after clicking "save" the gui objects appear but I cannot move any of them. I never saw this error before.
>>
>> 2. my "warning" is that I get the message
>>
>> warning: The hotkey for temporary run mode has changed. Please press Alt instead of Ctrl to enable it.
>>
>> but actually in Linux Mint (and I suspect all gnome based distros) ALT+x is a keybinding for graphic actions (for example ALT+left mouse moves the windows around on the screen)
>>
>> Any help would be greatly appreciated.
>> If I can help with some debug please let me know...
>>
>> Thanks,
>>
>> Alberto
>> --
>> https://soundcloud.com/albertoz
>> https://www.flickr.com/photos/94787902@N08/
>> http://sites.google.com/site/albertozin/
>>
>> 47 41 4d 45 20 4f 56 45 52
>> _______________________________________________
>> L2Ork-dev mailing list
>> L2Ork-dev at disis.music.vt.edu
>> https://disis.music.vt.edu/listinfo/l2ork-dev
>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email: aggraef at gmail.com, web: https://agraef.github.io/
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev


More information about the L2Ork-dev mailing list