mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
1.5.5
This commit is contained in:
@@ -824,7 +824,7 @@ void on_spin_samplespeed_value_changed(GtkWidget *widget, gpointer user_data)
|
||||
gint value = (gint) gtk_spin_button_get_value( GTK_SPIN_BUTTON(widget) );
|
||||
value *= info->play_direction;
|
||||
multi_vims( VIMS_SAMPLE_SET_SPEED, "%d %d",0, value );
|
||||
vj_midi_learning_vims_spin( info->midi, "samplespeed", VIMS_SAMPLE_SET_SPEED );
|
||||
vj_midi_learning_vims_complex( info->midi, "spin_samplespeed", VIMS_SAMPLE_SET_SPEED,0,2 );
|
||||
vj_msg(VEEJAY_MSG_INFO, "Change video playback speed to %d",
|
||||
value );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user