cloud¶
Classes
A class to represent a musical Cloud. |
-
class
pang.cloud.
Cloud
(arate=1, srate=1, pitches=[0], duration=1, queue_type='M/M/1', rest_threshold=0.0, seed=982374, voice_names=['Piano_RH_Voice'])¶ A class to represent a musical Cloud.
Attributes Summary
Returns the duration of each note in millesecond (before queue simulation).
Durations in millesecond per server.
Durations in second per server.
Returns the number of notes in the cloud.
Methods
-
make_cloud
(*arguments, **keywords)¶
Read-only properties
-
arrival_instances
¶
-
arrival_model
¶
-
durations
¶
-
durations_in_millesecond
¶ Returns the duration of each note in millesecond (before queue simulation).
-
durations_msps
¶ Durations in millesecond per server.
-
durations_per_server
¶ Durations in second per server.
-
number_of_notes
¶ Returns the number of notes in the cloud.
-
pitches
¶
-
pitches_per_server
¶
-
service_model
¶
-
voice_names
¶
-