Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wohlstand/OPL3BankEditor
/ functions
Functions
1,393 in github.com/Wohlstand/OPL3BankEditor
⨍
Functions
1,393
◇
Types & classes
285
Method
BankEditor_ProxyStyle
src/proxystyle.cpp:27
Method
BassDrumChannel
src/opl/chips/java/JavaOPL3.hpp:1712
Method
BlockTemplate
src/opl/chips/dosbox/dbopl.cpp:913
Method
BufferRef
src/flatbuffers/flatbuffers.h:1797
Method
Cache
src/opl/chips/dosbox/dbopl.cpp:1318
Method
Channel
================================================================================================== Channel constructor. ==============================
src/opl/chips/opal/opal.hpp:673
Method
Channel
src/opl/chips/dosbox/dbopl.cpp:691
Method
Channel
src/opl/chips/java/JavaOPL3.hpp:1003
Method
Channel2op
src/opl/chips/java/JavaOPL3.hpp:1070
Method
Channel4op
src/opl/chips/java/JavaOPL3.hpp:1125
Method
Chip
src/opl/chips/dosbox/dbopl.cpp:1046
Method
Clear
@brief Reset all the state in this FlatBufferBuilder so it can be reused to construct another buffer.
src/flatbuffers/flatbuffers.h:709
Method
ClearOffsets
src/flatbuffers/flatbuffers.h:971
Method
ComputePhaseStep
================================================================================================== Compute the stepping factor for the operator wavefo
src/opl/chips/opal/opal.hpp:889
Function
CreateBankDirect
src/FileFormats/Opl3Bank_generated.h:468
Function
CreateInstrumentDirect
src/FileFormats/Opl3Bank_generated.h:347
Function
CreateOpl3BankDirect
src/FileFormats/Opl3Bank_generated.h:556
Method
CreateSharedString
@brief Store a string in the buffer, which can contain any binary data. If a string with this exact contents has already been serialized before, inste
src/flatbuffers/flatbuffers.h:1036
Method
CreateStruct
src/flatbuffers/flatbuffers.h:1448
Method
CreateUninitializedVector
@brief Specialized version of `CreateVector` for non-copying use cases. Write the data any time later to the returned buffer pointer `buf`. @param[in]
src/flatbuffers/flatbuffers.h:1422
Method
CreateVectorOfNativeStructs
src/flatbuffers/flatbuffers.h:1232
Method
CreateVectorOfSortedNativeStructs
src/flatbuffers/flatbuffers.h:1336
Method
CreateVectorOfSortedStructs
src/flatbuffers/flatbuffers.h:1323
Method
CreateVectorOfSortedTables
src/flatbuffers/flatbuffers.h:1397
Method
CreateVectorOfStrings
@brief Serialize a `std::vector<std::string>` into a FlatBuffer `vector`. This is a convenience function for a common case. @param v A const reference
src/flatbuffers/flatbuffers.h:1203
Method
CreateVectorOfStructs
src/flatbuffers/flatbuffers.h:1217
Function
DB_FASTCALL WaveForm0
src/opl/chips/dosbox/dbopl.cpp:291
Function
DB_FASTCALL WaveForm1
src/opl/chips/dosbox/dbopl.cpp:296
Function
DB_FASTCALL WaveForm2
src/opl/chips/dosbox/dbopl.cpp:301
Function
DB_FASTCALL WaveForm3
src/opl/chips/dosbox/dbopl.cpp:305
Function
DB_FASTCALL WaveForm4
src/opl/chips/dosbox/dbopl.cpp:310
Function
DB_FASTCALL WaveForm5
src/opl/chips/dosbox/dbopl.cpp:318
Function
DB_FASTCALL WaveForm6
src/opl/chips/dosbox/dbopl.cpp:325
Function
DB_FASTCALL WaveForm7
src/opl/chips/dosbox/dbopl.cpp:329
Function
DECLARE_INTERFACE_
src/audio/for-mingw-9x/dsound.h:468
Method
Data
The raw data in little endian format. Use with care.
src/flatbuffers/flatbuffers.h:257
Method
Data
src/flatbuffers/flatbuffers.h:311
Method
DedupVtables
@brief By default vtables are deduped in order to save space. @param[in] bool dedup When set to `true`, dedup vtables.
src/flatbuffers/flatbuffers.h:780
Method
DelayAnalysisDialog
src/delay_analysis.cpp:28
Method
DetachedBuffer
src/flatbuffers/flatbuffers.h:402
Method
DiffElement
src/bank_comparison.h:69
Method
DisabledChannel
src/opl/chips/java/JavaOPL3.hpp:152
Method
DosBoxOPL3
src/opl/chips/dosbox_opl3.cpp:27
Function
ElementaryTypeNames
src/flatbuffers/flatbuffers.h:2104
Method
EndStruct
src/flatbuffers/flatbuffers.h:969
Method
EndVector
@cond FLATBUFFERS_INTERNAL
src/flatbuffers/flatbuffers.h:1083
Method
EndVectorOfStructs
src/flatbuffers/flatbuffers.h:1554
Function
EnumNameBankType
src/FileFormats/Opl3Bank_generated.h:73
Function
EnumNameMode
src/FileFormats/Opl3Bank_generated.h:44
Function
EnumNameVolumeModel
src/FileFormats/Opl3Bank_generated.h:114
Method
EnvelopeGenerator
src/opl/chips/java/JavaOPL3.hpp:1349
Method
Finish
src/FileFormats/Opl3Bank_generated.h:302
Method
Finish
src/FileFormats/Opl3Bank_generated.h:535
Method
Finish
src/flatbuffers/flatbuffers.h:1460
Function
FinishSizePrefixedOpl3BankBuffer
src/FileFormats/Opl3Bank_generated.h:603
Method
Finished
@cond FLATBUFFERS_INTERNAL
src/flatbuffers/flatbuffers.h:763
Method
FlatBufferBuilder
@brief Default constructor for FlatBufferBuilder. @param[in] initial_size The initial size of the buffer, in bytes. Defaults to `1024`. @param[in] all
src/flatbuffers/flatbuffers.h:687
Method
FmBank
src/bank.cpp:25
Method
FmBankFormatBase
src/FileFormats/ffmt_base.cpp:21
Method
ForceDefaults
@brief In order to save space, fields that are set to their default value don't get serialized into the buffer. @param[in] bool fd When set to `true`,
src/flatbuffers/flatbuffers.h:776
Method
ForceVectorAlignment
Call this right before StartVector/CreateVector if you want to force the alignment to be something different than what the element size would normally
src/flatbuffers/flatbuffers.h:1101
Method
ForwardLFO
src/opl/chips/dosbox/dbopl.cpp:1066
Method
GenRand32
src/opl/chips/java/JavaOPL3.hpp:70
Method
GenerateArrMix
src/opl/chips/dosbox/dbopl.cpp:1704
Method
GeneratePercussion
src/opl/chips/dosbox/dbopl.cpp:859
Function
GenerateTables
src/opl/chips/opal/opal.hpp:280
Method
Generator
src/opl/generator.cpp:192
Function
GetAddressOf
src/flatbuffers/flatbuffers.h:1829
Method
GetAddressOf
src/flatbuffers/flatbuffers.h:1893
Method
GetAs
src/flatbuffers/flatbuffers.h:213
Method
GetAsString
If this a vector of unions, this does the cast for you. There's no check to make sure this is actually a string!
src/flatbuffers/flatbuffers.h:219
Method
GetBufferMinAlignment
@brief get the minimum alignment this buffer needs to be accessed properly. This is only known once all elements have been written (after you call Fin
src/flatbuffers/flatbuffers.h:757
Function
GetBufferStartFromRootPointer
@brief This can compute the start of a FlatBuffer from a root pointer, i.e. it is the opposite transformation of GetRoot(). This may be useful if you
src/flatbuffers/flatbuffers.h:1961
Function
GetComputedSize
Returns the message size in bytes
src/flatbuffers/flatbuffers.h:1772
Method
GetEnum
src/flatbuffers/flatbuffers.h:207
Function
GetField
src/flatbuffers/flatbuffers.h:1820
Method
GetField
src/flatbuffers/flatbuffers.h:1856
Method
GetMutableObject
Get a mutable pointer to tables/strings inside this vector.
src/flatbuffers/flatbuffers.h:251
Function
GetMutableRoot
src/flatbuffers/flatbuffers.h:1563
Function
GetMutableTemporaryPointer
src/flatbuffers/flatbuffers.h:1580
Method
GetOptionalFieldOffset
This gets the field offset for any of the functions below it, or 0 if the field was not present.
src/flatbuffers/flatbuffers.h:1846
Method
GetPointer
src/flatbuffers/flatbuffers.h:1861
Function
GetRoot
src/flatbuffers/flatbuffers.h:1569
Method
GetRoot
src/flatbuffers/flatbuffers.h:458
Method
GetRoot
src/flatbuffers/flatbuffers.h:1803
Function
GetSizePrefixedOpl3Bank
src/FileFormats/Opl3Bank_generated.h:574
Function
GetSizePrefixedRoot
src/flatbuffers/flatbuffers.h:1573
Function
GetStruct
src/flatbuffers/flatbuffers.h:1825
Method
GetStruct
src/flatbuffers/flatbuffers.h:1872
Method
GetStructFromOffset
src/flatbuffers/flatbuffers.h:223
Function
GetTemporaryPointer
src/flatbuffers/flatbuffers.h:1586
Method
HardwareDialog
src/hardware.cpp:30
Method
HighHatOperator
src/opl/chips/java/JavaOPL3.hpp:1668
Method
HighHatSnareDrumChannel
src/opl/chips/java/JavaOPL3.hpp:276
Method
IRealtimeControl
src/opl/generator_realtime.cpp:82
Method
ImportBankFile
src/FileFormats/ffmt_factory.cpp:347
Method
Importer
src/importer.cpp:37
Method
Init
src/opl/chips/dosbox/dbopl.cpp:1729
Method
InstrumentBuilder
src/FileFormats/Opl3Bank_generated.h:297
Function
IsFieldPresent
src/flatbuffers/flatbuffers.h:2026
← previous
next →
501–600 of 1,393, ranked by callers