Changes between Initial Version and Version 1 of Ticket #11673, comment 6
- Timestamp:
- Mar 19, 2019, 8:15:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11673, comment 6
initial v1 13 13 So you just need to create that file and store the slider value in it. 14 14 To write a file, you can use BFile (which is a BDataIO), or if you already know them, usual C (fprinf) or C++ (iostream) file operations. 15 16 In fact, you can find the code to create the file inside PadBlocker itself a few lines below.