mkb
mkb
I'm on OS X 10.10.4, with an Apple Thunderbolt Display as a second monitor on a MacBook Air. If the Terminal window that invokes csshX is on the secondary display,...
libsndfile doesn't honor the loop type when using SetInstrument() on an AIFF file.
I just found these in sndfile.h. What do they do? ``` SFC_SET_DITHER_ON_WRITE = 0x10A0, SFC_SET_DITHER_ON_READ = 0x10A1, SFC_GET_DITHER_INFO_COUNT = 0x10A2, SFC_GET_DITHER_INFO = 0x10A3, ```
libsndfile looks like it has some support for specifying channel maps. Doesn't appear to be documented well.