aboutsummaryrefslogtreecommitdiff
path: root/composer/PdClasses.hpp
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-26 18:28:46 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-26 18:28:46 +0000
commit48166a3836ea82ebbab1d622d5ff770eefbd59a1 (patch)
treed16abd76aa47c5e1cece01689db07051b80c5454 /composer/PdClasses.hpp
parentbecd4c66f77da3ff9078ec06aebb9ade3247e30b (diff)
- fix update issues with resize/rename/creation
- allow to resize patterns by any dimension - add license docs - makefile fixes svn path=/trunk/externals/ffext/; revision=12466
Diffstat (limited to 'composer/PdClasses.hpp')
-rw-r--r--composer/PdClasses.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/PdClasses.hpp b/composer/PdClasses.hpp
index da3c7bd..122325f 100644
--- a/composer/PdClasses.hpp
+++ b/composer/PdClasses.hpp
@@ -40,6 +40,7 @@ int track_proxy_getcell(t_track_proxy *x, t_symbol *pat, t_floatarg rownum, t_fl
int track_proxy_addpattern(t_track_proxy *x, t_symbol *name, t_floatarg rows, t_floatarg cols);
int track_proxy_removepattern(t_track_proxy *x, t_symbol *pat);
int track_proxy_resizepattern(t_track_proxy *x, t_symbol *pat, t_floatarg rows, t_floatarg cols);
+int track_proxy_renamepattern(t_track_proxy *x, t_symbol *oldName, t_symbol *newName);
int track_proxy_copypattern(t_track_proxy *x, t_symbol *src, t_symbol *dst);
/*#end methods*/