![]() |
Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Wraps a sc_dsp_config. More...
#include <effect.h>


Public Member Functions | |
| void | setDSPType (sc_dsp_type type) |
| const std::vector< EffectParameterDescription > | getParameters () const |
| const sc_dsp_config * | getConfig () const |
| sc_dsp_type | getDSPType () const |
Public Member Functions inherited from SB::Core::DatabaseObject | |
| SB_ID | getDatabaseID () const |
| void | setDatabaseID (SB_ID id) |
| std::string_view | getDatabaseName () const |
| void | setDatabaseName (std::string_view name) |
| bool | getEditorHidden () const |
| void | setEditorHidden (bool hidden) |
| operator SB_ID () const | |
Public Member Functions inherited from SB::Core::Object | |
| template<typename T > | |
| T * | tryConvertObject () noexcept |
| Gets the most derived type of this object and upcasts it to T. | |
| template<typename T > | |
| const T * | tryConvertObject () const noexcept |
| rttr::type | getType () const |
Public Member Functions inherited from SB::Core::ObjectUtilities | |
| SB::Engine::System * | getSystem () const |
| sc_system * | getChef () const |
| ma_engine * | getMini () const |
Public Member Functions inherited from SB::Core::DatabaseObjectUtilities | |
| virtual void | onLoaded () |
| virtual void | onProjectLoaded () |
| virtual void | onDestroy () |
Additional Inherited Members | |
Public Attributes inherited from SB::Core::ObjectUtilities | |
| std::string | m_debugName |
Wraps a sc_dsp_config.