Home
last modified time | relevance | path

Searched refs:FM4Op_loadWaves (Results 1 – 2 of 2) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dfm4op.c170 static int32_t FM4Op_loadWaves(CSOUND *csound, FM4OP *p) in FM4Op_loadWaves() function
265 if (UNLIKELY(FM4Op_loadWaves(csound,p))) in tubebellset()
345 if (UNLIKELY(FM4Op_loadWaves(csound,p))) return NOTOK; /* 3 times "sinewave.raw"; in rhodeset()
390 if (UNLIKELY(FM4Op_loadWaves(csound,p))) return NOTOK; /* 3 x "sinewave.raw"; in wurleyset()
509 if (UNLIKELY(FM4Op_loadWaves(csound,p))) return NOTOK; /* Mixed -- 2 x sine; in heavymetset()
621 if (UNLIKELY(FM4Op_loadWaves(csound,p))) return NOTOK; /* sines */ in b3set()
966 if (UNLIKELY(FM4Op_loadWaves(csound,p))) return NOTOK; in FMVoiceset()
1090 if (UNLIKELY(FM4Op_loadWaves(csound,p))) in percfluteset()
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog7348 * fm4op.c (make_FM4Op, FM4Op_loadWaves, tubebellset, rhodeset)
7350 after perferror and also make FM4Op_loadWaves return a 1 if it failed.
9650 * fm4op.c (FM4Op_loadWaves): Initialise w_time array to zero