Example #1
0
void UIDebugSCUDSP::stepInto()
{
   ScuDspStep();
}
Example #2
0
static void yui_scudsp_step( GtkWidget* widget, YuiScudsp * scudsp ) {

  ScuDspStep();
  yui_window_invalidate( yui ); /* update all dialogs, including us */
}
Example #3
0
void UIDebugSCUDSP::stepInto()
{
   ScuDspStep();
   updateAll();
}