ui changes

git-svn-id: svn://code.dyne.org/veejay/trunk@1188 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-16 14:50:32 +00:00
parent 7db4fe1360
commit dea87f1f95
5 changed files with 1728 additions and 1306 deletions

View File

@@ -785,6 +785,19 @@ void on_spin_sampleend_value_changed( GtkWidget *widget, gpointer user_data)
}
}
void on_slow_slider_value_changed( GtkWidget *widget, gpointer user_data )
{
if(!info->status_lock) {
gint value = (gint) get_slider_val("slow_slider");
multi_vims(VIMS_VIDEO_SET_SLOW, "%d", value );
value ++;
vj_msg(VEEJAY_MSG_INFO, "Slow video to %2.2f fps",
info->el.fps / (float) value );
vj_midi_learning_vims_simple(info->midi, "slow_slider",VIMS_VIDEO_SET_SLOW);
}
}
void on_speed_slider_value_changed(GtkWidget *widget, gpointer user_data)
{
if(!info->status_lock)