Home
last modified time | relevance | path

Searched refs:play (Results 501 – 525 of 44949) sorted by relevance

1...<<21222324252627282930>>...1798

/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/osc/controller/
H A Dags_osc_renew_controller_test.c310 GList *start_play, *play; in ags_osc_renew_controller_test_set_data() local
317 play = ags_recall_template_find_type(start_play, in ags_osc_renew_controller_test_set_data()
320 g_object_get(play->data, in ags_osc_renew_controller_test_set_data()
355 GList *start_play, *play; in ags_osc_renew_controller_test_set_data() local
362 play = ags_recall_template_find_type(start_play, in ags_osc_renew_controller_test_set_data()
365 g_object_get(play->data, in ags_osc_renew_controller_test_set_data()
445 GList *start_play, *play; in ags_osc_renew_controller_test_set_data() local
452 play = ags_recall_template_find_type(start_play, in ags_osc_renew_controller_test_set_data()
455 g_object_get(play->data, in ags_osc_renew_controller_test_set_data()
490 GList *start_play, *play; in ags_osc_renew_controller_test_set_data() local
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dexternal_emotion_elm.edc99 part { name: "play"; /* play button at bottom-left (relative
119 part { name: "open"; /* open file button next to play button */
187 /* toggle video playing state when play is clicked */
188 program { name: "toggle-play-video";
190 source: "play";
192 new v = external_param_get_bool(PART:"video", "play");
193 external_param_set_bool(PART:"video", "play", !v);
197 /* whenever file is chosen, set and play it */
201 after: "play-video";
204 program { name: "play-video";
[all …]
/dports/net/ntp/ntp-4.2.8p15/util/
H A Dtg.c335 info.play.port = port; in main()
336 info.play.gain = level; in main()
337 info.play.sample_rate = SECOND; in main()
338 info.play.channels = 1; in main()
339 info.play.precision = 8; in main()
340 info.play.encoding = AUDIO_ENCODING_ULAW; in main()
342 info.play.port, info.play.gain, info.play.sample_rate, in main()
343 info.play.channels, info.play.precision, in main()
344 info.play.encoding); in main()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/SLUGens/sc/HelpSource/Classes/
H A DWeaklyNonlinear2.schelp47 {Out.ar(0,Pan2.ar(0.1*WeaklyNonlinear2.ar(SinOsc.ar(MouseX.kr(100,400),0,0.1)),0.0))}.play
50 …nOsc.ar(MouseX.kr(50,1000,'exponential'),0,0.1),0,1,1,MouseY.kr(50,1000,'exponential')),0.0))}.play
54 …,1,1,MouseY.kr(50,1000,'exponential'), LFNoise0.kr(1,0.4,0.5),LFNoise0.kr(1,10.4,10.5)),0.0))}.play
58 …nlinear2.ar(Saw.ar(261.626,MouseY.kr(0.0001,1,'exponential')), freq:MouseX.kr(100,400)),0.0))}.play
70 ,0.0))}.play
75 …Osc.ar(MouseX.kr(10,2000),0,0.1),Impulse.kr(MouseY.kr(0,100)),1,1,440,0,0,-0.01,2,-1,1),0.0))}.play
78 …kr(1,1000,'exponential'),0,0.1),0,1,1,MouseY.kr(1,1000,'exponential'),0,0,-0.001,3,0,0),0.0))}.play
82 …,MouseY.kr(1,1000,'exponential'),LFNoise0.kr(10,0.0),LFNoise0.kr(10,0.0),0.005,3,1,0.5),0.0))}.play
85 …ear2.ar(SinOsc.ar(0,0,0.1),0,1,1,MouseX.kr(110,880,'exponential'),0,0,MouseY.kr(0,1.0)),0.0))}.play
89 …X.kr(100,[400,405]),0,0.1),freq:[330,440], alpha:MouseY.kr(0,[0.1,0.5])),10000),0.02,0.02,5))}.play
/dports/games/four-in-a-row/four-in-a-row-3.38.1/help/C/
H A Dchoose-opponent.page24 <desc>Change the level at which the computer plays or play with a
33 <title>To change the level, or to play with a friend:</title>
40 for both players if want to play with a friend or family member.</p>
45 <p>You can also choose if you play first or second under <gui>Game
49 Player One gets to play first in the first game of
50 <app>Four-in-a-row</app>. In subsequent games, the chance to play first
52 to play first in the second game, Player One can play first
/dports/lang/yorick/yorick-y_2_2_04/play/any/
H A DMakefile52 alarms.o: $(PLAY_CFG)/config.h ../play.h ../pstdlib.h $(PLUGEXT)
58 bitrev.o: $(PLAY_CFG)/config.h ../play.h $(PLUGEXT)
59 bitlrot.o: $(PLAY_CFG)/config.h ../play.h $(PLUGEXT)
60 bitmrot.o: $(PLAY_CFG)/config.h ../play.h $(PLUGEXT)
61 p595.o: ../play.h $(PLUGEXT)
65 psoftfpe.o: $(PLAY_CFG)/config.h ../play.h $(PLUGEXT)
68 test2d.o: ../play.h ../pstdlib.h ../pstdio.h $(PLUGEXT)
71 main.o: main.c ../play.h $(PLUGEXT)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DLinen.schelp54 }).play;
57 // play once and end the synth
63 }).play;
66 // play once and sustain
72 }).play;
84 }).play(nil, [\out, 0, \dur, 2.0]);
107 }).play(TempoClock.default)
127 }).play;
/dports/games/sarien/sarien-0.7.0/src/sound/bsd/
H A Dsound_bsd.c72 ainfo.play.sample_rate = 22050; in bsd_init_sound()
73 ainfo.play.channels = 1; in bsd_init_sound()
74 ainfo.play.precision = 16; in bsd_init_sound()
75 ainfo.play.encoding = AUDIO_ENCODING_LINEAR; in bsd_init_sound()
76 ainfo.play.buffer_size = 16384; in bsd_init_sound()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droom.cpp265 _GP(play).bg_frame = 0; in unload_old_room()
266 _GP(play).bg_frame_locked = 0; in unload_old_room()
445 _GP(play).room_changes ++; in load_new_room()
493 _GP(play).bg_anim_delay = _GP(play).anim_background_speed; in load_new_room()
734 _GP(play).entered_edge = -1; in load_new_room()
753 _GP(play).entered_edge = 3; in load_new_room()
763 _GP(play).entered_edge = 2; in load_new_room()
773 _GP(play).entered_edge = 1; in load_new_room()
783 _GP(play).entered_edge = 0; in load_new_room()
847 _GP(play).entered_edge = 1; in load_new_room()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/sound/
H A Dsunsound.c93 ai.play.encoding = AUDIO_ENCODING_LINEAR; in sound_lowlevel_init()
94 ai.play.precision = 16; in sound_lowlevel_init()
99 ai.play.encoding = AUDIO_ENCODING_LINEAR8; in sound_lowlevel_init()
100 ai.play.precision = 8; in sound_lowlevel_init()
112 ai.play.channels = *stereoptr ? 2 : 1; in sound_lowlevel_init()
115 ai.play.channels = *stereoptr ? 1 : 2; in sound_lowlevel_init()
128 ai.play.sample_rate = *freqptr; in sound_lowlevel_init()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_inventoryitem.cpp32 extern GameState play;
111 play.usedinv = playerchar->activeinv; in RunInventoryInteraction()
124 play.check_interaction_only = 1; in IsInventoryInteractionAvailable()
128 int ciwas = play.check_interaction_only; in IsInventoryInteractionAvailable()
129 play.check_interaction_only = 0; in IsInventoryInteractionAvailable()
138 return get_int_property (game.invProps[item], play.invProps[item], property); in GetInvProperty()
142 get_text_property (game.invProps[item], play.invProps[item], property, bufer); in GetInvPropertyText()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DBottomButtons.cpp50 this->play = new wxButton(this, ID_PLAY_BUTTON, _("Play")); in BottomButtons()
51 wxFont playButtonFont = this->play->GetFont(); in BottomButtons()
53 this->play->SetFont(playButtonFont); in BottomButtons()
67 sizer->Add(this->play); in BottomButtons()
108 this->play->Disable(); in OnTCChanges()
110 this->play->Enable(); in OnTCChanges()
113 this->play->Disable(); in OnTCChanges()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/icles/
H A Dstress-playbin.c12 GstElement *play; in play_file() local
15 play = gst_element_factory_make ("playbin", "playbin"); in play_file()
17 g_object_set (play, "uri", uri, NULL); in play_file()
19 sret = gst_element_set_state (play, GST_STATE_PLAYING); in play_file()
26 msg = gst_bus_poll (GST_ELEMENT_BUS (play), in play_file()
56 gst_element_set_state (play, GST_STATE_NULL); in play_file()
57 gst_object_unref (play); in play_file()
/dports/devel/love/love-11.3/src/modules/video/
H A DVideoStream.cpp42 void VideoStream::play() in play() function in love::video::VideoStream
44 frameSync->play(); in play()
85 play(); in copyState()
118 void VideoStream::DeltaSync::play() in play() function in love::video::VideoStream::DeltaSync
149 void VideoStream::SourceSync::play() in play() function in love::video::VideoStream::SourceSync
151 source->play(); in play()
/dports/devel/love10/love-0.10.2/src/modules/video/
H A DVideoStream.cpp40 void VideoStream::play() in play() function in love::video::VideoStream
42 frameSync->play(); in play()
83 play(); in copyState()
116 void VideoStream::DeltaSync::play() in play() function in love::video::VideoStream::DeltaSync
147 void VideoStream::SourceSync::play() in play() function in love::video::VideoStream::SourceSync
149 source->play(); in play()
/dports/cad/fritzing/fritzing-app-0.9.2b/sketches/core/Fritzing Creator Kit DE+EN/creator-kit-en/Fritzing Creator Kit/Synthesizer/
H A DSynthesizer.ino21 void play(int myToneHeight) { // play method
33 play(toneHeight); // execute play method
37 play(toneHeight); // execute play method

1...<<21222324252627282930>>...1798