@@ -362,15 +362,6 @@ void AudioStreamPlaybackMPT::_bind_methods() {
362
362
363
363
ClassDB::bind_method (D_METHOD (" set_note_finetune" , " channel" , " finetune" ), &AudioStreamPlaybackMPT::set_note_finetune);
364
364
ClassDB::bind_method (D_METHOD (" get_note_finetune" , " channel" ), &AudioStreamPlaybackMPT::get_note_finetune);
365
-
366
- ADD_PROPERTY (PropertyInfo (Variant::INT, " subsong" ), " select_subsong" , " get_selected_subsong" );
367
- ADD_PROPERTY (PropertyInfo (Variant::INT, " current_order" ), " set_current_order" , " get_current_order" );
368
- ADD_PROPERTY (PropertyInfo (Variant::INT, " current_row" ), " set_current_row" , " get_current_row" );
369
- ADD_PROPERTY (PropertyInfo (Variant::INT, " speed" ), " set_current_speed" , " get_current_speed" );
370
- ADD_PROPERTY (PropertyInfo (Variant::INT, " tempo" ), " set_current_tempo" , " get_current_tempo" );
371
- ADD_PROPERTY (PropertyInfo (Variant::INT, " tempo_factor" ), " set_tempo_factor" , " get_tempo_factor" );
372
- ADD_PROPERTY (PropertyInfo (Variant::INT, " pitch_factor" ), " set_pitch_factor" , " get_pitch_factor" );
373
- ADD_PROPERTY (PropertyInfo (Variant::INT, " global_volume" ), " set_global_volume" , " get_global_volume" );
374
365
}
375
366
376
367
AudioStreamPlaybackMPT::AudioStreamPlaybackMPT () {}
0 commit comments