diff --git a/howto/plotting/index.html b/howto/plotting/index.html index b82f326e..94be2c29 100644 --- a/howto/plotting/index.html +++ b/howto/plotting/index.html @@ -1628,11 +1628,11 @@

Output

Last update: - 2024-02-25 + 2024-06-20
Created: - 2024-02-25 + 2024-06-20
diff --git a/library/buffer/bufferplayer/index.html b/library/buffer/bufferplayer/index.html index d97abe2f..cc89c359 100644 --- a/library/buffer/bufferplayer/index.html +++ b/library/buffer/bufferplayer/index.html @@ -6,7 +6,7 @@ - + @@ -1583,14 +1583,14 @@

BufferPlayer

BufferPlayer(buffer=None, rate=1.0, loop=0, start_time=None, end_time=None, clock=None)
 
-

Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time.

+

Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time. Set clock to 0 to prevent the buffer from being triggered immediately.


Last update: - 2024-01-30 + 2024-06-20
Created: diff --git a/library/buffer/index.html b/library/buffer/index.html index eb1f3c21..6abf26c2 100644 --- a/library/buffer/index.html +++ b/library/buffer/index.html @@ -1602,7 +1602,7 @@

Buffer