mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-07-09 12:09:48 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 496f602fc2 | |||
| b816ebbc52 | |||
| 74503cc67a | |||
| 37f5071e6a | |||
| f84082b42d |
Vendored
+1
-1
Submodule deps/NeuralAudio updated: 3ad5806370...3ab4cda220
+1
-1
@@ -60,7 +60,7 @@ if (SMART_BYPASS_ENABLED)
|
|||||||
add_definitions(-DSMART_BYPASS_ENABLED)
|
add_definitions(-DSMART_BYPASS_ENABLED)
|
||||||
message(STATUS "Smart Bypass enabled")
|
message(STATUS "Smart Bypass enabled")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Smart Bypass enabled")
|
message(STATUS "Smart Bypass NOT enabled")
|
||||||
endif (SMART_BYPASS_ENABLED)
|
endif (SMART_BYPASS_ENABLED)
|
||||||
|
|
||||||
set_target_properties(neural_amp_modeler
|
set_target_properties(neural_amp_modeler
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ namespace NAM {
|
|||||||
{
|
{
|
||||||
this->sampleRate = sampleRate;
|
this->sampleRate = sampleRate;
|
||||||
|
|
||||||
|
loader.SetExternalSampleRate((int)sampleRate);
|
||||||
|
|
||||||
// for fetching initial options, can be null
|
// for fetching initial options, can be null
|
||||||
LV2_Options_Option* options = nullptr;
|
LV2_Options_Option* options = nullptr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user