Skip to content

Commit

Permalink
extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edwards committed Aug 23, 2024
1 parent 4a961bc commit 6b7e867
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions src/player.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
;;;
;;; Creation date: 7th September 2001
;;;
;;; $$ Last modified: 15:37:49 Sat Nov 27 2021 CET
;;; $$ Last modified: 15:13:59 Fri Aug 23 2024 CEST
;;;
;;; SVN ID: $Id$
;;;
Expand Down Expand Up @@ -209,9 +209,6 @@
named-object))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Sat Jan 7 18:29:17 EST 2012: Added robodoc info

;;; ****m* player/plays-transposing-instrument
;;; DESCRIPTION
;;; Determine whether a given player object has one or more transposing
Expand Down Expand Up @@ -362,14 +359,11 @@
int)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Sun Apr 29 15:37:13 BST 2012: Added robodoc entry

;;; ****m* player/total-notes
;;; DESCRIPTION
;;; Get the total number of notes (actually events) played by a specified
;;; player (not rests or tied notes, but midi-notes) in the piece which this
;;; instrument plays. A chord counts as 1 note/event.
;;; instrument plays. A chord counts as 1 note/event.
;;;
;;; ARGUMENTS
;;; - A player object.
Expand Down Expand Up @@ -409,9 +403,6 @@
(total-notes data))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Wed Aug 8 10:47:10 BST 2012: Added robodoc entry

;;; ****m* player/total-degrees
;;; DESCRIPTION
;;; Return a number that reflects the mean note (tessitura) of a player's
Expand Down Expand Up @@ -459,9 +450,6 @@
(total-degrees data))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Wed Aug 8 11:14:10 BST 2012: Added robodoc entry

;;; ****m* player/total-bars
;;; DESCRIPTION
;;; Return the number of bars in a specified player object.
Expand Down Expand Up @@ -542,9 +530,6 @@
(statistics data stream)))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Sun Apr 29 15:48:52 BST 2012: Started robodoc entry

;;; ****m* player/tessitura-degree
;;; DESCRIPTION
;;; Return a number that represents the average pitch for a specified
Expand Down Expand Up @@ -591,9 +576,6 @@

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; MDE Thu Apr 19 13:32:34 2012

;;; SAR Wed Aug 8 11:18:08 BST 2012: Added robodoc entry

;;; ****m* player/tessitura-note
;;; DESCRIPTION
;;; Return the value of the TESSITURA-DEGREE slot of a specified player object
Expand Down Expand Up @@ -637,9 +619,6 @@
(degree-to-note td))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Sun Apr 29 16:04:48 BST 2012: Added robodoc entry

;;; ****m* player/total-duration
;;; DESCRIPTION
;;; Get the total duration of played notes for a given player over the span of
Expand Down Expand Up @@ -988,9 +967,7 @@ data:
collect (clone ins))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; SAR Sat Jan 7 16:08:08 EST 2012: Added player-p function

(defun player-p (thing)
(typep thing 'player))

Expand Down

0 comments on commit 6b7e867

Please sign in to comment.