From bil at ccrma.Stanford.EDU Mon Jan 1 05:39:17 2024 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Mon, 01 Jan 2024 05:39:17 -0800 Subject: [CM] Snd 24.0 Message-ID: <1aa6740d8176cfb311ff9bf909d069d2@ccrma.stanford.edu> Snd 24.0: in s7, fixed various bugs, made a few more optimizations. checked: sbcl 2.3.11, sbcl 2.4.0 Thanks!: Norman Gray, James Hearon From anders at avinjar.no Mon Jan 8 02:27:13 2024 From: anders at avinjar.no (Anders Vinjar) Date: Mon, 08 Jan 2024 11:27:13 +0100 Subject: [CM] snd 24.1 (motif) some widgets dont default to 'managed' Message-ID: <87o7dwi0hq.fsf@avinjar.no> Hi! I've poked around in the code a bit, withoug finding Some dialogs are created "un-managed" by default, despite the docs saying they should be #t: (color-orientation-dialog) (view-files-dialog) (transform-dialog) These seem to use #t as default: (view-regions-dialog) (enved-dialog) (print-dialog) (edit-header-dialog) Haven't done a through check for all. Not checked with builds using gtk or others. This is Snd version 24.1 of 8-Jan-24: s7: 10.7 (8-Jan-2024), Xen: 4.3 Jack Sndlib 24.8 (5-Oct-21) CLM 6.19 (17-Nov-18) GSL 2.7.1 fftw-3.3.10-sse2-avx Motif 2.3.4 X11R6 xm: 6-Nov-20 Xpm 3.4.11 Compiled Jan 5 2024 15:06:08 C: gcc 13.2 Linux 6.6.9-100.fc38.x86_64 x86_64 *features*: '(snd-24.1 snd24 snd audio snd-s7 snd-motif gsl jack alsa xm clm6 clm sndlib gcc linux autoload dlopen system-extras overflow-checks ieee-float complex-numbers ratios s7-10.7 s7) -anders From bil at ccrma.Stanford.EDU Mon Jan 8 10:40:24 2024 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Mon, 08 Jan 2024 10:40:24 -0800 Subject: [CM] snd 24.1 (motif) some widgets dont default to 'managed' In-Reply-To: <87o7dwi0hq.fsf@avinjar.no> References: <87o7dwi0hq.fsf@avinjar.no> Message-ID: <88a508a0e86ce7800613e280e8f16328@ccrma.stanford.edu> Thanks for the bug report. I have fixed extsnd.html. From j_hearon at hotmail.com Thu Jan 11 09:55:38 2024 From: j_hearon at hotmail.com (James Hearon) Date: Thu, 11 Jan 2024 17:55:38 +0000 Subject: [CM] select color Message-ID: Hi, I'm still trying to trouble shoot the buggered select color in Snd. Not having much luck. I reinstalled all dep libraries, went thru prefs, and snd prefs file, downloaded and reconfigured Snd several times. I also installed another motif app, Grace (not R. Taube's Grace) and the motif colors seem fine on the system. I have some qt5 and qt6 but there's not much, it seems, going on for qt in Snd except the webserver. Cleaned and updated fedora. I can't think of anything short of a complete clean install of fedora to try to solve it, but it just seems to affect only Snd, and only the selected color. All the other Snd colors and prefs are working okay. I'm wondering if there are other command line methods to get feedback on the selection color to see what might have gone wrong? something like (select-data-color?) perhaps. Thank you, Jim fedora 39 Snd version 24.1 s7: 10.8 (11-Jan-2024), Xen: 4.3 ALSA 1.2.10 Sndlib 24.8 (5-Oct-21) CLM 6.19 (17-Nov-18) Motif 2.3.4 X11R6 Xpm 3.4.11 Compiled Jan 10 2024 07:39:00 C: gcc 13.2 Linux 6.6.9-200.fc39.x86_64 x86_64 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bil at ccrma.Stanford.EDU Thu Jan 11 10:08:33 2024 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Thu, 11 Jan 2024 10:08:33 -0800 Subject: [CM] select color In-Reply-To: References: Message-ID: I do not know what the problem is; that code has not changed in many years. Perhaps you're running Wayland and it is mixing colors (via a sort of transparency effect I guess, like happens on a Mac). From j_hearon at hotmail.com Fri Jan 12 09:21:50 2024 From: j_hearon at hotmail.com (James Hearon) Date: Fri, 12 Jan 2024 17:21:50 +0000 Subject: [CM] select color In-Reply-To: References: Message-ID: Hi, re: select-color Geez. Wayland was the problem. That was bothering me for a couple weeks. Somehow the f39 login setting for Gnome became set to Wayland instead of Xorg. At least now I have a better understanding of how colors work under motif in Snd. Thank you, Jim ________________________________ From: cmdist-bounces at ccrma.Stanford.EDU on behalf of cmdist-request at ccrma.Stanford.EDU Sent: Thursday, January 11, 2024 10:00 AM To: cmdist at ccrma.Stanford.EDU Subject: Cmdist Digest, Vol 188, Issue 3 Send Cmdist mailing list submissions to cmdist at ccrma.stanford.edu To subscribe or unsubscribe via the World Wide Web, visit https://cm-mail.stanford.edu/mailman/listinfo/cmdist or, via email, send a message with subject or body 'help' to cmdist-request at ccrma.stanford.edu You can reach the person managing the list at cmdist-owner at ccrma.stanford.edu When replying, please edit your Subject line so it is more specific than "Re: Contents of Cmdist digest..." Today's Topics: 1. select color (James Hearon) 2. Re: select color (bil at ccrma.Stanford.EDU) ---------------------------------------------------------------------- Message: 1 Date: Thu, 11 Jan 2024 17:55:38 +0000 From: James Hearon To: "cmdist at ccrma.Stanford.EDU" Subject: [CM] select color Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hi, I'm still trying to trouble shoot the buggered select color in Snd. Not having much luck. I reinstalled all dep libraries, went thru prefs, and snd prefs file, downloaded and reconfigured Snd several times. I also installed another motif app, Grace (not R. Taube's Grace) and the motif colors seem fine on the system. I have some qt5 and qt6 but there's not much, it seems, going on for qt in Snd except the webserver. Cleaned and updated fedora. I can't think of anything short of a complete clean install of fedora to try to solve it, but it just seems to affect only Snd, and only the selected color. All the other Snd colors and prefs are working okay. I'm wondering if there are other command line methods to get feedback on the selection color to see what might have gone wrong? something like (select-data-color?) perhaps. Thank you, Jim fedora 39 Snd version 24.1 s7: 10.8 (11-Jan-2024), Xen: 4.3 ALSA 1.2.10 Sndlib 24.8 (5-Oct-21) CLM 6.19 (17-Nov-18) Motif 2.3.4 X11R6 Xpm 3.4.11 Compiled Jan 10 2024 07:39:00 C: gcc 13.2 Linux 6.6.9-200.fc39.x86_64 x86_64 -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Thu, 11 Jan 2024 10:08:33 -0800 From: bil at ccrma.Stanford.EDU To: James Hearon Cc: "cmdist at ccrma.Stanford.EDU" Subject: Re: [CM] select color Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed I do not know what the problem is; that code has not changed in many years. Perhaps you're running Wayland and it is mixing colors (via a sort of transparency effect I guess, like happens on a Mac). ------------------------------ _______________________________________________ Cmdist mailing list Cmdist at ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist End of Cmdist Digest, Vol 188, Issue 3 ************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: