Skip to content

Commit

Permalink
Fixed a crash with the assist string for the rightmost outlet of o.sc…
Browse files Browse the repository at this point in the history
…hedule
  • Loading branch information
maccallum committed Jun 7, 2022
1 parent af10ca7 commit aa74a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/o.schedule/o.schedule.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define OMAX_DOC_SHORT_DESC "Deadline Scheduler for OSC packets using OSC timetags"
#define OMAX_DOC_LONG_DESC "Stores incoming OSC packets and tries to output them at the time indicated by the timestamp."
#define OMAX_DOC_INLETS_DESC (char *[]){"OSC packet to be scheduled", "Inactive (reserved for future use)"}
#define OMAX_DOC_OUTLETS_DESC (char *[]){"OSC packet", "OSC packet which has missed the scheduling deadline", "OSC packet which has an immediate timetag", "OSC packet output if the queue is full"}
#define OMAX_DOC_OUTLETS_DESC (char *[]){"OSC packet", "OSC packet which has missed the scheduling deadline", "OSC packet which has an immediate timetag", "OSC packet output if the queue is full", "Number of scheduled packets remaining"}
#define OMAX_DOC_SEEALSO (char *[]){"o.timetag"}

#ifdef __APPLE__
Expand Down

0 comments on commit aa74a91

Please sign in to comment.