Quote from: leonard on July 04, 2025, 10:56:08(Still no idea why Vol is listed as "40" in the image above though!)The thing you pointed out in the status bar is the channel volume, which is expressed in hexadecimal (64 decimal = 40 hexadecimal), because it represents the parameter of the Mxx command, and parameters of the effect column are always expressed in hex.
┌───────────────────────────────────────────────OpenMPT Wine integration─────────────────────────────────────────────────┐
│ In file included from common/Profiler.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:289:23: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:289:33: error: expected ';' after return statement │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:27: error: unknown type name 'local_tp'; did you mean 'locale_t'? │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^~~~~~~~ │
│ | locale_t │
│ /usr/include/xlocale/_ctype.h:43:26: note: 'locale_t' declared here │
│ 43 | typedef struct _xlocale *locale_t; │
│ | ^ │
│ In file included from common/Profiler.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:303:26: error: expected ';' after expression │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:16: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:303:50: error: no member named 'current_zone' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:304:70: error: use of undeclared identifier 'local_tp' │
│ 304 | std::chrono::local_days dp = std::chrono::floor<std::chrono::days>(local_tp.get_local_time()); │
│ | ^ │
│ common/../common/mptTime.h:306:29: error: use of undeclared identifier 'local_tp' │
│ 306 | std::chrono::hh_mm_ss hms{local_tp.get_local_time() - dp}; │
│ | ^ │
│ 8 errors generated. │
│ gmake: *** [build/wine/native_support.mk:237: common/Profiler.o] Error 1 │
│ gmake: *** Waiting for unfinished jobs.... │
│ In file included from common/ComponentManager.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:289:23: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:289:33: error: expected ';' after return statement │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:27: error: unknown type name 'local_tp'; did you mean 'locale_t'? │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^~~~~~~~ │
│ | locale_t │
│ /usr/include/xlocale/_ctype.h:43:26: note: 'locale_t' declared here │
│ 43 | typedef struct _xlocale *locale_t; │
│ | ^ │
│ In file included from common/ComponentManager.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:303:26: error: expected ';' after expression │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:16: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:303:50: error: no member named 'current_zone' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:304:70: error: use of undeclared identifier 'local_tp' │
│ 304 | std::chrono::local_days dp = std::chrono::floor<std::chrono::days>(local_tp.get_local_time()); │
│ | ^ │
│ common/../common/mptTime.h:306:29: error: use of undeclared identifier 'local_tp' │
│ 306 | std::chrono::hh_mm_ss hms{local_tp.get_local_time() - dp}; │
│ | ^ │
│ 8 errors generated. │
│ gmake: *** [build/wine/native_support.mk:237: common/ComponentManager.o] Error 1 │
│ In file included from common/Logging.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:289:23: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:289:33: error: expected ';' after return statement │
│ 289 | return std::chrono::zoned_time{std::chrono::current_zone(), local_tp}.get_sys_time(); │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:27: error: unknown type name 'local_tp'; did you mean 'locale_t'? │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^~~~~~~~ │
│ | locale_t │
│ /usr/include/xlocale/_ctype.h:43:26: note: 'locale_t' declared here │
│ 43 | typedef struct _xlocale *locale_t; │
│ | ^ │
│ In file included from common/Logging.cpp:11: │
│ In file included from common/stdafx.h:134: │
│ In file included from common/../common/misc_util.h:27: │
│ common/../common/mptTime.h:303:26: error: expected ';' after expression │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ^ │
│ | ; │
│ common/../common/mptTime.h:303:16: error: no member named 'zoned_time' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:303:50: error: no member named 'current_zone' in namespace 'std::chrono' │
│ 303 | std::chrono::zoned_time local_tp{ std::chrono::current_zone(), tp }; │
│ | ~~~~~~~~~~~~~^ │
│ common/../common/mptTime.h:304:70: error: use of undeclared identifier 'local_tp' │
│ 304 | std::chrono::local_days dp = std::chrono::floor<std::chrono::days>(local_tp.get_local_time()); │
│ | ^ │
│ common/../common/mptTime.h:306:29: error: use of undeclared identifier 'local_tp' │
│ 306 | std::chrono::hh_mm_ss hms{local_tp.get_local_time() - dp}; │
│ | ^ │
│ 8 errors generated. │
│ gmake: *** [build/wine/native_support.mk:237: common/Logging.o] Error 1 │
│ │
├────────────────────────────────────────────────────────────────────────────────────────────────────────────────100%────┤
│ < EXIT > │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘