C# Class RenderAsUtau, cadencii

Inheritance: Form
Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
InvokeWithWine bool
LastWave string
Resampler string
Singer string
WavTool string

Public Methods

Method Description
Edit ( VsqFile vsq ) : bool
RenderAsUtau ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckOkButtonAvailable ( ) : void
InitializeComponent ( ) : void
NoteStringFromNoteNumber ( int note_number ) : string
UpdateProfile ( ) : void
applyLanguage ( ) : void
btnResampler_Click ( object sender, EventArgs e ) : void
btnSinger_Click ( object sender, EventArgs e ) : void
btnWavtool_Click ( object sender, EventArgs e ) : void
chkInvokeWithWine_CheckedChanged ( object sender, EventArgs e ) : void
txtResampler_TextChanged ( object sender, EventArgs e ) : void
txtSinger_TextChanged ( object sender, EventArgs e ) : void
txtWavtool_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public static method

public static Edit ( VsqFile vsq ) : bool
vsq VsqFile
return bool

RenderAsUtau() public method

public RenderAsUtau ( ) : System
return System

Property Details

InvokeWithWine public static property

public static bool InvokeWithWine
return bool

LastWave public static property

public static string LastWave
return string

Resampler public static property

public static string Resampler
return string

Singer public static property

public static string Singer
return string

WavTool public static property

public static string WavTool
return string