Home
last modified time | relevance | path

Searched refs:MAXVOICES (Results 1 – 16 of 16) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/devw/
H A Ddwmixfa_c.c24 #define MAXVOICES MIXF_MAXCHAN macro
34 uint32_t freqw[MAXVOICES]; /* frequency (whole part) */
35 uint32_t freqf[MAXVOICES]; /* frequency (fractional part) */
38 float *loopend[MAXVOICES]; /* pointer to loop end */
39 uint32_t looplen[MAXVOICES]; /* loop length in samples */
44 uint32_t voiceflags[MAXVOICES]; /* voice status flags */
45 float ffreq[MAXVOICES]; /* filter frequency (0<=x<=1) */
46 float freso[MAXVOICES]; /* filter resonance (0<=x<1) */
48 float fl1[MAXVOICES]; /* filter lp buffer */
49 float fb1[MAXVOICES]; /* filter bp buffer */
[all …]
H A Ddwmixfa.h24 #define MAXVOICES MIXF_MAXCHAN macro
H A Ddwmixfa_8087_emu.c43 #define MAXVOICES MIXF_MAXCHAN macro
50 uint32_t freqw[MAXVOICES]; /* frequency (whole part) */
51 uint32_t freqf[MAXVOICES]; /* frequency (fractional part) */
54 float *loopend[MAXVOICES]; /* pointer to loop end */
55 uint32_t looplen[MAXVOICES]; /* loop length in samples */
60 uint32_t voiceflags[MAXVOICES]; /* voice status flags */
61 float ffreq[MAXVOICES]; /* filter frequency (0<=x<=1) */
62 float freso[MAXVOICES]; /* filter resonance (0<=x<1) */
64 float fl1[MAXVOICES]; /* filter lp buffer */
65 float fb1[MAXVOICES]; /* filter bp buffer */
[all …]
H A Ddwmixfa_8087.c211 : "n" (MAXVOICES) in prepare_mixer()
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmplayer.h35 #define MAXVOICES 256 macro
40 VOICEINFO vinfo[MAXVOICES]; /* Current status for all module voices */
44 } vstatus[MAXVOICES]; /* Dynamic voice status */
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Ddefinitions.h30 #define MAXVOICES 16 macro
H A DBHarvestr.hpp299 StaticArrayList<Voice, MAXVOICES> voices;
H A DBHarvestrGUI.hpp209 std::array <VLine, MAXVOICES> horizonWidgets;
H A DBHarvestr.cpp1353 float envPositions[2 * MAXVOICES]; in notifyStatusToGui()
1387 int patternPos[MAXVOICES] = {0}; in notifyStatusToGui()
H A DBHarvestrGUI.cpp213 …for (int j = 0; j < MAXVOICES; ++j) envWidgets[i].horizonWidgets[j] = VLine (0, 0, 2, 150, "widget…
543 …for (int j = 0; j < MAXVOICES; ++j) envWidgets[i].displayWidget.add (envWidgets[i].horizonWidgets[…
/dports/games/jfsw/jfsw-c434002/src/
H A Dcommon.h81 #define MAXVOICES 32 macro
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dcommon_game.h84 #define MAXVOICES 32 macro
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dsounds.h42 #define MAXVOICES 128 macro
H A Dsounds.cpp42 static uint32_t freeSlotQueue[MAXVOICES];
411 uint32_t num = freeSlotQueue[++ldpos & (MAXVOICES-1)]; in S_Cleanup()
414 freeSlotQueue[ldpos & (MAXVOICES-1)] = 0xdeadbeef; in S_Cleanup()
996 freeSlotQueue[++freeSlotQueueIndex & (MAXVOICES-1)] = (uint32_t)num; in S_Callback()
H A Dosdcmds.cpp1650 … number of concurrent sounds", (void *)&ud.config.NumVoices, CVAR_INT|CVAR_FUNCPTR, 1, MAXVOICES }, in registerosdcommands()
/dports/games/quadra/quadra-1.3.0/skelton/svgalib/
H A Dsound.cpp35 #define MAXVOICES 8 macro
267 if(sound->plays.size() < MAXVOICES) in start()