Re: [question] SoundFileView - channel spacing

[email protected] Wed, 11 Apr 2018 14:37:26 -0700
Newsgroups gmane.comp.audio.supercollider.devel
Message-ID <CAEBNZeBOi9pEFDouFiM8asiK9T_hny03wYGpGP2WuAfqB4r6=g@mail.gmail.com>
Thanks, Scott.

1. SoundFileView channels are drawn with no margin (i.e. butted against the
> edge of their rect)
>
The current default is to have a margin, I think that the default margin
should be left in, for arguably one of the the most common usage scenarios
(displaying a waveform of a stereo sound file).

> 2. Spacing between channels is a user-definable parameter (this should be
> a pretty trivial addition)
>
I mentioned that I'm adding the control of spacing.

The question is whether we get (n+1) spaces (and then calculating channel
rect is cumbersome) or whether the first and last space in the view is half
the height of the other spaces.

-m