SYMBOL INDEX (305 symbols across 41 files) FILE: LibSidWiz/Channel.cs class Channel (line 25) | [SuppressMessage("ReSharper", "UnusedMember.Global")] method Channel (line 60) | public Channel(bool autoReloadOnSettingChanged) type Sides (line 65) | public enum Sides method LoadDataAsync (line 74) | public Task LoadDataAsync(CancellationToken token = new()) method GetSample (line 593) | internal float GetSample(int sampleIndex, bool forTrigger = true) method GetTriggerPoint (line 599) | internal int GetTriggerPoint(int frameIndexSamples, int frameSamples, ... method GuessNameFromMultidumperFilename (line 619) | public static string GuessNameFromMultidumperFilename(string filename) class TriggerAlgorithmTypeConverter (line 702) | public class TriggerAlgorithmTypeConverter: StringConverter method GetStandardValuesExclusive (line 704) | public override bool GetStandardValuesExclusive(ITypeDescriptorConte... method GetStandardValuesSupported (line 709) | public override bool GetStandardValuesSupported(ITypeDescriptorConte... method GetStandardValues (line 714) | public override StandardValuesCollection GetStandardValues(ITypeDesc... method CanConvertFrom (line 724) | public override bool CanConvertFrom(ITypeDescriptorContext context, ... method ConvertFrom (line 729) | public override object ConvertFrom(ITypeDescriptorContext context, C... class TriggerAlgorithmJsonConverter (line 747) | public class TriggerAlgorithmJsonConverter: JsonConverter OrderByAlphaNumeric(this IEnume... FILE: LibSidWiz/Mixer.cs class Mixer (line 13) | public static class Mixer method MixToFile (line 15) | public static void MixToFile(IList channels, string filename,... FILE: LibSidWiz/MultiDumperWrapper.cs class MultiDumperWrapper (line 13) | public class MultiDumperWrapper: IDisposable method MultiDumperWrapper (line 24) | public MultiDumperWrapper(string multiDumperPath, int samplingRate, in... class Song (line 43) | public class Song method ToString (line 62) | public override string ToString() method GetLength (line 78) | public TimeSpan GetLength() method GetSongs (line 100) | public IEnumerable GetSongs(string filename) method GetOutputText (line 175) | private string GetOutputText(string args, bool includeStdErr) method Dump (line 194) | public IEnumerable Dump(Song song, Action onProgress) method AddArgIfSupported (line 247) | private void AddArgIfSupported(StringBuilder args, string name, object... method Dispose (line 259) | public void Dispose() FILE: LibSidWiz/MyColorConverter.cs class MyColorConverter (line 9) | public class MyColorConverter : ColorConverter method GetStandardValuesSupported (line 11) | public override bool GetStandardValuesSupported(ITypeDescriptorContext... FILE: LibSidWiz/MyColorEditor.cs class MyColorEditor (line 13) | public class MyColorEditor : UITypeEditor method GetEditStyle (line 15) | public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorCont... method EditValue (line 20) | public override object EditValue(ITypeDescriptorContext context, IServ... method GetPaintValueSupported (line 40) | public override bool GetPaintValueSupported(ITypeDescriptorContext con... method PaintValue (line 45) | public override void PaintValue(PaintValueEventArgs e) FILE: LibSidWiz/Outputs/FfmpegOutput.cs class FfmpegOutput (line 9) | public class FfmpegOutput : IGraphicsOutput method FfmpegOutput (line 15) | public FfmpegOutput(string pathToExe, string filename, int width, int ... method Write (line 74) | public void Write(SKImage _, byte[] data, double __, TimeSpan ___) method Dispose (line 107) | public void Dispose() FILE: LibSidWiz/Outputs/IGraphicsOutput.cs type IGraphicsOutput (line 6) | public interface IGraphicsOutput: IDisposable method Write (line 8) | void Write(SKImage image, byte[] data, double fractionComplete, TimeSp... FILE: LibSidWiz/Outputs/PreviewOutput.cs class PreviewOutput (line 10) | public class PreviewOutput : IGraphicsOutput method PreviewOutput (line 19) | public PreviewOutput(int frameSkip, bool pumpMessageQueue = false) method Write (line 29) | public void Write(SKImage image, byte[] data, double fractionComplete,... method Dispose (line 78) | public void Dispose() FILE: LibSidWiz/Outputs/PreviewOutputForm.Designer.cs class PreviewOutputForm (line 3) | partial class PreviewOutputForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: LibSidWiz/Outputs/PreviewOutputForm.cs class PreviewOutputForm (line 5) | public partial class PreviewOutputForm : Form method PreviewOutputForm (line 8) | public PreviewOutputForm() FILE: LibSidWiz/ProcessWrapper.cs class ProcessWrapper (line 9) | public class ProcessWrapper: IDisposable method ProcessWrapper (line 16) | public ProcessWrapper(string filename, string arguments, bool captureS... method OnText (line 61) | private void OnText(object sender, DataReceivedEventArgs e) method Lines (line 80) | public IEnumerable Lines() method WaitForExit (line 110) | public void WaitForExit() => _process.WaitForExit(); method Dispose (line 112) | public void Dispose() FILE: LibSidWiz/SampleBuffer.cs class SampleBuffer (line 7) | internal class SampleBuffer: IDisposable class Chunk (line 12) | private class Chunk method TryGet (line 18) | public bool TryGet(long index, out float value) method SampleBuffer (line 49) | public SampleBuffer(string filename, Channel.Sides side, bool filter) method Dispose (line 82) | public void Dispose() method Analyze (line 117) | public void Analyze() class HighPassSampleProvider (line 130) | internal class HighPassSampleProvider(ISampleProvider sampleProvider) : ... method Read (line 134) | public int Read(float[] buffer, int offset, int count) FILE: LibSidWiz/Triggers/AutoCorrelationTrigger.cs class AutoCorrelationTrigger (line 10) | internal class AutoCorrelationTrigger: ITriggerAlgorithm method GetTriggerPoint (line 14) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/BiggestPositiveWaveAreaTrigger.cs class BiggestPositiveWaveAreaTrigger (line 9) | internal class BiggestPositiveWaveAreaTrigger : ITriggerAlgorithm method GetTriggerPoint (line 11) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/BiggestWaveAreaTrigger.cs class BiggestWaveAreaTrigger (line 9) | internal class BiggestWaveAreaTrigger : ITriggerAlgorithm method GetTriggerPoint (line 11) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/ITriggerAlgorithm.cs type ITriggerAlgorithm (line 3) | public interface ITriggerAlgorithm method GetTriggerPoint (line 13) | int GetTriggerPoint(Channel channel, int startIndex, int endIndex, int... FILE: LibSidWiz/Triggers/MiddleWidest.cs class MiddleWidest (line 11) | class MiddleWidest: ITriggerAlgorithm method GetTriggerPoint (line 13) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/NullTrigger.cs class NullTrigger (line 7) | internal class NullTrigger: ITriggerAlgorithm method GetTriggerPoint (line 9) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/PeakSpeedTrigger.cs class PeakSpeedTrigger (line 13) | public class PeakSpeedTrigger : ITriggerAlgorithm method GetTriggerPoint (line 15) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/RisingEdgeTrigger.cs class RisingEdgeTrigger (line 10) | internal class RisingEdgeTrigger : ITriggerAlgorithm method GetTriggerPoint (line 12) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/Triggers/WidestWaveTrigger.cs class WidestWaveTrigger (line 8) | internal class WidestWaveTrigger : ITriggerAlgorithm method GetTriggerPoint (line 10) | public int GetTriggerPoint(Channel channel, int startIndex, int endInd... FILE: LibSidWiz/WaveformRenderer.cs class WaveformRenderer (line 21) | public class WaveformRenderer method AddChannel (line 34) | public void AddChannel(Channel channel) method Render (line 39) | public void Render(IList outputs, int numThreads, boo... method Render (line 58) | private void Render(int startFrame, int endFrame, Action _stream.Flush(); method Seek (line 33) | public override long Seek(long offset, SeekOrigin origin) => _stream.S... method SetLength (line 34) | public override void SetLength(long value) => _stream.SetLength(value); method Read (line 35) | public override int Read(byte[] buffer, int offset, int count) => _str... method Write (line 36) | public override void Write(byte[] buffer, int offset, int count) => _s... method Dispose (line 48) | protected override void Dispose(bool disposing) FILE: LibVgm/VgmFile.cs class VgmFile (line 8) | public class VgmFile: IDisposable class VgmHeader (line 20) | public class VgmHeader method VgmHeader (line 88) | internal VgmHeader() method Parse (line 94) | internal void Parse(Stream s) type ICommand (line 258) | public interface ICommand class GenericCommand (line 262) | public class GenericCommand: ICommand method GenericCommand (line 266) | public GenericCommand(BinaryReader reader, int count) method ToString (line 271) | public override string ToString() => $"Generic command {Values.Lengt... class AddressDataCommand (line 274) | public class AddressDataCommand: ICommand method AddressDataCommand (line 280) | public AddressDataCommand(BinaryReader reader, byte type) method ToString (line 287) | public override string ToString() => $"Type {Type:X} Address {Addres... class WaitCommand (line 290) | public class WaitCommand : ICommand method WaitCommand (line 294) | public WaitCommand(BinaryReader reader, byte type) method ToString (line 314) | public override string ToString() => $"Wait {Ticks} samples"; class SampleWaitCommand (line 317) | public class SampleWaitCommand : WaitCommand method SampleWaitCommand (line 319) | public SampleWaitCommand(BinaryReader reader, byte type) : base(read... method ToString (line 324) | public override string ToString() => $"Wait {Ticks} samples and play... class StopCommand (line 327) | public class StopCommand : ICommand method ToString (line 329) | public override string ToString() => "Stop"; class DataBlock (line 332) | public class DataBlock : ICommand method DataBlock (line 337) | public DataBlock(BinaryReader reader) method ToString (line 344) | public override string ToString() => $"Data block: type {BlockType:X... class PcmRamWrite (line 347) | public class PcmRamWrite : ICommand method PcmRamWrite (line 354) | public PcmRamWrite(BinaryReader reader) class DacStreamCommand (line 368) | public abstract class DacStreamCommand : ICommand method DacStreamCommand (line 372) | protected DacStreamCommand(BinaryReader reader) class DacStreamSetupCommand (line 378) | public class DacStreamSetupCommand : DacStreamCommand method DacStreamSetupCommand (line 380) | public DacStreamSetupCommand(BinaryReader reader) : base(reader) class DacStreamDataCommand (line 394) | public class DacStreamDataCommand: DacStreamCommand method DacStreamDataCommand (line 396) | public DacStreamDataCommand(BinaryReader reader) : base(reader) class DacStreamFrequencyCommand (line 410) | public class DacStreamFrequencyCommand: DacStreamCommand method DacStreamFrequencyCommand (line 412) | public DacStreamFrequencyCommand(BinaryReader reader) : base(reader) class DacStreamStartCommand (line 420) | public class DacStreamStartCommand: DacStreamCommand method DacStreamStartCommand (line 422) | public DacStreamStartCommand(BinaryReader reader) : base(reader) class DacStreamStopCommand (line 436) | public class DacStreamStopCommand : DacStreamCommand method DacStreamStopCommand (line 438) | public DacStreamStopCommand(BinaryReader reader) : base(reader) {} class DacStreamFastStartCommand (line 440) | public class DacStreamFastStartCommand : DacStreamCommand method DacStreamFastStartCommand (line 442) | public DacStreamFastStartCommand(BinaryReader reader) : base(reader) method VgmFile (line 458) | public VgmFile() method VgmFile (line 466) | public VgmFile(string filename) method LoadFromFile (line 475) | private void LoadFromFile(string filename) method Commands (line 495) | public IEnumerable Commands() method Dispose (line 588) | public void Dispose() FILE: SidWiz/ColorButton.Designer.cs class ColorButton (line 3) | partial class ColorButton method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: SidWiz/ColorButton.cs class ColorButton (line 12) | public partial class ColorButton : Button method ColorButton (line 31) | public ColorButton() method ColorButton (line 36) | public ColorButton(IContainer container) method OnClick (line 45) | private void OnClick(object sender, EventArgs e) FILE: SidWiz/HighDpiHelper.cs class HighDpiHelper (line 10) | public static class HighDpiHelper method AdjustControlImagesDpiScale (line 12) | public static void AdjustControlImagesDpiScale(Control container) method AdjustControlImagesDpiScale (line 23) | private static void AdjustControlImagesDpiScale(IEnumerable controls, ... method ScaleToolStrip (line 70) | private static void ScaleToolStrip(float dpiScale, ToolStrip toolStrip) method CloseToOne (line 79) | private static bool CloseToOne(float dpiScale) method GetDpiScale (line 84) | private static Lazy GetDpiScale(Control control) method ScaleImage (line 93) | private static Image ScaleImage(Image image, float dpiScale) method ScaleSize (line 110) | private static Size ScaleSize(Size size, float scale) FILE: SidWiz/MultiDumperForm.Designer.cs class MultiDumperForm (line 6) | partial class MultiDumperForm method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: SidWiz/MultiDumperForm.cs class MultiDumperForm (line 10) | public partial class MultiDumperForm : Form method MultiDumperForm (line 17) | public MultiDumperForm(string filename, string multiDumperPath, int sa... method OkButtonClick (line 24) | private void OkButtonClick(object sender, EventArgs e) method SubSongSelectionForm_Load (line 74) | private void SubSongSelectionForm_Load(object sender, EventArgs e) method SubsongSelectionForm_Closing (line 111) | private void SubsongSelectionForm_Closing(object sender, EventArgs e) method Subsongs_SelectedIndexChanged (line 116) | private void Subsongs_SelectedIndexChanged(object sender, EventArgs e) FILE: SidWiz/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: SidWiz/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: SidWiz/SidPlayForm.Designer.cs class SidPlayForm (line 5) | partial class SidPlayForm method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: SidWiz/SidPlayForm.cs class SidPlayForm (line 12) | public partial class SidPlayForm : Form class SidFile (line 14) | public class SidFile method SidFile (line 31) | public SidFile(string filename) class SidPlayWrapper (line 69) | public class SidPlayWrapper : IDisposable method SidPlayWrapper (line 74) | public SidPlayWrapper(string sidPlayPath) class Song (line 79) | public class Song method ToString (line 84) | public override string ToString() method GetSongs (line 90) | public IEnumerable GetSongs(string filename) method Dump (line 103) | public IEnumerable Dump(Song song) method Dispose (line 134) | public void Dispose() method SidPlayForm (line 149) | public SidPlayForm(string filename, string sidPlayPath) method OkButtonClick (line 156) | private void OkButtonClick(object sender, EventArgs e) method SubSongSelectionForm_Load (line 190) | private void SubSongSelectionForm_Load(object sender, EventArgs e) method SubSongSelectionForm_Closing (line 216) | private void SubSongSelectionForm_Closing(object sender, EventArgs e) FILE: SidWiz/SidWizPlusGUI.Designer.cs class SidWizPlusGui (line 5) | partial class SidWizPlusGui method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: SidWiz/SidWizPlusGUI.cs class SidWizPlusGui (line 25) | public partial class SidWizPlusGui : Form class ProgramSettings (line 27) | [SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")] class Settings (line 89) | private class Settings class MasterAudioSettings (line 110) | public class MasterAudioSettings class EncodeSettings (line 117) | public class EncodeSettings class PreviewSettings (line 125) | public class PreviewSettings method FromControls (line 131) | public void FromControls(SidWizPlusGui form) method ToControls (line 160) | public void ToControls(SidWizPlusGui form) method GetBounds (line 187) | public Rectangle GetBounds() method SidWizPlusGui (line 211) | public SidWizPlusGui() class FileTypeHandler (line 216) | private class FileTypeHandler method FileTypeHandler (line 221) | public FileTypeHandler(string name, Action handler, params s... method TryHandle (line 232) | public bool TryHandle(string filename) method AddAFileClick (line 255) | private void AddAFileClick(object sender, EventArgs e) method AddChannelButton_Click (line 304) | private void AddChannelButton_Click(object sender, EventArgs e) method CloneChannelButton_Click (line 309) | private void CloneChannelButton_Click(object sender, EventArgs e) method AddChannel (line 334) | private void AddChannel(string filename) method ChannelOnChanged (line 351) | private void ChannelOnChanged(Channel channel, bool filenameChanged) method LoadMultiDumper (line 376) | private void LoadMultiDumper(string filename) method LoadSid (line 402) | private void LoadSid(string filename) method LocateProgram (line 425) | private void LocateProgram(string filename, string currentValue, Actio... method AutoScale_Click (line 455) | private void AutoScale_Click(object sender, EventArgs e) method Render (line 473) | private void Render() method CreateWaveformRenderer (line 545) | private WaveformRenderer CreateWaveformRenderer() method LeftButton_Click (line 578) | private void LeftButton_Click(object sender, EventArgs e) method RightButton_Click (line 583) | private void RightButton_Click(object sender, EventArgs e) method MoveChannel (line 588) | private void MoveChannel(Channel channel, int delta) method RemoveButton_Click (line 611) | private void RemoveButton_Click(object sender, EventArgs e) method Preview_MouseClick (line 629) | private void Preview_MouseClick(object sender, MouseEventArgs e) method GetClickedChannel (line 638) | private Channel GetClickedChannel(int clickX, int clickY) method CopySettingsButton_Click (line 710) | private void CopySettingsButton_Click(object sender, EventArgs e) method ControlValueChanged (line 727) | private void ControlValueChanged(object sender, EventArgs e) method BackgroundImageControl_Click (line 744) | private void BackgroundImageControl_Click(object sender, EventArgs e) method RenderButton_Click (line 769) | private void RenderButton_Click(object sender, EventArgs e) class MainFormProgressOutput (line 869) | private class MainFormProgressOutput : IGraphicsOutput method MainFormProgressOutput (line 878) | public MainFormProgressOutput(SidWizPlusGui form) method Cancel (line 884) | public void Cancel() method Dispose (line 889) | public void Dispose() method Write (line 902) | public void Write(SKImage image, byte[] data, double fractionComplet... method AutogenerateMasterMix_CheckedChanged (line 934) | private void AutogenerateMasterMix_CheckedChanged(object sender, Event... method SetMasterAudioPath (line 939) | private void SetMasterAudioPath(object sender, EventArgs e) method LoadProgramSettings (line 952) | private void LoadProgramSettings(string settingsPath) method SaveProgramSettings (line 964) | private void SaveProgramSettings() method GetSettingsPath (line 980) | private static string GetSettingsPath() method Initialize (line 988) | private void Initialize(object sender, EventArgs e) method RemoveSilentChannels (line 1052) | private void RemoveSilentChannels(object sender, EventArgs e) method RemoveAllChannels (line 1071) | private void RemoveAllChannels(object sender, EventArgs e) method SaveProject (line 1087) | private void SaveProject(object sender, EventArgs e) method LoadProject (line 1105) | private void LoadProject(object sender, EventArgs e) method LoadSettingsFromFile (line 1117) | private void LoadSettingsFromFile(string path) method PrintFilenames (line 1279) | private static IEnumerable PrintFilenames(List channe... method AddDialogButton (line 1306) | private static void AddDialogButton(TaskDialog dialog, string text, st... method CopyChannelSettings (line 1322) | private void CopyChannelSettings(object sender, EventArgs e) method PasteChannelSettings (line 1332) | private void PasteChannelSettings(object sender, EventArgs e) method SplitChannel (line 1349) | private void SplitChannel(object sender, EventArgs e) method RemoveAllLabels (line 1394) | private void RemoveAllLabels(object sender, EventArgs e) method HandleClosing (line 1405) | private void HandleClosing(object sender, FormClosingEventArgs e) method SaveAsDefaultSettings (line 1411) | private void SaveAsDefaultSettings(object sender, EventArgs e) method ResetToDefaultSettings (line 1422) | private void ResetToDefaultSettings(object sender, EventArgs e) method PropertyGrid_SelectedObjectsChanged (line 1435) | private void PropertyGrid_SelectedObjectsChanged(object sender, EventA... method VideoCodec_DropDown (line 1441) | private void VideoCodec_DropDown(object sender, EventArgs e) type Codec (line 1476) | private record Codec(string Type, string Description, string Name) FILE: SidWizPlus/BackgroundRenderer.cs class BackgroundRenderer (line 10) | class BackgroundRenderer: IDisposable method BackgroundRenderer (line 20) | public BackgroundRenderer(int width, int height, Color backgroundColor) method Dispose (line 37) | public void Dispose() method Add (line 44) | public void Add(ImageInfo imageInfo) method Add (line 83) | public void Add(TextInfo textInfo) method AlignedRect (line 108) | private Rectangle AlignedRect(ContentAlignment alignment, int width, i... method Constrain (line 125) | private void Constrain(Rectangle source, DockStyle dockStyle) FILE: SidWizPlus/ImageInfo.cs class ImageInfo (line 6) | internal class ImageInfo method ImageInfo (line 14) | public ImageInfo(Image image, ContentAlignment alignment, bool stretch... FILE: SidWizPlus/Program.cs class Program (line 31) | internal class Program class Settings (line 34) | private class Settings method Main (line 279) | static int Main(string[] args) method Run (line 305) | private static void Run(Settings settings) class InstrumentState (line 464) | private class InstrumentState method ToString (line 491) | public override string ToString() => $"{Name} ({TimeSpan.FromSeconds... method AddTime (line 493) | public void AddTime(int ticks) class ChannelState (line 499) | private class ChannelState method SetInstrument (line 506) | public void SetInstrument(int instrument) method AddTime (line 518) | public void AddTime(int ticks) method ToString (line 528) | public override string ToString() => string.Join(", ", Instruments.W... method TryGuessLabelsFromVgm (line 531) | private static void TryGuessLabelsFromVgm(List channels, stri... method ParseColor (line 601) | private static Color ParseColor(string value) method RunMultiDumper (line 635) | private static void RunMultiDumper(Settings settings) method LogVerbose (line 686) | private static void LogVerbose(Settings settings, string message) method Render (line 695) | private static void Render(Settings settings, List channels) method FindExecutable (line 836) | private static string FindExecutable(string name) method CreateTriggerAlgorithm (line 857) | private static ITriggerAlgorithm CreateTriggerAlgorithm(string name) method UploadToYouTube (line 869) | private static async Task UploadToYouTube(Settings settings) method UploadVideo (line 1030) | private static async Task UploadVideo(string filename, YouTubeService ... method GetYouTubeService (line 1105) | private static async Task GetYouTubeService(Settings s... method UploadMergedToYouTube (line 1130) | private static async Task UploadMergedToYouTube(Settings settings) method MergeGd3Tags (line 1273) | private static Gd3Tag MergeGd3Tags(IList tags) method MergeTags (line 1302) | private static string MergeTags(IEnumerable tags, Func