Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-20 | created abstraction for simple use of tremolo | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11070 | |||
2009-04-20 | switched from [>~] to [expr] to make it works in as many places as possible | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11069 | |||
2009-04-20 | minor clean up | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11068 | |||
2009-04-20 | created object to control whether you can quit Pd using the GUI or not | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11066 | |||
2009-04-14 | fixed simple typos in name | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11024 | |||
2009-04-13 | now Tcl does the polling using 'after 10' making for a lot less messages ↵ | Hans-Christoph Steiner | |
between pd and pd-gui, plus all of the states should work properly, turning each instance on and off svn path=/trunk/externals/hcs/; revision=11016 | |||
2009-04-13 | added image of all of the available Tk mouse pointer cursors to the help patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11015 | |||
2009-04-12 | - made a single "proc_test" function to test if any of the cursor procs exist | Hans-Christoph Steiner | |
before trying to create them - now get the 'motion' data using [winfo pointerxy .] and a t_clock for polling. There should probably be a separate proc for polling that only sends the values if they have changed, while the bang method should always send them. - implemented button and mousewheel grabbing svn path=/trunk/externals/hcs/; revision=11012 | |||
2009-04-12 | stripped down the headers to only what is needed | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11011 | |||
2009-04-12 | whipped out simple object that just asks Tcl for the screen resolution and ↵ | Hans-Christoph Steiner | |
outputs the numbers via two outlets svn path=/trunk/externals/hcs/; revision=11010 | |||
2009-04-11 | got bind/unbind working | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11008 | |||
2009-04-11 | got the basics of a global send and a Tcl unbind function working for the | Hans-Christoph Steiner | |
motion data, now I need to debug the unbind and add the button and wheel functions svn path=/trunk/externals/hcs/; revision=11007 | |||
2009-04-11 | an object to get what is currently in the canvas-local path | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11006 | |||
2009-04-10 | handy shortcut objects for getting and setting the "pd audio-dialog" | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=11002 | |||
2009-03-24 | illustrated getting from parent patches | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10899 | |||
2009-03-24 | Changed "reset" message to "rewind" since that is the same as textfile, | Hans-Christoph Steiner | |
binfile, msgfile, etc. Plus, "reset" seems to imply that you are changing the data, which is untrue. svn path=/trunk/externals/hcs/; revision=10898 | |||
2009-03-24 | illustrated getting from parent patches | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10897 | |||
2009-01-27 | changed to GPL v3 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10658 | |||
2009-01-10 | joining the new 0.41 f_float militancy :D | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10505 | |||
2008-09-22 | parent and remote-subpatch access for window_name and canvas_name | Luke Iannini | |
svn path=/trunk/externals/hcs/; revision=10306 | |||
2008-09-12 | added some more demos of window control | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10285 | |||
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10266 | |||
2008-08-27 | removed hidden declare line, since a real solution should be figured out. | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10265 | |||
2008-06-23 | fixed etags to append user-specific locations to the big global TAGS file | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=10072 | |||
2008-06-19 | removed the svn:executable bit for code, patches and text | IOhannes m zmölnig | |
svn path=/trunk/externals/hcs/; revision=10048 | |||
2008-05-15 | created example using [sys_gui] and [window_name] to move the windows ↵ | Hans-Christoph Steiner | |
around, including the Pd window svn path=/trunk/externals/hcs/; revision=9810 | |||
2008-05-15 | added example of how to change the colors of the theming from a patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9808 | |||
2008-05-03 | first really working output example, using the iFeel mouse buzz, yay! | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9754 | |||
2008-04-15 | switched to [makefilename %02d] on IOhannes' recommendation in patch 1716480 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9706 | |||
2008-03-21 | fixed compilation error on non-Windows | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9616 | |||
2008-03-20 | Fixed bug #1836108 on Windows. Stupid string handling on my part ended up ↵ | Hans-Christoph Steiner | |
with mangled string reassembly. svn path=/trunk/externals/hcs/; revision=9613 | |||
2007-12-27 | moved proxy_inlet_setup() to the main setup function on mjmogo's suggestion, ↵ | Hans-Christoph Steiner | |
makes much more sense this way svn path=/trunk/externals/hcs/; revision=9106 | |||
2007-12-23 | - first working version, called proxy_inlet_setup() function, and fixed proxy | Hans-Christoph Steiner | |
inlet ID assignment. - left inlet is now properly hot - cleaned out debug post()s svn path=/trunk/externals/hcs/; revision=9104 | |||
2007-12-22 | got data and sql query output working; added float handling to ↵ | Hans-Christoph Steiner | |
sql_query_set_atom() svn path=/trunk/externals/hcs/; revision=9103 | |||
2007-12-22 | got the set_atom function working on the first inlet with symbols, now got ↵ | Hans-Christoph Steiner | |
to get the rest of the inlets working svn path=/trunk/externals/hcs/; revision=9102 | |||
2007-12-22 | got the set_atom function working on the first inlet with symbols, now got ↵ | Hans-Christoph Steiner | |
to get the rest of the inlets working svn path=/trunk/externals/hcs/; revision=9101 | |||
2007-12-22 | parses ? placeholders and generates inlets; crashes when you try to do just ↵ | Hans-Christoph Steiner | |
about anything svn path=/trunk/externals/hcs/; revision=9100 | |||
2007-12-22 | initial sketch, just counting ? placeholders and laying out proxy inlets | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9099 | |||
2007-12-09 | added the ability to set the HID path in the [write( message | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9087 | |||
2007-11-28 | minor tweak on the menu generation thanks to Laura's tip | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9063 | |||
2007-11-28 | fixed stat crasher bug, I was adding 2 to the pointer rather than 1; it ↵ | Hans-Christoph Steiner | |
blows my mind that this worked fine some of the time, and seems to work fine on Mac OS X all of the time, crazy pointers... svn path=/trunk/externals/hcs/; revision=9062 | |||
2007-11-28 | made Mac OS X objects weak link to the Carbon framework to support system ↵ | Hans-Christoph Steiner | |
things in a hackish way svn path=/trunk/externals/hcs/; revision=9061 | |||
2007-11-28 | added some pics of the available cursors | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9060 | |||
2007-11-27 | removed odd extraneous .. from beginning of file | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9059 | |||
2007-11-27 | fixed some minor bugs, should be ready to use; I added a [popup] to the help ↵ | Hans-Christoph Steiner | |
patch svn path=/trunk/externals/hcs/; revision=9055 | |||
2007-11-27 | ported f0.keyboard_layout to Pd, I commented out the 'assist' method because ↵ | Hans-Christoph Steiner | |
A_CANT is a mytery to me svn path=/trunk/externals/hcs/; revision=9054 | |||
2007-11-24 | created quick working sketch for navigating the sys_helppath | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9036 | |||
2007-11-09 | created object based on tot to get Tcl/Tk version | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8975 | |||
2007-11-09 | added quick hack to get the Tk canvas name in Pd space | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8974 | |||
2007-11-09 | added example to turn off window resizing | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8973 |