FMojo is a Csoundo project based on the "random" example by Rory Walsh and my earlier Csound project "FMBot". It is a constrained random just intonation algorithmic composition using basic single-operator FM synthesis. Requires Csound and Csoundo. Csoundo is a Processing library (currently in Alpha) facilitating communication between Processing and Csound, developed by Jacob Joaquin.
hueeviz is a visualization applet created with Processing that plays an mp3 of my 2007 composition Huee and creates a simple visualization. Huee is a xenharmonic piece in 10-TET composed using Csound and blue, and was one of the first songs I created with Csound.
Hi folks, I am new to the Processing and this forum. Reading some of the posts it seemed several beginners like myself tried doing a button class to help learn OOP, so I decided to try the same approach. TButton is a basic 2d text button class meant to be used in default graphics mode (JAVA2D), allowing you to :
- Set button size
- load a ttf font for display of the button text
- select button and text colours for normal, mouseover, and pressed modes
- set bevel size for pressed and un-pressed button. Bevel colours are created automatically from the button colour.
- The only class method is "pos", which allows you to set the button location.