Skip to content

Commit

Permalink
Update Model.hpp
Browse files Browse the repository at this point in the history
attributes description updated
  • Loading branch information
matcham committed Feb 28, 2024
1 parent 2b1f041 commit f59957a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct UltraLeap
struct
{
struct : halp::callback<"End frame"> {
halp_meta(description, "A message is sent through this outlet when the frame has been fully processed.")
halp_meta(description, "End frame : A bang is sent through this outlet when the frame has been fully processed.")
} end_frame;
struct : halp::callback<"Bones L", BoneInfo> {
halp_meta(description, "Left hand bones")
Expand All @@ -153,10 +153,10 @@ struct UltraLeap
halp_meta(description, "Right hand")
} hand_r;
struct : halp::callback<"Frame", FrameInfo> {
halp_meta(description, ".")
halp_meta(description, "Frame infos")
} frame;
struct : halp::callback<"Start frame"> {
halp_meta(description, "A message is sent through this outlet when a new frame is going to be processed.")
halp_meta(description, "Start frame : A bang is sent through this outlet when a new frame is going to be processed.")
} start_frame;

struct : halp::callback<"Dump", std::vector<dump_type>> {
Expand Down

0 comments on commit f59957a

Please sign in to comment.