Skip to content
Snippets Groups Projects
Commit 2ba5e732 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

tweak README content

parent f45f2504
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ PD-GUI: ...@@ -271,7 +271,7 @@ PD-GUI:
t TK front end t TK front end
### GUI Messaging Specification ### GUI Messaging Specification
#### GUI interface #### Public GUI interface
Purpose: a set of functions to communicate with the gui without putting Purpose: a set of functions to communicate with the gui without putting
language-specific strings (like tcl) into the C code. The new interface is a language-specific strings (like tcl) into the C code. The new interface is a
...@@ -319,7 +319,7 @@ The array element functions gui_f, gui_i, and gui_s may only be used inside an ...@@ -319,7 +319,7 @@ The array element functions gui_f, gui_i, and gui_s may only be used inside an
array. Arrays may be nested, but this adds complexity and should be avoided if array. Arrays may be nested, but this adds complexity and should be avoided if
possible. possible.
#### Current Wrappers (private) #### Private Wrapper for Nw.js Port
The public functions above should fit any sensible message format. The public functions above should fit any sensible message format.
Unfortunately, Pd's message format (FUDI) is too simplistic to handle arbitrary Unfortunately, Pd's message format (FUDI) is too simplistic to handle arbitrary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment