lib/patchmaster/cursor.rb in patchmaster-1.1.2 vs lib/patchmaster/cursor.rb in patchmaster-2.0.0
- old
+ new
@@ -1,9 +1,9 @@
module PM
# A PM::Cursor knows the current PM::SongList, PM::Song, and PM::Patch, how
# to move between songs and patches, and how to find them given name
-# regexes. A Cursor does not start/stop patches or manage connections.
+# regexes.
class Cursor
attr_reader :song_list, :song, :patch
def initialize(pm)