Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
388d2f09
Commit
388d2f09
authored
11 years ago
by
Ivica Bukvic
Browse files
Options
Downloads
Patches
Plain Diff
expanded t_text to include te_iemgui var that determines whether an external has a custom gui
parent
52af8734
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/m_pd.h
+2
-1
2 additions, 1 deletion
pd/src/m_pd.h
with
2 additions
and
1 deletion
pd/src/m_pd.h
+
2
−
1
View file @
388d2f09
...
...
@@ -203,11 +203,12 @@ typedef struct _text /* patchable object - graphical, with text */
short
te_ypix
;
short
te_width
;
/* requested width in chars, 0 if auto */
unsigned
int
te_type
:
2
;
/* from defs below */
unsigned
int
te_iemgui
:
1
;
/* if this is an iemgui (for nlets color) */
}
t_text
;
#define T_TEXT 0
/* just a textual comment */
#define T_OBJECT 1
/* a MAX style patchable object */
#define T_MESSAGE 2
/* a MAX sty
p
e message */
#define T_MESSAGE 2
/* a MAX sty
l
e message */
#define T_ATOM 3
/* a cell to display a number or symbol */
#define te_pd te_g.g_pd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment