Пример #1
0
 public bool Slide(ChannelAttribute attrib, double Value, int Time)
 {
     return(Bass.SlideChannelAttribute(Handle, attrib, (float)Value, Time));
 }