mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-25 11:45:59 +00:00
- Orbit controller: implemented and passes ROS-less diagnostics - ROS: In progress, not functional - DAC: For Ted Kaehler's Smalltalk Music system (FM and Sampling). Works, generates audio and can capture to WAV file. - Organ keybard: Stub, enough implemented to make the music system happy (so it will play back music and not crash.) Some minor cleanup. New dependency on NAudio package for DAC playback. Installer updated to include NAudio lib.
207 lines
7.5 KiB
C#
207 lines
7.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Contralto.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
|
public int SystemType {
|
|
get {
|
|
return ((int)(this["SystemType"]));
|
|
}
|
|
set {
|
|
this["SystemType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Drive0Image {
|
|
get {
|
|
return ((string)(this["Drive0Image"]));
|
|
}
|
|
set {
|
|
this["Drive0Image"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Drive1Image {
|
|
get {
|
|
return ((string)(this["Drive1Image"]));
|
|
}
|
|
set {
|
|
this["Drive1Image"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("34")]
|
|
public byte HostAddress {
|
|
get {
|
|
return ((byte)(this["HostAddress"]));
|
|
}
|
|
set {
|
|
this["HostAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HostPacketInterfaceName {
|
|
get {
|
|
return ((string)(this["HostPacketInterfaceName"]));
|
|
}
|
|
set {
|
|
this["HostPacketInterfaceName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int HostPacketInterfaceType {
|
|
get {
|
|
return ((int)(this["HostPacketInterfaceType"]));
|
|
}
|
|
set {
|
|
this["HostPacketInterfaceType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int AlternateBootType {
|
|
get {
|
|
return ((int)(this["AlternateBootType"]));
|
|
}
|
|
set {
|
|
this["AlternateBootType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort BootAddress {
|
|
get {
|
|
return ((ushort)(this["BootAddress"]));
|
|
}
|
|
set {
|
|
this["BootAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort BootFile {
|
|
get {
|
|
return ((ushort)(this["BootFile"]));
|
|
}
|
|
set {
|
|
this["BootFile"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool InterlaceDisplay {
|
|
get {
|
|
return ((bool)(this["InterlaceDisplay"]));
|
|
}
|
|
set {
|
|
this["InterlaceDisplay"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ThrottleSpeed {
|
|
get {
|
|
return ((bool)(this["ThrottleSpeed"]));
|
|
}
|
|
set {
|
|
this["ThrottleSpeed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public string EnableWindowsFormsHighDpiAutoResizing {
|
|
get {
|
|
return ((string)(this["EnableWindowsFormsHighDpiAutoResizing"]));
|
|
}
|
|
set {
|
|
this["EnableWindowsFormsHighDpiAutoResizing"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool EnableAudioDAC {
|
|
get {
|
|
return ((bool)(this["EnableAudioDAC"]));
|
|
}
|
|
set {
|
|
this["EnableAudioDAC"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EnableAudioDACCapture {
|
|
get {
|
|
return ((bool)(this["EnableAudioDACCapture"]));
|
|
}
|
|
set {
|
|
this["EnableAudioDACCapture"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AudioDACCapturePath {
|
|
get {
|
|
return ((string)(this["AudioDACCapturePath"]));
|
|
}
|
|
set {
|
|
this["AudioDACCapturePath"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|