ihmcrobotics / simulation-construction-set-2

Graphical user interface for visualizing control variables from either a server, a log file, or a simulation.
Apache License 2.0
13 stars 0 forks source link

Add method to change buffer size #162

Open rjgriffin42 opened 8 months ago

rjgriffin42 commented 8 months ago

It's impossible to figure out how to change the buffer size from code. You can set hte buffer record period, and you can get the buffer size, but you should just have a scs.setBufferSize(int) method.

SylvainBertrand commented 8 months ago

There is a setter but pattern matching SCS1 for the name it's called changeBufferSize(int). I suppose I look into simplify the method names.