Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
06f23bdf
Commit
06f23bdf
authored
Jul 27, 2015
by
Jonathan Wilkes
Browse files
tweak README code formatting
parent
4703ad50
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
06f23bdf
...
...
@@ -301,12 +301,12 @@ to iteratively build up a message to send to the GUI.
```
c
gui_start_vmess
(
const
char
*
msg
,
const
char
*
format
,
...);
gui_start_array
();
// start an array
gui_f
(
t_float
float
);
// floating point array element (t_float)
gui_i
(
int
int
);
// integer array element (int)
gui_s
(
const
char
*
c
str
ing
);
// c string array element
gui_end_array
();
// end an array
gui_end_vmess
();
// terminate the message
gui_start_array
();
// start an array
gui_f
(
t_float
float
);
// floating point array element (t_float)
gui_i
(
int
int
);
// integer array element (int)
gui_s
(
const
char
*
str
);
// c string array element
gui_end_array
();
// end an array
gui_end_vmess
();
// terminate the message
```
The above will send a well-formed message to the GUI, where the number of array
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment