Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MTG/essentia
/ functions
Functions
5,001 in github.com/MTG/essentia
⨍
Functions
5,001
◇
Types & classes
1,075
Method
NetworkNode
src/essentia/scheduler/network.h:58
Method
NetworkParser
src/essentia/scheduler/networkparser.h:36
Method
NoExecDeathTest
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:779
Method
NoiseAdder
src/algorithms/standard/noiseadder.h:39
Method
Normalize
Removes any redundant separators that might be in the pathname. For example, "bar///foo" becomes "bar/foo". Does not eliminate other redundancies that
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:349
Method
Notification
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1092
Method
Notify
Notifies all threads created with this notification to start. Must be called from the controller thread.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1096
Method
NoveltyCurve
src/algorithms/rhythm/noveltycurve.h:48
Method
NoveltyCurveFixedBpmEstimator
src/algorithms/rhythm/noveltycurvefixedbpmestimator.h:58
Method
NumNonzeros
src/essentia/utils/tnt/tnt_sparse_matrix_csr.h:72
Method
OnEnvironmentsSetUpEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:988
Method
OnEnvironmentsSetUpStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:987
Method
OnEnvironmentsTearDownEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:995
Method
OnEnvironmentsTearDownStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:994
Method
OnTestCaseEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:3375
Method
OnTestCaseEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:993
Method
OnTestCaseStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:3371
Method
OnTestCaseStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:989
Method
OnTestEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:3385
Method
OnTestEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:992
Method
OnTestIterationEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:3365
Method
OnTestIterationEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:996
Method
OnTestIterationStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:3360
Method
OnTestIterationStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:985
Method
OnTestPartResult
test/3rdparty/gtest-1.6.0/src/gtest.cc:3392
Method
OnTestPartResult
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:991
Method
OnTestProgramEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2706
Method
OnTestProgramEnd
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:998
Method
OnTestProgramStart
The following methods override what's in the TestEventListener class.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2694
Method
OnTestProgramStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:984
Method
OnTestStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:3381
Method
OnTestStart
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:990
Method
OnsetDetection
src/algorithms/rhythm/onsetdetection.h:41
Method
OnsetDetectionGlobal
src/algorithms/rhythm/onsetdetectionglobal.h:67
Method
OnsetDetectionGlobal
src/algorithms/rhythm/onsetdetectionglobal.cpp:460
Method
OnsetRate
src/algorithms/highlevel/onsetrate.h:56
Method
Onsets
src/examples/vamppluginsextra.cpp:507
Method
OsStackTraceGetter
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:434
Method
OsStackTraceGetterInterface
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:411
Method
OutputDescriptor
src/3rdparty/vamp-plugin-sdk-2.4/vamp-sdk/Plugin.h:322
Method
OutputXmlCDataSection
Streams an XML CDATA section, escaping invalid CDATA sequences as needed.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3203
Method
OutputXmlTestInfo
Prints an XML representation of a TestInfo object. TODO(wan): There is also value in printing properties with the plain printer.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3224
Method
Overflow
(self)
test/src/unittest/standard/test_slicer_streaming.py:138
Method
Overflow
(self)
test/src/unittest/standard/test_slicer.py:112
Method
Panning
src/algorithms/spectral/panning.h:49
Method
ParamGenerator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:163
Method
ParamIterator
ParamIterator assumes ownership of the impl_ pointer.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:106
Method
Parameter
src/essentia/parameter.cpp:37
Method
ParameterDescriptor
src/3rdparty/vamp-plugin-sdk-2.4/vamp-sdk/PluginBase.h:195
Method
ParameterizedTestCaseInfo
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:453
Method
ParameterizedTestCaseInfoBase
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:430
Method
ParameterizedTestCaseRegistry
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:558
Method
ParameterizedTestFactory
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:356
Method
PartialMatch
Returns true iff regular expression re matches a substring of str (including str itself).
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:137
Function
Passed
Returns true iff the test passed (i.e. no test part failed).
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:524
Method
Passed
Assesses the success or failure of a death test, using both private members which have previously been set, and one argument: Private data members: o
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:490
Method
Path
src/essentia/utils/asciidagparser.cpp:47
Method
PatternMatchesString
Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm i
test/3rdparty/gtest-1.6.0/src/gtest.cc:433
Method
Peak
src/essentia/utils/peak.h:34
Method
Perculleys
src/examples/vamppluginsextra.cpp:1167
Method
PhantomBuffer
src/essentia/streaming/phantombuffer.h:64
Method
Pitch
src/examples/vamppluginsextra.cpp:39
Method
PitchContours
src/algorithms/tonal/pitchcontours.h:62
Method
PitchContoursMelody
src/algorithms/tonal/pitchcontoursmelody.h:105
Method
PitchFilterMakam
src/algorithms/tonal/pitchfiltermakam.h:53
Method
PitchSalienceFunction
src/algorithms/tonal/pitchsaliencefunction.h:54
Method
PitchSalienceFunctionPeaks
src/algorithms/tonal/pitchsaliencefunctionpeaks.h:38
Method
PitchYinFFT
src/algorithms/tonal/pitchyinfft.h:63
Method
Plugin
src/3rdparty/vamp-plugin-sdk-2.4/vamp-sdk/Plugin.h:433
Method
PluginAdapter
src/3rdparty/vamp-plugin-sdk-2.4/vamp-sdk/PluginAdapter.h:98
Method
PluginAdapterBase
src/3rdparty/vamp-plugin-sdk-2.4/src/vamp-sdk/PluginAdapter.cpp:136
Method
PolarToCartesian
src/algorithms/complex/polartocartesian.h:38
Method
PoolConnector
src/essentia/streaming/algorithms/poolstorage.h:154
Method
PoolStorage
src/essentia/streaming/algorithms/poolstorage.h:57
Method
PoolStorageBase
src/essentia/streaming/algorithms/poolstorage.h:36
Method
Position
src/essentia/utils/asciidag.h:36
Function
PostProcess
Add missing descriptors which are not computed yet, but will be for the final release or during the 1.x cycle. However, the schema need to be complete
src/examples/streaming_extractor_archivemusic_postprocess.cpp:34
Method
PowerMean
src/algorithms/stats/powermean.h:36
Method
PowerSpectrum
src/algorithms/standard/powerspectrum.h:39
Method
PredominantMelody
src/algorithms/tonal/predominantmelody.h:53
Method
PredominantMelody
src/algorithms/tonal/predominantmelody.cpp:262
Method
PrettyUnitTestResultPrinter
test/3rdparty/gtest-1.6.0/src/gtest.cc:2688
Method
Print
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:591
Method
Print
Prints the given array, omitting some elements when there are too many.
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:643
Method
Print
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:659
Function
PrintAsCharLiteralTo
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:150
Function
PrintCharAndCodeTo
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:220
Method
PrintFailedTests
Internal helper for printing the list of failed tests.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2830
Method
PrintPrefixTo
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:715
Method
PrintPrefixTo
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:737
Method
PrintPrefixTo
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:750
Method
PrintTestName
test/3rdparty/gtest-1.6.0/src/gtest.cc:2689
Function
PrintTo
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:245
Method
PrintValue
This default version is called when kTypeKind is kOtherType.
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:135
Method
PrintValue
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:149
Method
PrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:168
Method
PrintXmlTestCase
Prints an XML representation of a TestCase object
test/3rdparty/gtest-1.6.0/src/gtest.cc:3272
Method
PrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3293
Method
ProcessStep
src/essentia/streaming/streamingalgorithmcomposite.h:36
Method
ProxyMatcher
src/essentia/scheduler/network.cpp:518
← previous
next →
1,701–1,800 of 5,001, ranked by callers