Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Deq.c78 LV2_Atom_Forge_Frame notify_frame; member
313 lv2_atom_forge_sequence_head(&plugin_data->forge, &plugin_data->notify_frame, 0); in runEQ_v2()
403 lv2_atom_forge_pop(&plugin_data->forge, &plugin_data->notify_frame); in runEQ_v2()
484 lv2_atom_forge_pop(&plugin_data->forge, &plugin_data->notify_frame); in runEQ_v2()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/
H A Ddsp.hxx59 LV2_Atom_Forge_Frame notify_frame; member in FablaLV2
H A Ddsp.cxx187 lv2_atom_forge_sequence_head(&self->forge, &self->notify_frame, 0); in run()
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/
H A DBSlizr.h91 LV2_Atom_Forge_Frame notify_frame; variable
H A DBSlizr.cpp127 lv2_atom_forge_sequence_head(&forge, &notify_frame, 0); in run()
207 lv2_atom_forge_pop(&forge, &notify_frame); in run()
/dports/audio/liquidsfz/liquidsfz-0.2.3/lv2/
H A Dlv2plugin.cc275 LV2_Atom_Forge_Frame notify_frame; in run() local
285 lv2_atom_forge_sequence_head (&forge, &notify_frame, 0); in run()
362 lv2_atom_forge_pop (&forge, &notify_frame); in run()
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/
H A DBChoppr.hpp146 LV2_Atom_Forge_Frame notify_frame; member in BChoppr
H A DBChoppr.cpp224 lv2_atom_forge_sequence_head(&forge, &notify_frame, 0); in run()
306 lv2_atom_forge_pop(&forge, &notify_frame); in run()
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DBShapr.hpp184 LV2_Atom_Forge_Frame notify_frame; member in BShapr
H A DBShapr.cpp158 forge (), notify_frame (),
312 lv2_atom_forge_sequence_head(&forge, &notify_frame, 0); in run()
689 lv2_atom_forge_pop (&forge, &notify_frame); in run()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/plugins/eg-sampler.lv2/
H A Dsampler.c70 LV2_Atom_Forge_Frame notify_frame; ///< Cached for worker replies member
433 lv2_atom_forge_sequence_head(&self->forge, &self->notify_frame, 0); in run()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DBOops.hpp163 LV2_Atom_Forge_Frame notify_frame; member in BOops
H A DBOops.cpp63 forge (), notify_frame (),
250 lv2_atom_forge_sequence_head(&forge, &notify_frame, 0); in run()
1011 lv2_atom_forge_pop (&forge, &notify_frame); in run()
/dports/audio/lv2/lv2-1.18.2/plugins/eg-sampler.lv2/
H A Dsampler.c66 LV2_Atom_Forge_Frame notify_frame; ///< Cached for worker replies member
435 lv2_atom_forge_sequence_head(&self->forge, &self->notify_frame, 0); in run()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/convoLV2/
H A Dlv2.c79 LV2_Atom_Forge_Frame notify_frame;
369 lv2_atom_forge_sequence_head(&self->forge, &self->notify_frame, 0);
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/plugins/lfo/
H A Ddsp.c92 LV2_Atom_Forge_Frame notify_frame; member
375 &pl_common->forge, &self->notify_frame, 0); in send_messages_to_ui()
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_tubeamp/
H A Dplugin.h49 LV2_Atom_Forge_Frame notify_frame; member
H A Dkpp_tubeamp.cpp347 lv2_atom_forge_sequence_head(&plugin->forge, &plugin->notify_frame, 0); in run()
/dports/audio/moony-lv2/moony-0.36.0/include/
H A Dmoony.h221 LV2_Atom_Forge_Frame notify_frame; member
/dports/audio/fluida-lv2/Fluida.lv2-0.7/Fluida/
H A Dfluida.cpp167 LV2_Atom_Forge_Frame notify_frame; member in fluida::Fluida_
593 lv2_atom_forge_sequence_head(&forge, &notify_frame, 0); in run_dsp_()
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/
H A Dscreens.rpy1312 style notify_frame is empty
1315 style notify_frame:
/dports/games/renpy/renpy-7.4.11-sdk/the_question/game/
H A Dscreens.rpy1337 style notify_frame is empty
1340 style notify_frame:
/dports/games/renpy/renpy-7.4.11-sdk/gui/game/
H A Dscreens.rpy1279 style notify_frame is empty
1282 style notify_frame:
/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi.c2134 moony->notify_ref = lv2_atom_forge_sequence_head(&moony->notify_forge, &moony->notify_frame, 0); in moony_pre()
2622 lv2_atom_forge_pop(forge, &moony->notify_frame); in moony_out()