- Moved DMX reading and file selection from Pure Data to the GUI.
- Added udserver external. All the communication between pure data process and GUI now is done through Unix Domain Sockets. - Only video files are working at the moment. - Creating thumbnails now is done in the start routine. - CITP/MSEx and DMX reading is started automatically in the start routine. - The dmx settings are reading from an xml file. Support for edit through the GUI and save and open files in next commits. Also it should integrates the window configuration. - Audio has been cutted. It will be supported in a separate application.
This commit is contained in:
parent
333c40f188
commit
bbe8a169f2
840 changed files with 1743 additions and 415349 deletions
|
@ -82,20 +82,18 @@ class GEM_EXPORT pix2jpg : public GemPixObj
|
|||
|
||||
int m_layer;
|
||||
|
||||
t_outlet *outlet1; // outlet pointer
|
||||
|
||||
struct sockaddr_un address;
|
||||
int socket_fd, nbytes;
|
||||
// t_outlet *outlet1; // outlet pointer
|
||||
|
||||
struct sockaddr_un address;
|
||||
int socket_fd, nbytes;
|
||||
|
||||
private:
|
||||
|
||||
//////////
|
||||
// static member functions
|
||||
static void startMessCallback(void *data);
|
||||
static void stopMessCallback(void *data);
|
||||
static void bangMessCallback(void *data);
|
||||
static void layerimageMessCallback(void *data, t_float f);
|
||||
|
||||
static void stopMessCallback(void *data);
|
||||
static void bangMessCallback(void *data);
|
||||
static void layerimageMessCallback(void *data, t_float f);
|
||||
};
|
||||
#endif // for header file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue