Search found 165 matches
- Sun Aug 06, 2023 4:10 pm
- Forum: Support
- Topic: Formula to change X-axis Values
- Replies: 23
- Views: 52533
Re: Formula to change X-axis Values
Hello, You can use the special variable t , which refers to the sample number, in your formula to accomplish this. In your case, enter the formula time = 0.005 * t , which gives you a new variable time . Then drag the time variable onto the X axis, or right-click it and select Show On X Axis. Hope t...
- Mon Jul 24, 2023 3:35 pm
- Forum: Support
- Topic: Is there a separate exe version of this tool?
- Replies: 3
- Views: 10381
Re: Is there a separate exe version of this tool?
If you purchase a single license for 7 euros, you can only install it on one computer. However, when you place your order, you can specify the number of computers that you want to install on, and the same license key will work for the specified number of computers. The price is 7 euros per computer....
- Mon Jul 24, 2023 3:22 pm
- Forum: Feedback
- Topic: Request: Custom statistic calculation for select tool statistics bar
- Replies: 1
- Views: 9022
Re: Request: Custom statistic calculation for select tool statistics bar
Thank you for continuing sharing your thoughts! The statistics bar definitely needs to be improved and I can see how it's currently too limited. I'll keep your suggestions in mind while making big plans for future releases!
Best regards,
Gustaf
Best regards,
Gustaf
- Mon Jul 24, 2023 12:38 pm
- Forum: Feedback
- Topic: Request for cursors
- Replies: 1
- Views: 8770
Re: Request for cursors
Hello and thank you for your kind words! A second cursor is one of the most common feature requests, so I'll bump it up a bit on my TODO list. For now, maybe it helps you to notice that if you first select some samples with the selection tool, then click any variable in the variable list, you will s...
- Mon Jul 24, 2023 12:17 pm
- Forum: Support
- Topic: Is there a separate exe version of this tool?
- Replies: 3
- Views: 10381
Re: Is there a separate exe version of this tool?
Hello, no, Flow CSV Viewer is currently only available via Microsoft Store. However, I do maintain a so-called ClickOnce installer for Flow CSV Editor, which costs 7 euros. If you're interested in purchasing a license for Flow CSV Editor, please email info@waveworks (add .dk manually). Best regards,...
- Mon Jul 24, 2023 12:07 pm
- Forum: Feedback
- Topic: Request: open a file used by another process
- Replies: 3
- Views: 10323
Re: Request: open a file used by another process
Ok I see - I'll investigate this and see what I can do. Thanks for the heads-up and the additional information!
Best regards,
Gustaf
Best regards,
Gustaf
Re: Amazing
Ok sounds good - I will include formula templates with the next version then! The primary reason I haven't implemented offset the other way is because the causality analysis becomes a bit of a headache when formulas refer back to themselves. For example, y = y[t-1] + 1 is valid if computing y from b...
- Wed Jul 19, 2023 10:01 am
- Forum: Feedback
- Topic: Request: open a file used by another process
- Replies: 3
- Views: 10323
Re: Request: open a file used by another process
Hi Rob, thanks for the feedback, glad it's useful! I actually thought this was possible already. Flow always opens the files read-only and closes them immediately after loading, and I know of several users who use Flow exactly the way you describe it. What exactly is the error message that you get? ...
Re: Amazing
Thank you for elaborating on your use case - I understand completely! Yes as you obviously realize, there are some considerations when expanding the functionality, and in particular I try to avoid bloating or confusing the interface. I really like your idea of selecting multiple variables and genera...
Re: Amazing
Thank you so much for taking the time to post your acknowledgement - I really appreciate it, it means a lot! I can see how using formulas can be a bit tedious for your case. Do you need to offset individual variables, or would it be enough to offset entire groups? I'm asking because other users have...