https://github.com/olilarkin/maxwebcontrol
NOTE - THIS IS OBSOLETE, use https://github.com/olilarkin/wsserver
https://github.com/olilarkin/maxwebcontrol
Last synced: about 1 year ago
JSON representation
NOTE - THIS IS OBSOLETE, use https://github.com/olilarkin/wsserver
- Host: GitHub
- URL: https://github.com/olilarkin/maxwebcontrol
- Owner: olilarkin
- Created: 2011-05-26T13:38:19.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-28T20:54:52.000Z (about 15 years ago)
- Last Synced: 2025-04-05T14:34:38.151Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maxwebcontol
using net.loadbang.web and jquery ui to control max patches from a webpage
* Oli Larkin 2011
* Music Research Centre, University of York
* http://www.york.ac.uk/music/mrc
* http://www.olilarkin.c.uk
* LGPL
requires net.loadbang.web by nick rothwell
* http://www.loadbang.net/space/Software/net.loadbang.web
first thing to do is add the webroot folder to the max search paths
if for some reason you can't access port 8080 on your LAN, you can add this rule to the ipfw firewall in terminal (mac only) to forward every request on port 80 to port 8080 on localhost, type:
sudo /sbin/ipfw add 1000 fwd 127.0.0.1,8080 tcp from any to me 80