Changes between Initial Version and Version 1 of Ticket #11673, comment 6


Ignore:
Timestamp:
Mar 19, 2019, 8:15:55 PM (5 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11673, comment 6

    initial v1  
    1313So you just need to create that file and store the slider value in it.
    1414To 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
     16In fact, you can find the code to create the file inside PadBlocker itself a few lines below.