| |
Gordian
Registered: May 2022 Posts: 15 |
Triangle, sawtooth wave generator
Hi,
I'm looking for Win tools with GUI like The Gang Sinus Creator, but also with possibility of creation of triangle, sawtooth or other types of waves.
Anybody? |
|
| |
Zirias
Registered: Jan 2014 Posts: 48 |
I wonder how this is related to C64 coding? Maybe there's some "SID problem" to solve "hiding" behind this? |
| |
Gordian
Registered: May 2022 Posts: 15 |
No:) Just the same way sinus or cosinus waves are related to. |
| |
Mixer
Registered: Apr 2008 Posts: 398 |
Learn Python |
| |
ws
Registered: Apr 2012 Posts: 110 |
in case Photoshop counts as a GUI for you, i have a tool (Windows) that converts the y positions of pixels in an image to a .asm table - thus the "wave" can have any shape you want, look like anything you can get, and you don't need to care about math. - just in case... |
| |
Gordian
Registered: May 2022 Posts: 15 |
Thanks Ws,
that can be interesting idea for the future projects.
Now I would like to find easiest way/tool with combining waves, parameteres, etc. Sinus Creator which I've mentioned is perfect, but there is no chance to generate triangle/sawtooth. |
| |
tlr
Registered: Sep 2003 Posts: 1628 |
It's pretty unclear what the requirements are here, does it need to have wysiwyg animated output like sprite movement or does it only need to plot the static curve?
If the latter is ok, any online math plotter will probably do the trick. |
| |
Gordian
Registered: May 2022 Posts: 15 |
The same requirements that the Sinus Creator V3.0 meets. |
| |
Frantic
Registered: Mar 2003 Posts: 1605 |
Perhaps just contact Grokk and ask if it would be possible to add the feature(s) you are looking for, or if you could have the source code for the tool?
Otherwise, just use excel for this? Simple enough? |