Skip to content

Commit

Permalink
Update the updates file to document the changes to the audio2-API
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 3, 2024
1 parent c32c538 commit 05b3ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 2024-02-03: audio2 has been reworked to use a separate buffer for each channel. Also the buffers are typed as float-arrays now - just always write floats and increment write_location by one for each float.
* 2024-01-28: kinc_a2_set_callback/a2_callback has a userdata-parameter now. Set to NULL and ignore if you don't need it.
* 2024-01-17: Compute support was overhauled. It is now part of G4/G5 respectively and reuses most of those APIs. See https://github.com/Kode/Kinc-Samples/commit/c6582219615381177955b4cb8ff0dcc5004e6b97 for an example of how to update.
* 2023-12-16: Dave is at it again and now the gamepad-callbacks also take an additional data-parameter.
Expand Down

0 comments on commit 05b3ff4

Please sign in to comment.