Home
last modified time | relevance | path

Searched defs:sf_channels (Results 1 – 3 of 3) sorted by relevance

/dports/audio/cmus/cmus-2.9.1/
H A Dsf.h53 #define sf_channels(val) (((val) << SF_CHANNELS_SHIFT ) & SF_CHANNELS_MASK) macro
/dports/audio/mous/mous-2.0.1/plugins/coreaudio/cmus/
H A Dsf.h53 #define sf_channels(val) (((val) << SF_CHANNELS_SHIFT ) & SF_CHANNELS_MASK) macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_plugin_interface.cpp928 uint32_t sf_channels = uint32_t(f.channels()); in buffer_alloc_read_channels() local
1020 uint32_t sf_channels = uint32_t(sf.channels()); in buffer_read_channel() local