55 [[nodiscard]]
static std::array<std::uint8_t, reverb_row_bytes>
57 [[nodiscard]]
static std::array<std::uint8_t, chorus_row_bytes>
67 std::span<const std::uint8_t> row);
69 std::span<const std::uint8_t> row);
72 [[nodiscard]]
static std::vector<std::array<int, delay_preset_stride>>
The coefficient sets for the three GS send effects.
Definition effect_presets.hpp:167
Computes the reverb, chorus and delay coefficient sets from the DLL's own preset tables — the managed...
Definition effect_programmer.hpp:33
static ReverbPreset reverb_from_row(const RomImage &rom, std::span< const std::uint8_t > row)
Recomputes a network from a row, edited or not.
static EffectPresets compute(const RomImage &rom)
Computes the complete preset set from an open ROM image.
static std::array< std::uint8_t, chorus_row_bytes > chorus_macro_row(const RomImage &rom, int type)
static ChorusPreset chorus_from_row(const RomImage &rom, std::span< const std::uint8_t > row)
static std::array< std::uint8_t, reverb_row_bytes > reverb_macro_row(const RomImage &rom, int type)
The row a macro loads, which is the starting point every individual edit modifies.
static std::vector< std::array< int, delay_preset_stride > > read_delay_presets(const RomImage &rom)
Reads the ten GS delay presets straight out of the DLL's own preset table.
static constexpr int delay_type_count
Number of GS delay macros.
Definition effect_programmer.hpp:36
static constexpr int delay_preset_stride
Bytes per delay preset row.
Definition effect_programmer.hpp:39
static constexpr int chorus_row_bytes
Definition effect_programmer.hpp:52
static constexpr int reverb_row_bytes
Bytes in a reverb and a chorus macro row.
Definition effect_programmer.hpp:51
Read-only access to SCCore.dll as a data file.
Definition rom_image.hpp:39
Definition control_decode.hpp:7
Coefficients for one GS chorus type.
Definition effect_presets.hpp:68
Coefficients for one GS reverb type.
Definition effect_presets.hpp:53