Home
last modified time | relevance | path

Searched refs:osc_mode (Results 1 – 24 of 24) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DAy_Apu.cpp201 int osc_mode = regs [7] >> index; in run_until() local
213 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
216 osc_mode |= tone_off; in run_until()
242 osc_mode = noise_off | tone_off; in run_until()
247 osc_mode = noise_off | tone_off; in run_until()
253 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
263 if ( !(osc_mode & noise_off) ) in run_until()
286 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
306 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
367 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DAy_Apu.cpp188 int osc_mode = regs [7] >> index; in run_until() local
200 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
203 osc_mode |= tone_off; in run_until()
227 osc_mode = noise_off | tone_off; in run_until()
232 osc_mode = noise_off | tone_off; in run_until()
238 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
248 if ( !(osc_mode & noise_off) ) in run_until()
271 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
291 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
351 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DAy_Apu.cpp188 int osc_mode = regs [7] >> index; in run_until() local
200 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
203 osc_mode |= tone_off; in run_until()
227 osc_mode = noise_off | tone_off; in run_until()
232 osc_mode = noise_off | tone_off; in run_until()
238 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
248 if ( !(osc_mode & noise_off) ) in run_until()
271 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
291 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
351 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DAy_Apu.cpp188 int osc_mode = regs [7] >> index; in run_until() local
200 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
203 osc_mode |= tone_off; in run_until()
227 osc_mode = noise_off | tone_off; in run_until()
232 osc_mode = noise_off | tone_off; in run_until()
238 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
248 if ( !(osc_mode & noise_off) ) in run_until()
271 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
291 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
351 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DAy_Apu.cc188 int osc_mode = regs [7] >> index; in run_until() local
200 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
203 osc_mode |= tone_off; in run_until()
227 osc_mode = noise_off | tone_off; in run_until()
232 osc_mode = noise_off | tone_off; in run_until()
238 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
248 if ( !(osc_mode & noise_off) ) in run_until()
271 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
291 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
351 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DAy_Apu.cpp188 int osc_mode = regs [7] >> index; in run_until() local
200 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
203 osc_mode |= tone_off; in run_until()
227 osc_mode = noise_off | tone_off; in run_until()
232 osc_mode = noise_off | tone_off; in run_until()
238 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
248 if ( !(osc_mode & noise_off) ) in run_until()
271 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
291 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
351 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DAy_Apu.cpp201 int osc_mode = regs [7] >> index; in run_until() local
213 if ( osc->period <= inaudible_period && !(osc_mode & tone_off) ) in run_until()
216 osc_mode |= tone_off; in run_until()
242 osc_mode = noise_off | tone_off; in run_until()
247 osc_mode = noise_off | tone_off; in run_until()
253 if ( osc_mode & tone_off ) // maintain tone's phase when off in run_until()
263 if ( !(osc_mode & noise_off) ) in run_until()
286 if ( (osc_mode | osc->phase) & 1 & (osc_mode >> 3 | noise_lfsr) ) in run_until()
306 int phase = osc->phase | (osc_mode & tone_off); assert( tone_off == 0x01 ); in run_until()
367 if ( !(osc_mode & tone_off) ) in run_until()
[all …]
/dports/audio/whysynth/whysynth-20120903/src/
H A Dgui_callbacks.c1137 int osc_mode = get_value_from_combo(mode_port); in update_osc_layout_on_mode_change() local
1143 if (osc_mode < 0 || osc_mode > Y_OSCILLATOR_MODE_COUNT) in update_osc_layout_on_mode_change()
1144 osc_mode = 0; in update_osc_layout_on_mode_change()
1149 ((osc_mode == Y_OSCILLATOR_MODE_MINBLEP || in update_osc_layout_on_mode_change()
1150 osc_mode == Y_OSCILLATOR_MODE_NOISE || in update_osc_layout_on_mode_change()
1151 osc_mode == Y_OSCILLATOR_MODE_PD) && in update_osc_layout_on_mode_change()
1156 voice_widgets[mode_port].last_mode = osc_mode; in update_osc_layout_on_mode_change()
1159 if (osc_mode == Y_OSCILLATOR_MODE_MINBLEP) in update_osc_layout_on_mode_change()
1161 else if (osc_mode == Y_OSCILLATOR_MODE_NOISE) in update_osc_layout_on_mode_change()
1163 else if (osc_mode == Y_OSCILLATOR_MODE_PD) in update_osc_layout_on_mode_change()
[all …]
/dports/misc/gpsim/gpsim-0.31.0/src/
H A D16bit-processors.h209 virtual void osc_mode(unsigned int);
295 m_pCpu->osc_mode(v); in set()
322 m_pCpu->osc_mode(v); in set()
H A Dp18fk.h102 virtual void osc_mode(unsigned int value);
212 virtual void osc_mode(unsigned int value);
H A Dp18x.h309 virtual void osc_mode(unsigned int value);
384 virtual void osc_mode(unsigned int value);
H A Dpic-processor.h498 virtual void osc_mode(unsigned int );
H A Dp18fk.cc295 void P18F14K22::osc_mode(unsigned int value) in osc_mode() function in P18F14K22
888 void P18F26K22::osc_mode(unsigned int value) in osc_mode() function in P18F26K22
H A D16bit-processors.cc954 void _16bit_processor::osc_mode(unsigned int value) in osc_mode() function in _16bit_processor
H A Dp18x.cc1694 void P18F1220::osc_mode(unsigned int value) in osc_mode() function in P18F1220
2003 void P18F2x21::osc_mode(unsigned int value) in osc_mode() function in P18F2x21
H A Dpic-processor.cc2245 void pic_processor::osc_mode(unsigned int value) in osc_mode() function in pic_processor
/dports/audio/ecasound/ecasound-2.9.3/ecasound/
H A Decasound.cpp159 osc_mode(false), in ECASOUND_RUN_STATE()
279 if (state.osc_mode == true) { in main()
484 state->osc_mode != true) { in ecasound_main_loop_batch()
641 state->osc_mode = true; in ecasound_parse_command_line()
643 state->osc_mode = false; in ecasound_parse_command_line()
H A Decasound.h70 bool osc_mode; variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/metadata/
H A Doscilloscope.cpp27 static const port_item_t osc_mode[] = variable
115 COMBO("scmo" id, "Mode" label, oscilloscope_base_metadata::MODE_DFL, osc_mode)
/dports/audio/snd/snd-21.2/tools/
H A Dsam.c305 #define osc_mode(gmode) (gmode & 0xf) macro
461 if (osc_mode(Gmode10) == SIN_FM) /* sin(J+fm) */ in process_gen()
476 if ((osc_mode(Gmode10) != SIN_K) && in process_gen()
477 (osc_mode(Gmode10) != SIN_FM)) in process_gen()
493 switch (osc_mode(Gmode10)) in process_gen()
1930 S = osc_mode(mode); in bad_mode()
1961 S = osc_mode(mode); in print_gmode_name()
/dports/audio/hexter/hexter-1.0.3/src/
H A Ddx7_voice.h155 uint8_t osc_mode; member
H A Ddx7_voice.c778 if (op->osc_mode) { /* fixed frequency */ in dx7_op_recalculate_increment()
1364 voice->op[i].osc_mode = eb_op[17] & 0x01; in dx7_voice_set_data()
H A Dhexter_synth.c580 op->osc_mode = value; in hexter_instance_update_op_param()
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dparse.c160 int osc_mode; in osc_sequence() local