Here's an explanation of Ellipsynth's interface:
The main screen of the program is packed with goodies.
The pitch and speed control area is where you control the individual granular voices. Every touch on the screen either starts a new voice or alters an existing one.
Each voice shows up as a colored ellipse, and the size of the ellipse corresponds to its amplitude.
The horizontal axis controls the pitch , and vertical axis controls the speed stretching amount.
The dark horizontal line is where the speed is zero, above it plays faster and below it plays backwards.
Each dark line is a multiple of the natural speed, so you can play a sample at up to three times its speed forward, and 1 times the speed backward.
The dark lines are integral multiples, while the white ones are integral divisions (like 1/2,1/3,1/4). [This may be configurable later.].
The vertical lines roughly follow the convention of harp strings: the red ones are octaves and the blue are fourths. The first red line you see means the pitch is not transposed at all, the next is an octave higher.
These controls are grouped together because they control audio sources for the most part.

The 'R' button records the output of Ellipsynth, saving it under the name Ellipsynth Recording.
When done, it pastes it on the clipboard using Sonoma Wirework's Audio Copy and Paste (MAPI) API, and is available via the iTunes Documents interface.
It's also available in the Ellipsynth Sound Library, which you can use via the "Omm" button.
The Microphone button lets you record a sound of your own to manipulate. It limits the recording to 20 seconds. It is then immediately available for manipulation.
The recording is saved as "Microphone Recording" in the Ellipsynth Sound Library.
The "omm" button opens a list of sounds in the Ellipsynth Sound Library. It's named after the first sound in there, the "omm" mantra.
This includes built-in presets, recordings, and whatever you have put in via the iTunes Documents interface.
Sound files that you wish to use should be 16-bit mono or stereo wav or aiff files.
The Audio Copy and Paste lets you paste in audio via Sonoma Wireworks' Audio Copy And Paste from audio providing programs.
You can copy in sounds from the clipboard (-> ...synth) , or paste in an Ellipsynth recording (Rec ->)or previous microphone take (Mic ->).
You should also be able to launch other programs after you paste in a sound. Similarly, Ellipsynth can launch when it gets a request to paste in a sound from another program.
Also, it's too ugly right now in Landscape mode,(especially on smaller devices) so don't try it that way: use portrait!
I'll see if I can make it work, but it's not my code.
The Status Area is not only a kind of debug status message, telling the current audio computation time,
how many voices are playing, out of a maximum number allowed in this polyphony, and the sample rate,
but it's also a sustain toggle switch that I often keep on when I play with Ellipsynth.
When the sustain is on, the text turns red. That keeps the voices from decaying.
Pitch Range
The Pitch Range control is that pink bar sitting under the play area. Touch to the left or right of the bar to change the range of pitches available, and you can reposition it by touching it in the middle.
The left and right side give a sideways label of what interval the loop will be transposed by in hard-to-read signed Roman numerals with occasional music accidentals followed by an arabic numeral indicating the octave.Yes, three vastly different notation systems merged into one. I0 is the naturally playing pitch. For instance, the fifth below normal is V-1, a minor seventh two octaves up is VIIb 2. Don't worry, you can probably ignore them. The range of the entire bar, though, is from an octave below the loop's natural pitch (I-1, I call it), to four octaves above, I4. Those high pitches are pretty aliased, but useful if you are making a kind of instrument instead of just playing a sentence or something.
Power control
The black-ringed white ellipse in the vertical controller on the right side controls the "impulse value",
how much power is provided to the voices associated with the ellipses you touch.
This is a way to change the amplitude of a voice even if it's being sustained. How fast it feeds into a voice depends on the attack level.
Play position control
The play position control shows where every voice is in its progress through the sample.
The wave form shown is the volume level of the current sample.
You can catch and drag the ellipses that float by to resynch them relative to the sample and to each other.
Ellipse voice controls
The pitch lock button, locks and unlocks the relative pitches of the ellipses.
The Speed lock to frets button forces the stretching speed to integral amounts as indicated by the horizontal lines.
: -1, 0, 1, 2, or 3 times the original speed, or 1/2, 1/3, 1/4 forward and backward.
The Speed lock to each other button will align all the voices with the first voice (the red ellipse).
Now all the voices will stay in synch in terms of grain speed.
The Synch Start button will re-align all the voices to the beginning of the sample.
If they are also pitch locked, you can get some good polyrhythm in synch going.
The Synch Evenly button will spread all the voices out evenly relative to the maximum amount of polyphony.
So if you set the polyphony to 4, sing "row row row your boat..." and are pretty good at timing the recording, you can hit the Synch Evenly button
and have an instant round. And, by changing the polyphony, you can have a pretty chaotic rowboat trip.
If you make all the voices have a zero stretch speed (hit , and drag them all near the 0-speed line )
you can use the play position control to put each voice on a specific part of the original sample. It's a kind of alternate use of the instrument.
The Up arrow and touching the bottom bar for a while opens a more detailed configuration screen (detailed below).
The stop sign clears out all the voices so you can start again, the info button takes you to this web page that has very little info on it.
|