This is an archive. | |
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure. |
Mixer
Author | |
Status | Released |
Release Date | Unknown |
Available for | Not yet documented |
Supported Runtimes | |
License | Free |
Download | |
---|---|
Includes Examples | No |
Includes Help Files | Yes |
Links | Included by default. |
The Mixer object gives you direct control over the volume of your sound samples and MIDI music files. Each sound sample can be played in one of a hundred different volume settings. You can start a sample playing quietly and gradually make it louder throughout your application. If you're using stereo sound, you can also set the volume of the left and right sound channels separately. This allows you to fade the sound from left to right and create realistic 3D sound effects.
The Mixer object allows the user to adjust the volume of sounds and music from within your Clickteam Fusion 2.5 application. The Mixer object also allows the user to adjust the volume of the left and right .WAV file volume, the left and right FM Synthesis volume, and the Square Wave volume, if the system has this ability.
Keep in mind that the Mixer object only changes the output of your sound card. The actual volume could vary dramatically depending on the user's system. Some users don't have sound at all, whereas others connect their computers directly to a powerful music center. Therefore, an effect which sounds great on your own machine could sound completely different on the user's system. You can avoid this problem by providing a Combo Box or List object so that the user can control the overall sound level.
Contents
- 1 Actions
- 1.1 Change wave left and right volume
- 1.2 Change wave left volume
- 1.3 Change wave right volume
- 1.4 Change FM synthesizer left and right volume
- 1.5 Change FM synthesizer left volume
- 1.6 Change FM synthesizer right volume
- 1.7 Change square wave synthesizer left and right volume
- 1.8 Change square wave synthesizer left volume
- 1.9 Change square wave synthesizer right volume
- 1.10 Destroy
- 2 Expressions
Actions
Change wave left and right volume
Changes the volume at which sound samples (.WAV files) are played through the left and right channels simultaneously.
Change wave left volume
Changes the volume at which sound samples (.WAV files) are played through the left channel.
Change wave right volume
Changes the volume at which sound samples (.WAV files) are played through the right channel.
Change FM synthesizer left and right volume
Changes the volume at which MIDI files are played through the left and right channels simultaneously.
Change FM synthesizer left volume
Changes the volume at which MIDI files are played through the left channel.
Change FM synthesizer right volume
Changes the volume at which MIDI files are played through the right channel.
Change square wave synthesizer left and right volume
Changes the volume at which square wave synthesizer files are played through the left and right channels simultaneously.
Change square wave synthesizer left volume
Changes the volume at which square wave synthesizer files are played through the left channel.
Change square wave synthesizer right volume
Changes the volume at which square wave synthesizer files are played through the right channel.
Destroy
Destroys the Mixer object and removes it from the frame.
Expressions
Wave Left Volume
The Wave Left Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of your WAV samples played through the left channel.
Wave Right Volume
The Wave Right Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of your WAV samples played through the right channel.
MIDI FM Synthesizer Left Volume
The MIDI FM Synthesizer Left Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of the left channel of the MIDI FM synthesizer.
MIDI FM Synthesizer Right Volume
The MIDI FM Synthesizer Right Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of the right channel of the MIDI FM synthesizer.
MIDI Square Wave Synthesizer Left Volume
The MIDI Square Wave Synthesizer Left Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of the left channel of the MIDI square wave synthesizer. This function is not available on most sound systems.
MIDI Square Wave Synthesizer Right Volume
The MIDI Square Wave Synthesizer Right Volume function retrieves a value from 0 (low) to 100 (high) that represents the volume of the right channel of the MIDI square wave synthesizer. This function is not available on most sound systems.