aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-17 17:46:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-17 17:46:31 +0000
commit72877db46a48421bf4bea6702eb329b7288b5e35 (patch)
tree6a4ca76b80d07c003052d1e2a4fb3d4174b3f2ba
parent18734854d151c238616a309ac593b4a3792ad17d (diff)
ok first working version on Ubuntu, didn't touch Windows side yet
svn path=/trunk/externals/ezfile/; revision=13670
-rw-r--r--Makefile6
-rw-r--r--getfilenames-help.pd84
-rw-r--r--getfilenames.c112
3 files changed, 110 insertions, 92 deletions
diff --git a/Makefile b/Makefile
index 15a2833..0d1b5a2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
## Pd library template version 1.0
# For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
-LIBRARY_NAME = template
+LIBRARY_NAME = ezfile
# add your .c source files to the SOURCES variable, help files will be
# included automatically
-SOURCES = mycobject.c
+SOURCES = getfilenames.c
# For objects that only build on certain platforms, add those to the SOURCES
# line for the right platforms.
@@ -18,7 +18,7 @@ SOURCES_windows =
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
-PDOBJECTS = mypdobject.pd
+PDOBJECTS =
# example patches and related files, in the 'examples' subfolder
EXAMPLES = bothtogether.pd
diff --git a/getfilenames-help.pd b/getfilenames-help.pd
index ed1a4aa..1f063b4 100644
--- a/getfilenames-help.pd
+++ b/getfilenames-help.pd
@@ -1,52 +1,48 @@
-#N canvas 536 89 539 485 10;
+#N canvas 118 89 529 471 10;
#X msg 19 73 bang;
-#X msg 27 355 bang;
-#X obj 64 300 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+#X msg 28 364 bang;
+#X obj 170 340 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
-#X obj 11 420 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+#X obj 12 429 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
-#X msg 176 255 symbol /usr/*;
-#X text 54 73 list current directory;
-#X text 160 237 set pattern without no output;
-#X obj 27 386 folder_list;
-#X obj 83 277 folder_list /*;
-#X obj 83 298 print;
-#X text 8 49 left/hot inlet gives immediate output using stored path
-;
-#X text 19 325 For UNIX people \, [folder_list] behaves just like "ls
--d1A";
-#X obj 28 419 print;
-#X msg 91 146 symbol ~/*.*;
-#X text 187 197 relative paths work;
-#X msg 102 198 symbol ../*;
-#X text 164 124 drive letters work on ReactOS/Windows;
-#X msg 77 123 symbol C:/*;
-#X text 190 148 all files with a dot in your home;
-#X msg 40 98 symbol %USERPROFILE%/*;
-#X text 203 99 ReactOS/Windows environment variables work;
-#X text 262 218 nested wildcards work on UNIX;
-#X msg 119 219 symbol /var/*/*.log;
-#X text 173 173 patterns default to path that Pd launched from;
-#X text 329 464 released under the GNU GPL;
-#X text 15 449 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
-;
+#X msg 176 296 symbol /usr/*;
+#X text 160 278 set pattern without no output;
+#X obj 28 395 getfilenames;
+#X obj 83 318 getfilenames /*;
+#X obj 83 339 print;
+#X obj 29 428 print;
+#X msg 104 185 symbol ~/*.*;
+#X text 200 236 relative paths work;
+#X msg 115 237 symbol ../*;
+#X text 177 163 drive letters work on ReactOS/Windows;
+#X msg 90 162 symbol C:/*;
+#X text 203 187 all files with a dot in your home;
+#X msg 53 137 symbol %USERPROFILE%/*;
+#X text 216 138 ReactOS/Windows environment variables work;
+#X text 275 257 nested wildcards work on UNIX;
+#X msg 132 258 symbol /var/*/*.log;
+#X text 186 212 patterns default to path that Pd launched from;
#X text 8 5 Get a listing of files based on a wildcard pattern. On
UNIX \, it follows glob rules \, on ReactOS/Windows it follows the
cmd.exe rules.;
-#X text 115 380 With no argument \, it defaults to the contents of
+#X text 116 389 With no argument \, it defaults to the contents of
the folder of the current patch \, i.e. "/path/to/current/patch/*".
;
-#X msg 97 173 symbol *.pd;
-#X connect 0 0 8 0;
-#X connect 1 0 7 0;
-#X connect 4 0 8 1;
-#X connect 7 0 3 0;
-#X connect 7 0 12 0;
-#X connect 8 0 2 0;
-#X connect 8 0 9 0;
-#X connect 13 0 8 0;
-#X connect 15 0 8 0;
-#X connect 17 0 8 0;
-#X connect 19 0 8 0;
-#X connect 22 0 8 0;
-#X connect 28 0 8 0;
+#X msg 110 212 symbol *.pd;
+#X text 54 73 get next file;
+#X msg 34 99 rewind;
+#X text 81 98 go back to the beginning of the file list;
+#X connect 0 0 7 0;
+#X connect 1 0 6 0;
+#X connect 4 0 7 1;
+#X connect 6 0 3 0;
+#X connect 6 0 9 0;
+#X connect 7 0 8 0;
+#X connect 7 1 2 0;
+#X connect 10 0 7 0;
+#X connect 12 0 7 0;
+#X connect 14 0 7 0;
+#X connect 16 0 7 0;
+#X connect 19 0 7 0;
+#X connect 23 0 7 0;
+#X connect 25 0 7 0;
diff --git a/getfilenames.c b/getfilenames.c
index fe47692..86d090d 100644
--- a/getfilenames.c
+++ b/getfilenames.c
@@ -1,9 +1,10 @@
/* --------------------------------------------------------------------------*/
/* */
-/* object for getting file listings using wildcard patterns */
+/* object for getting file listings using wildcard patterns, */
+/* based on the interface of [textfile] */
/* Written by Hans-Christoph Steiner <hans@at.or.at> */
/* */
-/* Copyright (c) 2006 Hans-Christoph Steiner */
+/* Copyright (c) 2010 Hans-Christoph Steiner */
/* */
/* This program is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
@@ -36,21 +37,27 @@
#include <stdio.h>
#include <string.h>
-static char *version = "$Revision: 1.12 $";
-
-#define DEBUG(x)
-//#define DEBUG(x) x
+//#define DEBUG(x)
+#define DEBUG(x) x
/*------------------------------------------------------------------------------
* CLASS DEF
*/
-static t_class *folder_list_class;
+static t_class *getfilenames_class;
-typedef struct _folder_list {
+typedef struct _getfilenames {
t_object x_obj;
t_symbol* x_pattern;
t_canvas* x_canvas;
-} t_folder_list;
+#ifdef _WIN32
+ HANDLE hFind;
+#else
+ glob_t glob_buffer;
+ unsigned int current_glob_position;
+#endif
+ t_outlet *data_outlet;
+ t_outlet *status_outlet;
+} t_getfilenames;
/*------------------------------------------------------------------------------
* IMPLEMENTATION
@@ -58,7 +65,7 @@ typedef struct _folder_list {
// TODO: make FindFirstFile display when its just a dir
-static void normalize_path(t_folder_list* x, char *normalized, const char *original)
+static void normalize_path(t_getfilenames* x, char *normalized, const char *original)
{
char buf[FILENAME_MAX];
t_symbol *cwd = canvas_getdir(x->x_canvas);
@@ -91,9 +98,9 @@ static void normalize_path(t_folder_list* x, char *normalized, const char *origi
}
}
-static void folder_list_output(t_folder_list* x)
+static void getfilenames_rewind(t_getfilenames* x)
{
- DEBUG(post("folder_list_output"););
+ DEBUG(post("getfilenames_rewind"););
char normalized_path[FILENAME_MAX] = "";
normalize_path(x, normalized_path, x->x_pattern->s_name);
@@ -120,7 +127,7 @@ static void folder_list_output(t_folder_list* x)
{
case ERROR_FILE_NOT_FOUND:
case ERROR_PATH_NOT_FOUND:
- pd_error(x,"[folder_list] nothing found for \"%s\"",x->x_pattern->s_name);
+ pd_error(x,"[getfilenames] nothing found for \"%s\"",x->x_pattern->s_name);
break;
default:
FormatMessage(
@@ -131,7 +138,7 @@ static void folder_list_output(t_folder_list* x)
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
(LPTSTR) &lpErrorMessage,
0, NULL );
- pd_error(x,"[folder_list] %s", (char *)lpErrorMessage);
+ pd_error(x,"[getfilenames] %s", (char *)lpErrorMessage);
}
return;
}
@@ -148,41 +155,36 @@ static void folder_list_output(t_folder_list* x)
strncpy(outputBuffer, pathBuffer, FILENAME_MAX);
strcat(outputBuffer,"/");
strcat(outputBuffer,findData.cFileName);
- outlet_symbol( x->x_obj.ob_outlet, gensym(outputBuffer) );
+ outlet_symbol( x->data_outlet, gensym(outputBuffer) );
}
} while (FindNextFile(hFind, &findData) != 0);
FindClose(hFind);
#else
- unsigned int i;
- glob_t glob_buffer;
-
DEBUG(post("globbing %s",normalized_path););
- switch( glob( normalized_path, GLOB_TILDE, NULL, &glob_buffer ) )
+ x->current_glob_position = 0;
+ switch( glob( normalized_path, GLOB_TILDE, NULL, &x->glob_buffer ) )
{
case GLOB_NOSPACE:
- pd_error(x,"[folder_list] out of memory for \"%s\"",normalized_path);
+ pd_error(x,"[getfilenames] out of memory for \"%s\"",normalized_path);
break;
# ifdef GLOB_ABORTED
case GLOB_ABORTED:
- pd_error(x,"[folder_list] aborted \"%s\"",normalized_path);
+ pd_error(x,"[getfilenames] aborted \"%s\"",normalized_path);
break;
# endif
# ifdef GLOB_NOMATCH
case GLOB_NOMATCH:
- pd_error(x,"[folder_list] nothing found for \"%s\"",normalized_path);
+ pd_error(x,"[getfilenames] nothing found for \"%s\"",normalized_path);
break;
# endif
}
- for(i = 0; i < glob_buffer.gl_pathc; i++)
- outlet_symbol( x->x_obj.ob_outlet, gensym(glob_buffer.gl_pathv[i]) );
- globfree( &(glob_buffer) );
#endif
}
-static void folder_list_set(t_folder_list* x, t_symbol *s)
+static void getfilenames_set(t_getfilenames* x, t_symbol *s)
{
- DEBUG(post("folder_list_set"););
+ DEBUG(post("getfilenames_set"););
#ifdef _WIN32
char *patternBuffer;
char envVarBuffer[FILENAME_MAX];
@@ -200,31 +202,43 @@ static void folder_list_set(t_folder_list* x, t_symbol *s)
ExpandEnvironmentStrings(patternBuffer, envVarBuffer, FILENAME_MAX - 2);
x->x_pattern = gensym(envVarBuffer);
#else // UNIX
- // TODO translate env vars to a full path
+ // TODO translate env vars to a full path using /bin/sh and exec
x->x_pattern = s;
#endif /* _WIN32 */
}
-static void folder_list_symbol(t_folder_list *x, t_symbol *s)
+static void getfilenames_symbol(t_getfilenames *x, t_symbol *s)
{
- folder_list_set(x,s);
- folder_list_output(x);
+ getfilenames_set(x,s);
+ getfilenames_rewind(x);
}
+static void getfilenames_bang(t_getfilenames *x)
+{
+ if(x->current_glob_position < x->glob_buffer.gl_pathc)
+ {
+ outlet_symbol( x->data_outlet,
+ gensym(x->glob_buffer.gl_pathv[x->current_glob_position]) );
+ x->current_glob_position++;
+ }
+ else
+ outlet_bang(x->status_outlet);
+}
-static void *folder_list_new(t_symbol *s)
+static void *getfilenames_new(t_symbol *s)
{
- DEBUG(post("folder_list_new"););
+ DEBUG(post("getfilenames_new"););
- t_folder_list *x = (t_folder_list *)pd_new(folder_list_class);
+ t_getfilenames *x = (t_getfilenames *)pd_new(getfilenames_class);
t_symbol *currentdir;
char buffer[MAXPDSTRING];
x->x_canvas = canvas_getcurrent();
symbolinlet_new(&x->x_obj, &x->x_pattern);
- outlet_new(&x->x_obj, &s_symbol);
+ x->data_outlet = outlet_new(&x->x_obj, &s_symbol);
+ x->status_outlet = outlet_new(&x->x_obj, 0);
/* set to the value from the object argument, if that exists */
if (s != &s_)
@@ -235,6 +249,7 @@ static void *folder_list_new(t_symbol *s)
{
currentdir = canvas_getcurrentdir();
strncpy(buffer,currentdir->s_name,MAXPDSTRING);
+ /* TODO this should default to the patch's dir */
strncat(buffer,"/*",MAXPDSTRING);
x->x_pattern = gensym(buffer);
post("setting pattern to default: %s",x->x_pattern->s_name);
@@ -243,22 +258,29 @@ static void *folder_list_new(t_symbol *s)
return (x);
}
-void folder_list_setup(void)
+static void getfilenames_free(t_getfilenames *x)
+{
+ globfree( &(x->glob_buffer) );
+}
+
+void getfilenames_setup(void)
{
- DEBUG(post("folder_list_setup"););
- folder_list_class = class_new(gensym("folder_list"),
- (t_newmethod)folder_list_new,
- 0,
- sizeof(t_folder_list),
+ DEBUG(post("getfilenames_setup"););
+ getfilenames_class = class_new(gensym("getfilenames"),
+ (t_newmethod)getfilenames_new,
+ (t_method)getfilenames_free,
+ sizeof(t_getfilenames),
0,
A_DEFSYMBOL,
0);
/* add inlet datatype methods */
- class_addbang(folder_list_class,(t_method) folder_list_output);
- class_addsymbol(folder_list_class,(t_method) folder_list_symbol);
+ class_addbang(getfilenames_class, (t_method) getfilenames_bang);
+ class_addsymbol(getfilenames_class, (t_method) getfilenames_symbol);
/* add inlet message methods */
- class_addmethod(folder_list_class,(t_method) folder_list_set,gensym("set"),
- A_DEFSYMBOL, 0);
+ class_addmethod(getfilenames_class, (t_method) getfilenames_set,
+ gensym("set"), A_DEFSYMBOL, 0);
+ class_addmethod(getfilenames_class, (t_method) getfilenames_rewind,
+ gensym("rewind"), 0);
}