Re: OpenBSD master volume GUI TCL, how to contribute?

2020-07-02 Thread wdaver
Here is the TCL (8.5) script to control master volume: - Begin script #!/usr/local/bin/wish8.5 # Copyright (c) 2020 W. David Rinehart # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyrig

Re: OpenBSD master volume GUI TCL, how to contribute?

2020-07-01 Thread Aaron Mason
On Thu, Jul 2, 2020 at 4:50 AM wdaver wrote: > > There are posts asking for a GUI to control volume for OpenBSD. > I wanted the same and wrote an 85 line TCL (8.5) script. It calls > sndioctl, has a volume slider and mute button, sized for touch > screen convenience. I use it every day. > > I am

OpenBSD master volume GUI TCL, how to contribute?

2020-07-01 Thread wdaver
There are posts asking for a GUI to control volume for OpenBSD. I wanted the same and wrote an 85 line TCL (8.5) script.  It calls sndioctl, has a volume slider and mute button, sized for touch screen convenience.  I use it every day. I am ok with just posting here, for users to copy and paste.