Software Listing of Author : "Mark"
- Block Access
- License: Freeware
- Price: 0.00


This module adds a set of global permissions for creating, viewing, moving, enabling, disabling and configuring blocks as well as permissions at the individual block level. Block Access is a companion module to other access control modules, such as: * http://drupal.org/project/content_access - Control access to content * http://drupal.org/project/node_access - Control access to nodes * http://drupal.org/project/nodeaccess - Control access to nodes * http://www.drupal.org/project/menu_access - Control access to menus * http://www.drupal.org/project/admin_access - Control access to admin pages
- Platform: PHP, Scripts
- Run Processing sketches in Matlab
- License: Shareware
- Price:


Run processing sketches from Matlab or MAX/MSP. The Processing class wraps a sketch (PApplet) in a window (Frame) and provides methods to show and dispose sketches. First, you need to make sure Matlab has acces to the processing code in "core.jar". I have included an install script to add "core.jar" to the classpath. Then, export the sketch (*.pde) to an Applet to obtain the *.java and *.class files. Make sure there are in Matlab's classpath (using javaclasspath). Finally, you can run the sketch by using Processing.run('your.sketch.classname.here') You can also set sketch location, always on top, and a few other things. An example sketch & matlab script is included. This Processing-wrapper-class can also be used in MaxMSP.
- Platform: Matlab, Scripts
- Send Open Sound Control (OSC) Messages
- License: Freeware
- Price: 0.00


Sends a Open Sound Control (OSC) message through a UDP connection oscsend(u,path) oscsend(u,path,types,arg1,arg2,...) oscsedn(u,path,types,[args]) u = UDP object with open connection. path = path-string types = string with types of arguments, supported: i = integer f = float s = string N = Null (ignores corresponding argument) I = Impulse (ignores corresponding argument) T = True (ignores corresponding argument) F = False (ignores corresponding argument) B = boolean (not official: converts argument to T/F in the type) not supported: b = blob args = arguments as specified by types. EXAMPLE u = udp('127.0.0.1',7488); fopen(u); oscsend(u,'/test','ifsINBTF', 1, 3.14, 'hello',[],[],false,[],[]); fclose(u); See http://opensoundcontrol.org/ for more information about OSC.
- Platform: Matlab, Scripts
