Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingjoe/musicbeam
MusicBeam is a multi plattform software to use a projector as a rgb laser.
https://github.com/codingjoe/musicbeam
java laser light lightshow processing projector rgb-laser
Last synced: 7 days ago
JSON representation
MusicBeam is a multi plattform software to use a projector as a rgb laser.
- Host: GitHub
- URL: https://github.com/codingjoe/musicbeam
- Owner: codingjoe
- License: mit
- Created: 2012-10-08T12:16:30.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T08:10:34.000Z (11 months ago)
- Last Synced: 2024-10-16T11:41:21.217Z (21 days ago)
- Topics: java, laser, light, lightshow, processing, projector, rgb-laser
- Language: Processing
- Homepage: https://www.musicbeam.org/
- Size: 21.9 MB
- Stars: 270
- Watchers: 36
- Forks: 50
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MusicBeam
[![Join the chat at https://gitter.im/codingjoe/MusicBeam](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codingjoe/MusicBeam?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
MusicBeam is a multi platform software that allows using a projector as a RGB laser.
MusicBeam is written in [Processing][Processing] a JAVA based language that is easy to learn to enable users to contribute new effects.## Download
The latest releases can be found at: [musicbeam.org](http://www.musicbeam.org)
## Contributing
MusicBeam is writing in Processing a Java sublanguage. It is extremely easy to write even without prior coding experience.
### Setting up the Processing
MusicBeam is written in Processing. Therefore first step is to setup Processing, which is very simple.
Just go do [processing.org][Processing] and download the latest version for you operating system.
If you are having trouble setting up Processing make sure to check out their [Supported Platforms Guide](https://github.com/processing/processing/wiki/Supported-Platforms).The next step is to install the needed third party libraries.
Simply open the Processing IDE and go to *Sketch > Import Library... > Add Library...*
This will open the *Contribution Manager*.All thats left to do is to search and install for the libraries:
- **ControlP5**
- **Minim**That's it, open the `MusicBeam.pde` file and hit play.
[Processing]: http://processing.org
## License
Copyright (c) 2012-2016 Johannes Hoppe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.