![]() |
![]() |
![]() |
![]() |
GObject ├── AgsAcceleration ├── AgsTask │ ├── AgsAddAudio │ ├── AgsAddAudioSignal │ ├── AgsAddNote │ ├── AgsAddSoundcard │ ├── AgsApplyBpm │ ├── AgsApplyPresets │ ├── AgsApplySequencerLength │ ├── AgsApplySF2MidiLocale │ ├── AgsApplySF2Synth │ ├── AgsApplySFZInstrument │ ├── AgsApplySFZSynth │ ├── AgsApplySoundConfig │ ├── AgsApplySynth │ ├── AgsApplyTact │ ├── AgsCancelAudio │ ├── AgsCancelChannel │ ├── AgsClearAudioSignal │ ├── AgsClearBuffer │ ├── AgsCropNote │ ├── AgsExportOutput │ ├── AgsFreeSelection │ ├── AgsInstantiateVst3Plugin │ ├── AgsLinkChannel │ ├── AgsMoveNote │ ├── AgsOpenFile │ ├── AgsOpenSf2Instrument │ ├── AgsOpenSf2Sample │ ├── AgsOpenSFZFile │ ├── AgsOpenSingleFile │ ├── AgsOpenWave │ ├── AgsRemoveAudio │ ├── AgsRemoveAudioSignal │ ├── AgsRemoveNote │ ├── AgsRemoveSoundcard │ ├── AgsResetFxAnalyse │ ├── AgsResetFxPeak │ ├── AgsResetNote │ ├── AgsResizeAudio │ ├── AgsSeekSoundcard │ ├── AgsSetAudioChannels │ ├── AgsSetBufferSize │ ├── AgsSetDevice │ ├── AgsSetFormat │ ├── AgsSetMuted │ ├── AgsSetSamplerate │ ├── AgsStartAudio │ ├── AgsStartChannel │ ├── AgsStartSequencer │ ├── AgsStartSoundcard │ ├── AgsStopSequencer │ ├── AgsStopSoundcard │ ├── AgsStopThread │ ├── AgsSwitchBufferFlag │ ├── AgsTicDevice │ ├── AgsTogglePatternBit │ ╰── AgsWriteVst3Port ├── AgsAlsaDevin ├── AgsAlsaDevout ├── AgsAlsaMidiin ├── AgsApplicationContext │ ╰── AgsAudioApplicationContext ├── AgsAudioContainer ├── AgsAudioContainerManager ├── AgsAudioFile ├── AgsFileLink │ ╰── AgsAudioFileLink ├── AgsAudioFileManager ├── AgsAudio ├── AgsThread │ ├── AgsAudioLoop │ ├── AgsAudioThread │ ├── AgsChannelThread │ ├── AgsExportThread │ ├── AgsSequencerThread │ ╰── AgsSoundcardThread ├── AgsAudioSignal ├── AgsAudioUnitClient ├── AgsAudioUnitDevin ├── AgsAudioUnitDevout ├── AgsAudioUnitPort ├── AgsAudioUnitServer ├── AgsAutomation ├── AgsBasePlugin │ ├── AgsDssiPlugin │ ├── AgsLadspaPlugin │ ├── AgsLv2Plugin │ ├── AgsLv2uiPlugin │ ╰── AgsVst3Plugin ├── AgsBuffer ├── AgsChannel │ ├── AgsInput │ ╰── AgsOutput ├── AgsCoreAudioClient ├── AgsCoreAudioDevin ├── AgsCoreAudioDevout ├── AgsCoreAudioMidiin ├── AgsCoreAudioPort ├── AgsCoreAudioServer ├── AgsDssiManager ├── AgsFifoout ├── AgsFrequencyMap ├── AgsFrequencyMapManager ├── AgsRecall │ ├── AgsRecallAudio │ │ ├── AgsFxAnalyseAudio │ │ ├── AgsFxBufferAudio │ │ ├── AgsFxNotationAudio │ │ │ ├── AgsFxDssiAudio │ │ │ ├── AgsFxFMSynthAudio │ │ │ ├── AgsFxLv2Audio │ │ │ ├── AgsFxSF2SynthAudio │ │ │ ├── AgsFxSFZSynthAudio │ │ │ ├── AgsFxSynthAudio │ │ │ ╰── AgsFxVst3Audio │ │ ├── AgsFxEnvelopeAudio │ │ ├── AgsFxEq10Audio │ │ ├── AgsFxHighPassAudio │ │ ├── AgsFxLadspaAudio │ │ ├── AgsFxLfoAudio │ │ ├── AgsFxLowPassAudio │ │ ├── AgsFxPatternAudio │ │ ├── AgsFxPeakAudio │ │ ├── AgsFxPlaybackAudio │ │ ├── AgsFxTwoPassAliaseAudio │ │ ╰── AgsFxVolumeAudio │ ├── AgsRecallAudioRun │ │ ├── AgsFxAnalyseAudioProcessor │ │ ├── AgsFxBufferAudioProcessor │ │ ├── AgsFxNotationAudioProcessor │ │ │ ├── AgsFxDssiAudioProcessor │ │ │ ├── AgsFxFMSynthAudioProcessor │ │ │ ├── AgsFxLv2AudioProcessor │ │ │ ├── AgsFxSF2SynthAudioProcessor │ │ │ ├── AgsFxSFZSynthAudioProcessor │ │ │ ├── AgsFxSynthAudioProcessor │ │ │ ╰── AgsFxVst3AudioProcessor │ │ ├── AgsFxEnvelopeAudioProcessor │ │ ├── AgsFxEq10AudioProcessor │ │ ├── AgsFxHighPassAudioProcessor │ │ ├── AgsFxLadspaAudioProcessor │ │ ├── AgsFxLfoAudioProcessor │ │ ├── AgsFxLowPassAudioProcessor │ │ ├── AgsFxPatternAudioProcessor │ │ ├── AgsFxPeakAudioProcessor │ │ ├── AgsFxPlaybackAudioProcessor │ │ ├── AgsFxTwoPassAliaseAudioProcessor │ │ ╰── AgsFxVolumeAudioProcessor │ ├── AgsRecallAudioSignal │ │ ├── AgsFxAnalyseAudioSignal │ │ ├── AgsFxBufferAudioSignal │ │ ├── AgsFxNotationAudioSignal │ │ │ ├── AgsFxDssiAudioSignal │ │ │ ├── AgsFxFMSynthAudioSignal │ │ │ ├── AgsFxLv2AudioSignal │ │ │ ├── AgsFxSF2SynthAudioSignal │ │ │ ├── AgsFxSFZSynthAudioSignal │ │ │ ├── AgsFxSynthAudioSignal │ │ │ ╰── AgsFxVst3AudioSignal │ │ ├── AgsFxEnvelopeAudioSignal │ │ ├── AgsFxEq10AudioSignal │ │ ├── AgsFxHighPassAudioSignal │ │ ├── AgsFxLadspaAudioSignal │ │ ├── AgsFxLfoAudioSignal │ │ ├── AgsFxLowPassAudioSignal │ │ ├── AgsFxPatternAudioSignal │ │ ├── AgsFxPeakAudioSignal │ │ ├── AgsFxPlaybackAudioSignal │ │ ├── AgsFxTwoPassAliaseAudioSignal │ │ ╰── AgsFxVolumeAudioSignal │ ├── AgsRecallChannel │ │ ├── AgsFxAnalyseChannel │ │ ├── AgsFxBufferChannel │ │ ├── AgsFxNotationChannel │ │ │ ├── AgsFxDssiChannel │ │ │ ├── AgsFxFMSynthChannel │ │ │ ├── AgsFxLv2Channel │ │ │ ├── AgsFxSF2SynthChannel │ │ │ ├── AgsFxSFZSynthChannel │ │ │ ├── AgsFxSynthChannel │ │ │ ╰── AgsFxVst3Channel │ │ ├── AgsFxEnvelopeChannel │ │ ├── AgsFxEq10Channel │ │ ├── AgsFxHighPassChannel │ │ ├── AgsFxLadspaChannel │ │ ├── AgsFxLfoChannel │ │ ├── AgsFxLowPassChannel │ │ ├── AgsFxPatternChannel │ │ ├── AgsFxPeakChannel │ │ ├── AgsFxPlaybackChannel │ │ ├── AgsFxTwoPassAliaseChannel │ │ ╰── AgsFxVolumeChannel │ ├── AgsRecallChannelRun │ │ ├── AgsFxAnalyseChannelProcessor │ │ ├── AgsFxBufferChannelProcessor │ │ ├── AgsFxNotationChannelProcessor │ │ │ ├── AgsFxDssiChannelProcessor │ │ │ ├── AgsFxFMSynthChannelProcessor │ │ │ ├── AgsFxLv2ChannelProcessor │ │ │ ├── AgsFxSF2SynthChannelProcessor │ │ │ ├── AgsFxSFZSynthChannelProcessor │ │ │ ├── AgsFxSynthChannelProcessor │ │ │ ╰── AgsFxVst3ChannelProcessor │ │ ├── AgsFxEnvelopeChannelProcessor │ │ ├── AgsFxEq10ChannelProcessor │ │ ├── AgsFxHighPassChannelProcessor │ │ ├── AgsFxLadspaChannelProcessor │ │ ├── AgsFxLfoChannelProcessor │ │ ├── AgsFxLowPassChannelProcessor │ │ ├── AgsFxPatternChannelProcessor │ │ ├── AgsFxPeakChannelProcessor │ │ ├── AgsFxPlaybackChannelProcessor │ │ ├── AgsFxTwoPassAliaseChannelProcessor │ │ ├── AgsFxVolumeChannelProcessor │ │ ╰── AgsGenericRecallChannelRun │ ╰── AgsRecallRecycling │ ├── AgsFxAnalyseRecycling │ ├── AgsFxBufferRecycling │ ├── AgsFxNotationRecycling │ │ ├── AgsFxDssiRecycling │ │ ├── AgsFxFMSynthRecycling │ │ ├── AgsFxLv2Recycling │ │ ├── AgsFxSF2SynthRecycling │ │ ├── AgsFxSFZSynthRecycling │ │ ├── AgsFxSynthRecycling │ │ ╰── AgsFxVst3Recycling │ ├── AgsFxEnvelopeRecycling │ ├── AgsFxEq10Recycling │ ├── AgsFxHighPassRecycling │ ├── AgsFxLadspaRecycling │ ├── AgsFxLfoRecycling │ ├── AgsFxLowPassRecycling │ ├── AgsFxPatternRecycling │ ├── AgsFxPeakRecycling │ ├── AgsFxPlaybackRecycling │ ├── AgsFxTwoPassAliaseRecycling │ ├── AgsFxVolumeRecycling │ ╰── AgsGenericRecallRecycling ├── AgsFxFactory ├── AgsGstreamerClient ├── AgsGstreamerDevin ├── AgsGstreamerDevout ├── AgsGstreamerFile ├── AgsGstreamerPort ├── AgsGstreamerServer ├── AgsIpatchDLS2Reader ├── AgsIpatch ├── AgsIpatchGigReader ├── AgsIpatchSample ├── AgsIpatchSF2Reader ├── AgsJackClient ├── AgsJackDevin ├── AgsJackDevout ├── AgsJackMidiin ├── AgsJackPort ├── AgsJackServer ├── AgsConversion │ ├── AgsLadspaConversion │ ├── AgsLv2Conversion │ ╰── AgsVst3Conversion ├── AgsLadspaManager ├── AgsLv2EventManager ├── AgsLv2LogManager ├── AgsLv2Manager ├── AgsLv2OptionManager ├── AgsLv2Preset ├── AgsLv2PresetManager ├── AgsLv2TurtleParser ├── AgsLv2TurtleScanner ├── AgsLv2UriMapManager ├── AgsLv2UridManager ├── AgsLv2Worker ├── AgsLv2WorkerManager ├── AgsLv2uiManager ├── AgsMarker ├── AgsMidiBuilder ├── AgsMidiFile ├── AgsMidi ├── AgsMidiParser ├── AgsNotation ├── AgsNote ├── AgsOscController │ ├── AgsOscActionController │ ├── AgsOscConfigController │ ├── AgsOscExportController │ ├── AgsOscFrontController │ ├── AgsOscInfoController │ ├── AgsOscMeterController │ ├── AgsOscNodeController │ ├── AgsOscRenewController │ ╰── AgsOscStatusController ├── AgsOscBuilder ├── AgsOscClient ├── AgsOscConnection │ ╰── AgsOscWebsocketConnection ├── AgsOscMessage │ ╰── AgsOscXmlrpcMessage ├── AgsOscParser ├── AgsOscResponse ├── AgsOscServer │ ╰── AgsOscXmlrpcServer ├── AgsController │ ╰── AgsOscXmlrpcController ├── AgsOssDevin ├── AgsOssDevout ├── AgsOssMidiin ├── AgsPattern ├── AgsPlaybackDomain ├── AgsPlayback ├── AgsPluginPort ├── AgsPort ├── AgsPreset ├── AgsProgram ├── AgsPulseClient ├── AgsPulseDevin ├── AgsPulseDevout ├── AgsPulsePort ├── AgsPulseServer ├── AgsRecallContainer ├── AgsRecallDependency ├── AgsRecallID ├── AgsRecyclingContext ├── AgsRecycling ├── AgsSF2Loader ├── AgsSF2MidiLocaleLoader ├── AgsFunction │ ├── AgsSF2SynthGenerator │ ├── AgsSFZSynthGenerator │ ╰── AgsSynthGenerator ├── AgsSFZFile ├── AgsSFZGroup ├── AgsSFZInstrumentLoader ├── AgsSFZLoader ├── AgsSFZRegion ├── AgsSFZSample ├── AgsSndfile ├── AgsTrack ├── AgsVst3Manager ├── AgsWasapiDevin ├── AgsWasapiDevout ├── AgsWave ╰── AgsWaveLoader GInterface ├── AgsSoundProvider ├── AgsSoundResource ├── AgsSoundContainer ╰── AgsOscPluginController GFlags ├── AgsAccelerationFlags ├── AgsAlsaDevinFlags ├── AgsAlsaDevoutFlags ├── AgsAudioFlags ├── AgsAudioSignalFlags ├── AgsAudioUnitClientFlags ├── AgsAudioUnitDevinFlags ├── AgsAudioUnitDevoutFlags ├── AgsAudioUnitPortFlags ├── AgsAutomationFlags ├── AgsBasePluginFlags ├── AgsBufferFlags ├── AgsChannelFlags ├── AgsCoreAudioClientFlags ├── AgsCoreAudioDevinFlags ├── AgsCoreAudioDevoutFlags ├── AgsCoreAudioMidiinFlags ├── AgsCoreAudioPortFlags ├── AgsFifooutFlags ├── AgsFluidIIRFilterType ├── AgsFxFactoryCreateFlags ├── AgsGstreamerClientFlags ├── AgsGstreamerDevinFlags ├── AgsGstreamerDevoutFlags ├── AgsGstreamerPortFlags ├── AgsIpatchFlags ├── AgsJackClientFlags ├── AgsJackDevinFlags ├── AgsJackDevoutFlags ├── AgsJackMidiinFlags ├── AgsJackPortFlags ├── AgsLadspaConversionFlags ├── AgsLv2ConversionFlags ├── AgsLv2PluginFlags ├── AgsLv2TurtleScannerStatusFlags ├── AgsLv2WorkerFlags ├── AgsLv2uiPluginFlags ├── AgsMarkerFlags ├── AgsNotationFlags ├── AgsOscClientFlags ├── AgsOscFrontControllerFlags ├── AgsOscServerFlags ├── AgsOscXmlrpcControllerFlags ├── AgsOssDevinFlags ├── AgsOssDevoutFlags ├── AgsOssMidiinFlags ├── AgsPlaybackFlags ├── AgsPluginPortFlags ├── AgsPortFlags ├── AgsProgramFlags ├── AgsPulseClientFlags ├── AgsPulseDevinFlags ├── AgsPulseDevoutFlags ├── AgsPulsePortFlags ├── AgsRecallContainerFlags ├── AgsRecallFlags ├── AgsRecallNotifyDependencyMode ├── AgsRecyclingContextFlags ├── AgsRecyclingFlags ├── AgsSndfileFlags ├── AgsSoundAbilityFlags ├── AgsSoundBehaviourFlags ├── AgsSoundStagingFlags ├── AgsSoundStateFlags ├── AgsTrackFlags ├── AgsWasapiDevinFlags ├── AgsWasapiDevoutFlags ╰── AgsWaveFlags GBoxed ├── AgsAudioBufferUtil ├── AgsCharBufferUtil ├── AgsChorusUtil ├── AgsCommonPitchUtil ├── AgsDiatonicScale ├── AgsEnvelopeUtil ├── AgsFastPitchUtil ├── AgsFluidIIRFilterUtil ├── AgsFluidInterpolate4thOrderUtil ├── AgsFluidInterpolate7thOrderUtil ├── AgsFluidInterpolateLinearUtil ├── AgsFluidInterpolateNoneUtil ├── AgsFluidUtil ├── AgsFMSynthUtil ├── AgsFourierTransformUtil ├── AgsFrequencyAliaseUtil ├── AgsHQPitchUtil ├── AgsLFOSynthUtil ├── AgsLinearInterpolateUtil ├── AgsMidiBufferUtil ├── AgsMidiUtil ├── AgsNoiseUtil ├── AgsOscBufferUtil ├── AgsOscUtil ├── AgsPeakUtil ├── AgsPhaseShiftUtil ├── AgsPortUtil ├── AgsResampleUtil ├── AgsSequencerUtil ├── AgsSF2SynthUtil ├── AgsSFZSynthUtil ├── AgsSoundcardUtil ├── AgsSynthUtil ├── AgsTimeStretchUtil ╰── AgsVolumeUtil GEnum ├── AgsSF2SynthUtilLoopMode ├── AgsSFZSynthUtilLoopMode ├── AgsSoundKeyFormat ├── AgsSoundScope ╰── AgsSynthOscillatorMode