Skip to content

Commit

Permalink
adjust altitude gain
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 17, 2024
1 parent 5ac64b7 commit 829ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ else()


add_custom_target(renderAltitude
COMMAND fluidsynth -R 1 -C 1 -F ${AWE32_NRPN_RENDER_DIR}/Altitude.${FEXT} Altitude.mid Altitude.sf2
COMMAND fluidsynth -R 1 -C 1 -g 0.5 -F ${AWE32_NRPN_RENDER_DIR}/Altitude.${FEXT} Altitude.mid Altitude.sf2
COMMENT "Rendering AWE32 NRPN test file Altitude.mid"
DEPENDS fluidsynth create_iir_dir
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/manual/awe32_nrpn/Altitude/
Expand Down

0 comments on commit 829ae63

Please sign in to comment.