Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbbradsmith/nsfplay
/ functions
Functions
1,861 in github.com/bbbradsmith/nsfplay
⨍
Functions
1,861
◇
Types & classes
325
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFVRC6Panel.cpp:27
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFMixerPanel.cpp:59
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFAudioPanel.cpp:40
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFApuPanel.cpp:43
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFConfigPageMain.cpp:53
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFDialogs.cpp:52
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFTrackDialog.cpp:57
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFPanDialog.cpp:45
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFFdsPanel.cpp:30
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFPanPanel.cpp:73
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFMixerDialog.cpp:47
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFMMC5Panel.cpp:37
Method
UpdateNSFPlayerConfig
nsfplug_ui/NSFConfigDialog.cpp:87
Method
UpdateStatusMessage
vcm/ui/win32/vcmDlg.cpp:204
Method
VC_LENGTH
vcm/vcm_ui.h:193
Method
VC_RANGE
vcm/vcm_ui.h:133
Method
VC_STR2INT
vcm/vcm_ui.h:226
Method
VC_TIME
vcm/vcm_ui.h:289
Function
VSAAdd
libemuwa2/emu_winamp.cpp:33
Function
VSAAddPCMData
libemuwa2/emu_winamp.cpp:31
Function
VSAGetMode
libemuwa2/emu_winamp.cpp:32
Function
VSASetInfo
libemuwa2/emu_winamp.cpp:34
Method
VT_CHECK
vcm/vcm_ui.h:124
Method
VT_COMBO
vcm/vcm_ui.h:213
Method
VT_COMBO_INT
vcm/vcm_ui.h:266
Method
VT_SLIDER
vcm/vcm_ui.h:179
Method
VT_SPIN
vcm/vcm_ui.h:165
Method
VT_TEXT
vcm/vcm_ui.h:279
Method
Value
vcm/value.cpp:6
Method
ValueCtrl
vcm/vcm_ui.h:39
Function
ValueType
contrib/nlohmann/json.hpp:19720
Function
VersionNSFplug_UI
nsfplug_ui/nsf_setup.cpp:94
Method
WA2InputModule
win/plugin/winamp2/in_module.cpp:5
Method
WA2InputModuleMSP
win/plugin/winamp2/in_module_msp.cpp:169
Method
WA2NSF
in_yansf/in_nsf.h:19
Function
WADlg_DrawChildWindowBorders
libemuwa2/winamp2/wa_dlg.h:373
Function
WADlg_close
libemuwa2/winamp2/wa_dlg.h:238
Function
WADlg_getBitmap
libemuwa2/winamp2/wa_dlg.h:193
Function
WADlg_getColor
libemuwa2/winamp2/wa_dlg.h:187
Function
WADlg_handleDialogMsgs
libemuwa2/winamp2/wa_dlg.h:263
Function
WADlg_init
libemuwa2/winamp2/wa_dlg.h:198
Function
WADlg_initted
libemuwa2/winamp2/wa_dlg.h:182
Method
WndProc
libemuwa2/emu_winamp.cpp:44
Method
Write
libemuwa2/emu_outmod.cpp:182
Method
Write
libemuwa2/emu_outdisk.cpp:157
Method
Write
* �������� * * <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
Method
Write
xgm/devices/Memory/nes_mem.cpp:32
Method
Write
xgm/devices/Memory/nes_bank.cpp:98
Method
Write
xgm/devices/Memory/nsf2_vectors.cpp:27
Method
Write
xgm/devices/Memory/ram64k.cpp:33
Method
Write
xgm/devices/Sound/nes_apu.cpp:299
Method
Write
xgm/devices/Sound/nes_n106.cpp:243
Method
Write
xgm/devices/Sound/nes_vrc7.cpp:113
Method
Write
xgm/devices/Sound/nes_dmc.cpp:569
Method
Write
xgm/devices/Sound/nes_mmc5.cpp:233
Method
Write
xgm/devices/Sound/nes_vrc6.cpp:199
Method
Write
xgm/devices/Sound/nes_fme7.cpp:59
Method
Write
xgm/devices/Sound/nes_fds.cpp:270
Method
Write
xgm/devices/Misc/log_cpu.cpp:39
Method
Write
xgm/devices/Misc/detect.cpp:39
Method
Write
xgm/devices/Misc/nsf2_irq.cpp:44
Method
Write
xgm/devices/Misc/nes_detect.cpp:20
Method
Write
xgm/devices/Misc/block.h:12
Method
WriteTagItem
win/nsf_tag.cpp:33
Method
WriteWork
vcm/ui/win32/vcmCheck.cpp:74
Method
WriteWork
vcm/ui/win32/vcmSlider.cpp:109
Method
WriteWork
vcm/ui/win32/vcmCombo.cpp:89
Method
WriteWork
vcm/ui/win32/vcmCtrl.h:17
Method
WriteWork
vcm/ui/win32/vcmText.cpp:85
Function
accept
contrib/nlohmann/json.hpp:23228
Method
array_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
Function
back
! @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
Function
basic_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
Function
basic_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
Function
basic_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
Function
basic_json from_bson
contrib/nlohmann/json.hpp:24331
Function
basic_json from_cbor
contrib/nlohmann/json.hpp:23959
Function
basic_json from_msgpack
contrib/nlohmann/json.hpp:24102
Function
basic_json from_ubjson
contrib/nlohmann/json.hpp:24218
Function
basic_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
Function
basic_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
Function
basic_json parse
contrib/nlohmann/json.hpp:23173
Method
binary
contrib/nlohmann/json.hpp:5389
Method
binary
contrib/nlohmann/json.hpp:5564
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
contrib/nlohmann/json.hpp:7712
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
contrib/nlohmann/json.hpp:12764
Method
boolean
contrib/nlohmann/json.hpp:5359
Method
boolean
contrib/nlohmann/json.hpp:5534
Method
byte_container_with_subtype
contrib/nlohmann/json.hpp:4439
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
contrib/nlohmann/json.hpp:13776
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
contrib/nlohmann/json.hpp:13791
Method
calc_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
Method
calc_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
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
contrib/nlohmann/json.hpp:13706
Method
calc_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
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
contrib/nlohmann/json.hpp:13676
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
contrib/nlohmann/json.hpp:13734
Method
calc_dmc
Tick the DMC for the number of clocks, and return output counter;
xgm/devices/Sound/nes_dmc.cpp:279
Method
calc_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
Method
calc_saw
xgm/devices/Sound/nes_vrc6.cpp:131
← previous
next →
1,401–1,500 of 1,861, ranked by callers