├── DoubleOscillator.maxpat ├── DoubleOscillator2.maxpat ├── LICENSE.txt ├── README.md └── oscilloscope.amxd /LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Alberto Novello 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LaserDrawing 2 | MaxMSP Patches created to prototype my live Laser Drawing show and workshops from 2016 (more info @ https://vimeo.com/jestern, or snippets here: https://www.instagram.com/_jestern_/) 3 | 4 | Can be used for oscilloscopes and Vectrex modified monitors as well. 5 | 6 | 1) get a laser (cheap ones from Laserworld) with an ILDA plug 7 | 2) make an ILDA to 5 minijacks custom cable to output X, Y, R, G, B signals (refer to https://www.google.com/search?q=ILDA+PLug&source=lnms&tbm=isch&sa=X&ved=0ahUKEwip49Lv1cPgAhXDwKQKHbuHBbMQ_AUIDigB&biw=1596&bih=753#imgrc=fDwq9gUM1JSGUM:) 8 | or https://github.com/ffd8/dac_ilda 9 | 3) use a multichannel soundcard (MOTU to be DC-coupled or another soundcard if you don't care) 10 | 4) use my software to create shapes 11 | 5) you can also try with a modular synth now or some custom electronics 12 | 5) send me a video :) 13 | 14 | I will update slowly depending on time. They can be used to control Lasers or Vectrex modified monitors or any vector screen, e.g. Oscilloscopes. 15 | I assume you are using a MOTU DC coupled soundcard, though these work with normal multichannel soundcards too (with DC removal). 16 | 17 | for info / bug report write to: albynovello - at - gmail - dot - com. 18 | 19 | [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme/jestern) 20 | 21 | Alberto Novello, www.jestern.com 2019 22 | -------------------------------------------------------------------------------- /oscilloscope.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jestern77/LaserDrawing/83a2e16a9971ba3655b21b4e03624d81db51afc1/oscilloscope.amxd --------------------------------------------------------------------------------