Home
last modified time | relevance | path

Searched defs:SF_INFO (Results 1 – 13 of 13) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/server/
H A DErrorMessage.hpp45 #include <cassert>
49 namespace scsynth { namespace ErrorMessage {
51 /// String used to indent all messages.
54 /** \brief Formats a helpful multiline error string in the case of a plugin API mismatch.
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dsndfile.h318 struct SF_INFO struct
327 typedef struct SF_INFO SF_INFO ; argument
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/libsndfile/
H A Dsndfile.h318 struct SF_INFO struct
327 typedef struct SF_INFO SF_INFO ; argument
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/tests/bugs/issue-75/
H A Dsndfile.h328 struct SF_INFO struct
337 typedef struct SF_INFO SF_INFO ; argument
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dsndfile.h329 struct SF_INFO struct
338 typedef struct SF_INFO SF_INFO ; typedef
/dports/audio/faust/faust-2.37.3/architecture/android/app/lib/libsndfile/include/
H A Dsndfile.h350 struct SF_INFO struct
359 typedef struct SF_INFO SF_INFO ; typedef
/dports/audio/faust/faust-2.37.3/embedded/faustgen/MacOS/sndfile/
H A Dsndfile.h350 struct SF_INFO struct
359 typedef struct SF_INFO SF_INFO ; argument
/dports/audio/libsndfile/libsndfile-1.0.31/include/
H A Dsndfile.h.in359 struct SF_INFO struct
368 typedef struct SF_INFO SF_INFO ; argument
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A Dpysndfile.hh60 struct SF_INFO{ struct
61 int frames;
62 int channels;
63 int format;
64 int samplerate;
65 int sections;
66 int seekable;
295 SNDFILE* sf_open (const char*, int, SF_INFO*){return 0;} in sf_open() argument
296 SNDFILE* sf_open_fd (int, int, SF_INFO*, int){return 0;} in sf_open_fd() argument
302 int sf_format_check (const SF_INFO *) {return 0;} in sf_format_check()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dsaves.cpp923 SFORMAT SF_INFO[]={ in ReadStateChunks() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_InterfaceTable.h36 typedef struct SF_INFO SF_INFO; typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_World.cpp91 struct SF_INFO {}; struct
H A DSC_SequencedCommand.cpp941 struct SF_INFO {}; struct