| Newsgroups |
gmane.comp.audio.supercollider.devel |
| Message-ID |
<[email protected]> |
> On 23/01/2018, at 07:31 , [email protected] wrote:
>
> On January 23, 2018 13:41:44 nathan-PB1wun9k+p9Wk0Htik3J/[email protected] wrote:
>
>> first off -- i'm envisioning that the (pre-fader?) volume meter would be
>> superimposed on the volume control...
Maybe recyclable - ProxyMixer/ Proxymeter do that already:
s.boot;
m = NdefMixer(s, 4);
ProxyMeter.addMixer(m);
Ndef(\x, { Ringz.ar(Dust2.ar(8), 1200, 0.03) }).play(vol: 0.25);
best adc
>> for multichannel, i think we should 1. vertically squeeze the channel
>> meters so the bar always stays the same height, and 2. cap at 4 or 8
>> channels.
>
> I'd be fine with both of those.
>
> Vertical space is already a bit tricky. If you put the post window below the code window (that's what I do), there's not a lot of vertical space for code. If you put it to the side, then you end up doing one of two things: either the window takes the full screen width, making it hard to have GUIs visible at the same time, or line width is sharply limited.
>
> So, if the status bar takes up too much space, none of the choices is really good. So I'm glad to hear that you're planning to be careful about that. Thanks!
>
> hjh
>
> PS While looking at that, it wouldn't hurt to review the background color for border elements, including the status area, in dark themes :D
>
> Sent with AquaMail for Android
> http://www.aqua-mail.com
>
>
>
>
> _______________________________________________
> sc-dev mailing list
>
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
> search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/