Home
last modified time | relevance | path

Searched refs:headerFormatFromString (Results 1 – 4 of 4) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A DSC_SndFileHelpers.hpp44 static inline int headerFormatFromString(const char* name) { in headerFormatFromString() function
146 int headerFormat = headerFormatFromString(headerFormatString); in sndfileFormatInfoFromStrings()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/server/
H A Dbuffer_manager.cpp104 int format = headerFormatFromString(header_format); in write_file()
H A Dnrt_synthesis.hpp52headerFormatFromString(args.header_format.c_str()) | sampleFormatFromString(args.sample_format.c_s… in non_realtime_synthesis_engine()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_plugin_interface.cpp952 int format = headerFormatFromString(header_format) | sampleFormatFromString(sample_format); in buffer_write()