Pitch isn't really of any use yet, so don't display in edit.
This commit is contained in:
@@ -1034,8 +1034,8 @@ void ScreenEdit::UpdateTextInfo()
|
|||||||
/* XXX
|
/* XXX
|
||||||
if( !PitchDetectionTest::MidiNoteToString( GAMESTATE->m_iEditMidiNote, sMidiNote ) )
|
if( !PitchDetectionTest::MidiNoteToString( GAMESTATE->m_iEditMidiNote, sMidiNote ) )
|
||||||
sMidiNote = "";
|
sMidiNote = "";
|
||||||
*/
|
|
||||||
sText += ssprintf( "%s:\n %i (%s)\n", "Pitch", (int)GAMESTATE->m_iEditMidiNote, sMidiNote.c_str() );
|
sText += ssprintf( "%s:\n %i (%s)\n", "Pitch", (int)GAMESTATE->m_iEditMidiNote, sMidiNote.c_str() );
|
||||||
|
*/
|
||||||
|
|
||||||
switch( EDIT_MODE.GetValue() )
|
switch( EDIT_MODE.GetValue() )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user