ProTrackR2 v0.1.1
- Deprecated
pt2_new_pattern()in favour ofpt2_pattern() - Fix for undefined behaviour
ProTrackR2 v0.1.0
CRAN release: 2025-11-11
- Implemented
as_pt2cell()andas_pt2celllist() - Implemented replacement function
pt2_pattern_table<-()andpt2_name<-() - Implemented several new
play()andpt2_render()methods - Implemented sample handling functions:
pt2_finetune()pt2_volume()-
pt2_loop_start()andpt2_loop_length() pt2_is_looped()pt_sample_to_audio()
- Fixes in (amongst others):
- Selection and assignment operators
- Sample read and write functions
- Added testthat workflow
- Added codecov workflow
ProTrackR2 v0.0.5
CRAN release: 2024-11-09
- Added functions to extract or replace notes, instruments and/or effects in cells
- Added vignette about effect commands
- Added fixes for problems detected by clang-UBSAN, gcc-UBSAN, LTO and valgrind
ProTrackR2 v0.0.4
CRAN release: 2024-10-28
- Added select and assignment operators for patterns and samples
- Added validation routine for samples
- Allow user to set the length of a module
- Extended documentation
- Several minor bug fixes