MCPcopy Create free account

hub / github.com/bbbradsmith/nsfplay / functions

Functions1,861 in github.com/bbbradsmith/nsfplay

MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFVRC6Panel.cpp:27
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFMixerPanel.cpp:59
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFAudioPanel.cpp:40
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFApuPanel.cpp:43
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFConfigPageMain.cpp:53
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFDialogs.cpp:52
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFTrackDialog.cpp:57
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFPanDialog.cpp:45
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFFdsPanel.cpp:30
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFPanPanel.cpp:73
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFMixerDialog.cpp:47
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFMMC5Panel.cpp:37
MethodUpdateNSFPlayerConfig
nsfplug_ui/NSFConfigDialog.cpp:87
MethodUpdateStatusMessage
vcm/ui/win32/vcmDlg.cpp:204
MethodVC_LENGTH
vcm/vcm_ui.h:193
MethodVC_RANGE
vcm/vcm_ui.h:133
MethodVC_STR2INT
vcm/vcm_ui.h:226
MethodVC_TIME
vcm/vcm_ui.h:289
FunctionVSAAdd
libemuwa2/emu_winamp.cpp:33
FunctionVSAAddPCMData
libemuwa2/emu_winamp.cpp:31
FunctionVSAGetMode
libemuwa2/emu_winamp.cpp:32
FunctionVSASetInfo
libemuwa2/emu_winamp.cpp:34
MethodVT_CHECK
vcm/vcm_ui.h:124
MethodVT_COMBO
vcm/vcm_ui.h:213
MethodVT_COMBO_INT
vcm/vcm_ui.h:266
MethodVT_SLIDER
vcm/vcm_ui.h:179
MethodVT_SPIN
vcm/vcm_ui.h:165
MethodVT_TEXT
vcm/vcm_ui.h:279
MethodValue
vcm/value.cpp:6
MethodValueCtrl
vcm/vcm_ui.h:39
FunctionValueType
contrib/nlohmann/json.hpp:19720
FunctionVersionNSFplug_UI
nsfplug_ui/nsf_setup.cpp:94
MethodWA2InputModule
win/plugin/winamp2/in_module.cpp:5
MethodWA2InputModuleMSP
win/plugin/winamp2/in_module_msp.cpp:169
MethodWA2NSF
in_yansf/in_nsf.h:19
FunctionWADlg_DrawChildWindowBorders
libemuwa2/winamp2/wa_dlg.h:373
FunctionWADlg_close
libemuwa2/winamp2/wa_dlg.h:238
FunctionWADlg_getBitmap
libemuwa2/winamp2/wa_dlg.h:193
FunctionWADlg_getColor
libemuwa2/winamp2/wa_dlg.h:187
FunctionWADlg_handleDialogMsgs
libemuwa2/winamp2/wa_dlg.h:263
FunctionWADlg_init
libemuwa2/winamp2/wa_dlg.h:198
FunctionWADlg_initted
libemuwa2/winamp2/wa_dlg.h:182
MethodWndProc
libemuwa2/emu_winamp.cpp:44
MethodWrite
libemuwa2/emu_outmod.cpp:182
MethodWrite
libemuwa2/emu_outdisk.cpp:157
MethodWrite
* �������� * * <P> * ���t�����Ă���f�o�C�X��Write���\�b�h���Ăяo���D * �Ăяo�������́C�f�o�C�X�����t����ꂽ�����ɓ������D * Wri
xgm/devices/device.h:248
MethodWrite
xgm/devices/Memory/nes_mem.cpp:32
MethodWrite
xgm/devices/Memory/nes_bank.cpp:98
MethodWrite
xgm/devices/Memory/nsf2_vectors.cpp:27
MethodWrite
xgm/devices/Memory/ram64k.cpp:33
MethodWrite
xgm/devices/Sound/nes_apu.cpp:299
MethodWrite
xgm/devices/Sound/nes_n106.cpp:243
MethodWrite
xgm/devices/Sound/nes_vrc7.cpp:113
MethodWrite
xgm/devices/Sound/nes_dmc.cpp:569
MethodWrite
xgm/devices/Sound/nes_mmc5.cpp:233
MethodWrite
xgm/devices/Sound/nes_vrc6.cpp:199
MethodWrite
xgm/devices/Sound/nes_fme7.cpp:59
MethodWrite
xgm/devices/Sound/nes_fds.cpp:270
MethodWrite
xgm/devices/Misc/log_cpu.cpp:39
MethodWrite
xgm/devices/Misc/detect.cpp:39
MethodWrite
xgm/devices/Misc/nsf2_irq.cpp:44
MethodWrite
xgm/devices/Misc/nes_detect.cpp:20
MethodWrite
xgm/devices/Misc/block.h:12
MethodWriteTagItem
win/nsf_tag.cpp:33
MethodWriteWork
vcm/ui/win32/vcmCheck.cpp:74
MethodWriteWork
vcm/ui/win32/vcmSlider.cpp:109
MethodWriteWork
vcm/ui/win32/vcmCombo.cpp:89
MethodWriteWork
vcm/ui/win32/vcmCtrl.h:17
MethodWriteWork
vcm/ui/win32/vcmText.cpp:85
Functionaccept
contrib/nlohmann/json.hpp:23228
Methodarray_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
contrib/nlohmann/json.hpp:11869
Functionback
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
contrib/nlohmann/json.hpp:20449
Functionbasic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
contrib/nlohmann/json.hpp:18269
Functionbasic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
contrib/nlohmann/json.hpp:18166
Functionbasic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
contrib/nlohmann/json.hpp:24957
Functionbasic_json from_bson
contrib/nlohmann/json.hpp:24331
Functionbasic_json from_cbor
contrib/nlohmann/json.hpp:23959
Functionbasic_json from_msgpack
contrib/nlohmann/json.hpp:24102
Functionbasic_json from_ubjson
contrib/nlohmann/json.hpp:24218
Functionbasic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
contrib/nlohmann/json.hpp:16830
Functionbasic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
contrib/nlohmann/json.hpp:18313
Functionbasic_json parse
contrib/nlohmann/json.hpp:23173
Methodbinary
contrib/nlohmann/json.hpp:5389
Methodbinary
contrib/nlohmann/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
contrib/nlohmann/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
contrib/nlohmann/json.hpp:12764
Methodboolean
contrib/nlohmann/json.hpp:5359
Methodboolean
contrib/nlohmann/json.hpp:5534
Methodbyte_container_with_subtype
contrib/nlohmann/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
contrib/nlohmann/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
contrib/nlohmann/json.hpp:13791
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
contrib/nlohmann/json.hpp:13833
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
contrib/nlohmann/json.hpp:13629
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
contrib/nlohmann/json.hpp:13706
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
contrib/nlohmann/json.hpp:13927
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
contrib/nlohmann/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
contrib/nlohmann/json.hpp:13734
Methodcalc_dmc
Tick the DMC for the number of clocks, and return output counter;
xgm/devices/Sound/nes_dmc.cpp:279
Methodcalc_noise
�m�C�Y�`�����l���̌v�Z �߂�l��0-127 ��T���v�����O���[�g�ō�������ƃG�C���A�X�m�C�Y���������̂� �m�C�Y�����͂��̊֐����ō��N���b�N�������A�ȈՂȃT���v�����O���[�g
xgm/devices/Sound/nes_dmc.cpp:226
Methodcalc_saw
xgm/devices/Sound/nes_vrc6.cpp:131
← previousnext →1,401–1,500 of 1,861, ranked by callers