lib/fmod/channel.rb in fmod-0.9.0 vs lib/fmod/channel.rb in fmod-0.9.1
- old
+ new
@@ -1,6 +1,9 @@
module FMOD
+
+ ##
+ # Represents a sound-card channel and a interface to sound playback.
class Channel < ChannelControl
##
# @!attribute frequency
# This value can also be negative to play the sound backwards (negative
\ No newline at end of file