com.frinika.codeexamples
Class QuickSession
java.lang.Object
com.frinika.codeexamples.QuickSession
public class QuickSession
- extends java.lang.Object
A simple quick launch program to use when playing a midi piano and recording from
a microphone. Will use your default set up Midi/Audio in devices, and record a Midi (midi piano)
and audio (microphone - mono) track.
Frinika QuickSession is meant to be a "sketchpad" that launches quickly, and has
a simple template for recording instant ideas.
In order to add more instruments to a sketch, it has to be aligned into a beat/tempo.
Rather than playing to a metronome, future features will be a possibility to mark
bar/beat points, so that a tempo curve will be resolved automatically based on the
marked points. This will then require the sequencer to support tempo changes.
- Author:
- Peter Johan Salomonsen
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickSession
public QuickSession()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Parameters:
args
-
- Throws:
java.lang.Exception