Releases: pongasoft/re-mock
Releases · pongasoft/re-mock
Version 1.6.0
Version 1.5.0
- Upgraded SDK to 4.4.0
Version 1.4.3
- Embed the Jukebox SDK API (2 header files) to make this project totally standalone with 0 external dependencies (unless you run the tests which depend on GoogleTest)
- Fixed hard coded path in test
- When no SDK installed, the sanity check tests are skipped
- Integrate with github-actions to automatically run the tests on a matrix of machines (macOS / Windows)
Version 1.4.2
- Updated google test version and use hash to guarantee download
Version 1.4.1
- Fixed issue when the same
source
was defined multiple times (to differentdest
) inrtc_bindings
inrealtime_controler.lua
Version 1.4.0
- Use miniaudio instead of libsndfile for loading/saving audio files: this makes generating the CMake project and compiling much faster. As a result the CMake option
RE_MOCK_SUPPORT_FOR_AUDIO_FILE
has been removed entirely. - Minor bug fix (wrong message)
Version 1.3.2
- Removed warnings
Version 1.3.1
- Updated libsnfile and GoogleTest to new versions
- Download the version instead of cloning the full repo
Version 1.3.0
- Adjusted property type and owner (
/device_host/delete_sample
,/device_host/edit_sample
,/transport/pattern_index
,/transport/pattern_start_pos
) - Made boolean a stepped property (2 steps)
- Read all fields from
info.lua
- Introduced
JboxPropertyType
for symetry in the APIs and made some enums bitmasks
Version 1.2.0
- Much better error reporting (when error in lua files)
- Use of
std::filesystem
throughout the APIs - Use
stb_sprintf
for better performance
Note
On macOS, the
std::filesystem
APIs were introduced in macOS 10.15, so as a result,re-mock
now requires a minimum of macOS 10.15