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
nerrons
purr-data
Commits
ed7ff20d
Commit
ed7ff20d
authored
Aug 17, 2017
by
Jonathan Wilkes
Browse files
fix crashers with moonlib/dinlet~.c
parent
08f6e7c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/moonlib/dinlet~.c
View file @
ed7ff20d
...
...
@@ -67,6 +67,7 @@ union inletunion
t_gpointer
*
iu_pointerslot
;
t_float
*
iu_floatslot
;
t_symbol
**
iu_symslot
;
t_blob
**
iu_blobslot
;
/* MP 20061226 blob type */
t_sample
iu_floatsignalvalue
;
};
...
...
@@ -98,7 +99,7 @@ void signal_setborrowed(t_signal *sig, t_signal *sig2);
void
signal_makereusable
(
t_signal
*
sig
);
/* ------------------------- vinlet -------------------------- */
t_class
*
vinlet_class
;
extern
t_class
*
vinlet_class
;
typedef
struct
_vinlet
{
...
...
@@ -114,6 +115,7 @@ typedef struct _vinlet
/* if not reblocking, the next slot communicates the parent's inlet
signal from the prolog to the DSP routine: */
t_signal
*
x_directsignal
;
t_resample
x_updown
;
}
t_vinlet
;
...
...
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