diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 08:29:29 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:29:29 -0500 |
commit | 678accdeaf217ff135051325bf099caa0ee37bcb (patch) | |
tree | 9d987df016ca20b6b3fb66df9435765822978e47 | |
parent | 7c483b72ad438faebc1aca34ea018f5df39789e3 (diff) | |
download | jalv-678accdeaf217ff135051325bf099caa0ee37bcb.tar.gz jalv-678accdeaf217ff135051325bf099caa0ee37bcb.tar.bz2 jalv-678accdeaf217ff135051325bf099caa0ee37bcb.zip |
-rw-r--r-- | src/mapper.h | 2 | ||||
-rw-r--r-- | src/process.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mapper.h b/src/mapper.h index 4d541f6..ac4c53e 100644 --- a/src/mapper.h +++ b/src/mapper.h @@ -27,7 +27,7 @@ jalv_mapper_free(JalvMapper* mapper); LV2_URID_Map* jalv_mapper_urid_map(JalvMapper* mapper); -/// Return a poitner to the mapper's LV2 URID unmap +/// Return a pointer to the mapper's LV2 URID unmap LV2_URID_Unmap* jalv_mapper_urid_unmap(JalvMapper* mapper); diff --git a/src/process.h b/src/process.h index c5d049b..cb6a122 100644 --- a/src/process.h +++ b/src/process.h @@ -32,7 +32,7 @@ typedef struct { LV2_Evbuf* evbuf; ///< Sequence port event buffer uint32_t buf_size; ///< Custom buffer size, or 0 bool reports_latency; ///< Whether control port reports latency - bool is_primary; ///< True for main control/reponse channel + bool is_primary; ///< True for main control/response channel bool supports_midi; ///< Whether event port supports MIDI } JalvProcessPort; |