Home
last modified time | relevance | path

Searched refs:polyphony (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/
H A Dui.cc79 settings_->mutable_state()->polyphony = part_->polyphony(); in SaveState()
144 if (part_->polyphony() == 1 || part_->polyphony() == 4) { in Poll()
157 leds_.set(0, part_->polyphony() >= 2, part_->polyphony() <= 2); in Poll()
160 if (part_->polyphony() == 3) { in Poll()
282 int32_t polyphony = part_->polyphony(); in OnSwitchReleased() local
283 if (polyphony == 3) { in OnSwitchReleased()
284 polyphony = 2; in OnSwitchReleased()
286 polyphony <<= 1; in OnSwitchReleased()
287 if (polyphony > 4) { in OnSwitchReleased()
288 polyphony = 1; in OnSwitchReleased()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A DXMidiNoteStack.h28 int polyphony = 0; variable
35 polyphony=0; in clear()
45 polyphony--; in PopTime()
58 polyphony--; in Pop()
75 polyphony--; in Remove()
95 polyphony--; in FindAndPop()
108 polyphony++; in Push()
109 if (max_polyphony < polyphony) max_polyphony = polyphony; in Push()
116 polyphony++; in Push()
117 if (max_polyphony < polyphony) max_polyphony = polyphony; in Push()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/
H A Dui.cc59 part_->set_polyphony(settings_->state().polyphony); in Init()
69 settings_->mutable_state()->polyphony = part_->polyphony(); in SaveState()
114 leds_.set(0, part_->polyphony() >= 2, part_->polyphony() <= 2); in Poll()
117 if (part_->polyphony() == 3) { in Poll()
238 int32_t polyphony = part_->polyphony(); in OnSwitchReleased() local
239 if (polyphony == 3) { in OnSwitchReleased()
240 polyphony = 2; in OnSwitchReleased()
242 polyphony <<= 1; in OnSwitchReleased()
243 if (polyphony > 4) { in OnSwitchReleased()
244 polyphony = 1; in OnSwitchReleased()
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/test/
H A Dtest_sample_rate_change.c15 for(i = 0; i < synth->polyphony; i++) in verify_sample_rate()
28 int polyphony; in main() local
37 TEST_SUCCESS(fluid_settings_getint(settings, "synth.polyphony", &polyphony)); in main()
38 TEST_ASSERT(polyphony == synth->polyphony); in main()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/amidiplug/
H A Di_configure.cc43 int polyphony = aud_get_int ("amidiplug", "fsyn_synth_polyphony"); in get_values() local
53 if (polyphony != -1) in get_values()
56 polyphony_setting = polyphony; in get_values()
75 int polyphony = override_polyphony ? polyphony_setting : -1; in set_values() local
80 aud_set_int ("amidiplug", "fsyn_synth_polyphony", polyphony); in set_values()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_main.c50 EAS_I32 polyphony; variable
260 polyphony = atoi(&argv[i][2]); in main()
261 if (polyphony < 1) in main()
262 polyphony = 1; in main()
279 if (polyphony > pLibConfig->maxVoices) in main()
280 polyphony = pLibConfig->maxVoices; in main()
294 polyphony = pLibConfig->maxVoices; in main()
/dports/graphics/xfractint/xfractint-20.04p16/pars/
H A Dfract200.par88 polyphony=9 wavetype=5 attack=1
100 polyphony=3 attack=1 decay=6 sustain=7 srelease=14
112 polyphony=9 wavetype=2 attack=1 decay=7 sustain=10
124 polyphony=6 wavetype=2 attack=9 decay=9 sustain=11
136 polyphony=5 wavetype=1 attack=8 decay=8 sustain=11
148 polyphony=9 attack=9 sustain=8
159 polyphony=3 decay=8 sustain=14 srelease=10
170 polyphony=6 wavetype=4 sound=y/fm orbitdelay=1000 showorbit=yes
179 polyphony=6 attack=9 decay=8 sustain=14
190 polyphony=3 wavetype=1 decay=8 sustain=14 srelease=10
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dspatial_sample_player.cpp92 SpatialSoundServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in _notification()
113 polyphony = p_voice_count; in set_polyphony()
115 SpatialSoundServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in set_polyphony()
120 return polyphony; in get_polyphony()
177 for (int i = 0; i < polyphony; i++) { in stop_all()
218 polyphony = 1; in SpatialSamplePlayer()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dspatial_sample_player.cpp92 SpatialSoundServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in _notification()
113 polyphony = p_voice_count; in set_polyphony()
115 SpatialSoundServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in set_polyphony()
120 return polyphony; in get_polyphony()
177 for (int i = 0; i < polyphony; i++) { in stop_all()
218 polyphony = 1; in SpatialSamplePlayer()
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dsample_player_2d.cpp91 SpatialSound2DServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in _notification()
112 polyphony = p_voice_count; in set_polyphony()
114 SpatialSound2DServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in set_polyphony()
119 return polyphony; in get_polyphony()
185 for (int i = 0; i < polyphony; i++) { in stop_all()
239 polyphony = 1; in SamplePlayer2D()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dsample_player_2d.cpp91 SpatialSound2DServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in _notification()
112 polyphony = p_voice_count; in set_polyphony()
114 SpatialSound2DServer::get_singleton()->source_set_polyphony(get_source_rid(), polyphony); in set_polyphony()
119 return polyphony; in get_polyphony()
185 for (int i = 0; i < polyphony; i++) { in stop_all()
239 polyphony = 1; in SamplePlayer2D()
/dports/audio/drumstick/drumstick-2.5.0/library/widgets/
H A Dfluidsettingsdialog.cpp76 ui->polyphony->setValidator(polyphonyValidator); in FluidSettingsDialog()
112 if (ui->polyphony->hasAcceptableInput()) { in checkRanges()
113 ui->polyphony->deselect(); in checkRanges()
115 ui->polyphony->selectAll(); in checkRanges()
127 ui->polyphony->hasAcceptableInput() && in checkRanges()
255 ui->polyphony->setText( settings->value(QSTR_POLYPHONY, DEFAULT_POLYPHONY).toString() ); in readSettings()
276 int polyphony(DEFAULT_POLYPHONY); in writeSettings() local
290 polyphony = ui->polyphony->text().toInt(); in writeSettings()
302 settings->setValue(QSTR_POLYPHONY, polyphony); in writeSettings()
323 ui->polyphony->setText( QString::number( DEFAULT_POLYPHONY )); in restoreDefaults()
/dports/audio/mda-lv2/mda-lv2-1.2.6/mda.lv2/
H A DPiano-presets.ttl34 lv2:symbol "polyphony" ;
76 lv2:symbol "polyphony" ;
118 lv2:symbol "polyphony" ;
160 lv2:symbol "polyphony" ;
202 lv2:symbol "polyphony" ;
244 lv2:symbol "polyphony" ;
286 lv2:symbol "polyphony" ;
328 lv2:symbol "polyphony" ;
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/faust/
H A Dkarplus32.dsp43 polyphony = hslider("polyphony", 1, 0, 32, 1);
53 <: vgroup("resonator x32", par(i,32, resonator(dur+i*detune, att) * (polyphony > i)))
/dports/audio/faustlive/faustlive-2.5.7/Resources/Examples/
H A Dkarplus32.dsp38 polyphony = hslider("polyphony", 1, 0, 32, 1);
44 <: vgroup("resonator x32", par(i,32, resonator(dur+i*detune, att) * (polyphony > i)))
/dports/audio/faust/faust-2.37.3/benchmark/
H A Dkarplus32.dsp38 polyphony = hslider("polyphony", 1, 0, 32, 1);
44 <: vgroup("resonator x32", par(i,32, resonator(dur+i*detune, att) * (polyphony > i)))
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Dkarplus32.dsp38 polyphony = hslider("polyphony", 14, 0, 32, 1);
45 <: vgroup("resonator x32", par(i,32, resonator(dur+i*detune, att) * (polyphony > i)))
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.c1024 instance->max_voices = instance->polyphony; in hexter_instance_handle_monophonic()
1050 int polyphony = atoi(value); in hexter_instance_handle_polyphony() local
1054 if (polyphony < 1 || polyphony > HEXTER_MAX_POLYPHONY) { in hexter_instance_handle_polyphony()
1058 instance->polyphony = polyphony; in hexter_instance_handle_polyphony()
1064 instance->max_voices = polyphony; in hexter_instance_handle_polyphony()
1089 int polyphony = atoi(value); in hexter_synth_handle_global_polyphony() local
1093 if (polyphony < 1 || polyphony > HEXTER_MAX_POLYPHONY) { in hexter_synth_handle_global_polyphony()
1100 hexter_synth.global_polyphony = polyphony; in hexter_synth_handle_global_polyphony()
1103 for (i = polyphony; i < HEXTER_MAX_POLYPHONY; i++) { in hexter_synth_handle_global_polyphony()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/python/
H A Dproduce_score.py53 polyphony = [[]]
66 polyphony.append(new_voice)
67 cur_poly = len(polyphony) - 1
70 polyphony[cur_poly].append(r)
71 return polyphony
146 polyphony = split_polyphony(rows)
148 for voice in polyphony:
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/old/
H A Dkarplus32.dsp39 polyphony = hslider("polyphony", 1, 0, 32, 1);
45 <: vgroup("resonator x32", par(i,32, resonator(dur+i*detune, att) * (polyphony > i)))
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.c569 synth->voices = synth->polyphony; in y_synth_handle_monophonic()
591 int polyphony = atoi(value); in y_synth_handle_polyphony() local
595 if (polyphony < 1 || polyphony > Y_MAX_POLYPHONY) { in y_synth_handle_polyphony()
599 synth->polyphony = polyphony; in y_synth_handle_polyphony()
602 synth->voices = polyphony; in y_synth_handle_polyphony()
608 for (i = polyphony; i < Y_MAX_POLYPHONY; i++) { in y_synth_handle_polyphony()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/dsp/
H A Dpart.h84 inline int32_t polyphony() const { return polyphony_; } in polyphony() function
85 inline void set_polyphony(int32_t polyphony) { in set_polyphony() argument
87 polyphony_ = std::min(polyphony, kMaxPolyphony); in set_polyphony()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/dsp/
H A Dpart.h84 inline int32_t polyphony() const { return polyphony_; } in polyphony() function
85 inline void set_polyphony(int32_t polyphony) { in set_polyphony() argument
87 polyphony_ = std::min(polyphony, kMaxPolyphony); in set_polyphony()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/amidiplug/backend-fluidsynth/
H A Db-fluidsynth.cc58 int polyphony = aud_get_int ("amidiplug", "fsyn_synth_polyphony"); in backend_init() local
65 if (polyphony != -1) in backend_init()
66 fluid_settings_setint (sc.settings, "synth.polyphony", polyphony); in backend_init()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_synth.c377 synth->polyphony, 16, 4096, 0, in new_fluid_synth()
461 synth->nvoice = synth->polyphony; in new_fluid_synth()
791 for (i = 0; i < synth->polyphony; i++) { in fluid_synth_noteoff()
797 for (k = 0; k < synth->polyphony; k++) { in fluid_synth_noteoff()
827 for (i = 0; i < synth->polyphony; i++) { in fluid_synth_damp_voices()
1177 for (i = 0; i < synth->polyphony; i++) { in fluid_synth_all_notes_off()
1197 for (i = 0; i < synth->polyphony; i++) { in fluid_synth_all_sounds_off()
1218 for (i = 0; i < synth->polyphony; i++) { in fluid_synth_system_reset()
1750 if (polyphony < 1 || polyphony > synth->nvoice) { in fluid_synth_set_polyphony()
1762 synth->polyphony = polyphony; in fluid_synth_set_polyphony()
[all …]

12345678910>>...31