Click Start button to begin the piece. You may have wait a few seconds for the Start button to be enabled, while tidal data is being retrieved the first time. After you change a station you may have to wait up to 10 seconds for the new data to be used in the piece. |
double duration = (windSpeed * 10) + JMSLRandom.choose(windDirAsPhase * 8); double durationOfVoice = duration * .5 + JMSLRandom.choose(5 * windGust); double glissDelay = windGust * 2; double glissDuration = glissDelay * 2; double amp = JMSLRandom.choose(0.1, bar); double startingFrequency = lionTuning.getFrequency((int) ((lionTuning).getStepsPerOctave() * observedWaterLevel), octave); double endingFrequency = lionTuning.getFrequency((int) ((lionTuning).getStepsPerOctave() * predictedWaterLevel), octave); double vibDepth = (1 - waterTemp) * 2; double vibRate = (1 - airTemp) * 8;