I created a little MUI interface for my commonly used calculator Hex2. I use it often for bitwise comparisons to easier see shifts on bits.
If you don’t know it, Hex2 is a programmer and scientific centered calculator with variables support and a little GUI even it’s keyboard centered. Of course I created it with MUIClass, therefore its available for all the common Amiga platforms.
First real release of the Extron Control as Version 0.1.
Control Software for Extron DSc 301 HD, Scaler and input switch.
With the new version you can configure, which parts of the GUI is visible (via tooltypes) and also configure the names on the Input Switch Buttons and which serial device to open and search for the Extron DSC 301 HD.
For Amiga and MorphOS the executable is included. But the source is also in the archive, hence one could compile them for AROS or OS4. (it just needs the latest Version of MUIClass).
I bought that device, its a very nice scaler nicely usable for old computers to bring the image in a good quality to modern monitors. I supplies a serial interface for controlling (beside the on screen display) but only a Windows program to use it. I wrote a little program to operate this device from Amiga/MorphOS (where you can use the USB connector at the front panel as a USB2serial bridge). Already working very nicely, some screenshots.
You can switch the inputs, it shows which input is selected (it also notice the change when you using the front panel). When an input has a usable signal the button is printed in bold. It’s an very early version but works already nicely, if someone it interested I just make a download available here (binaries for Amiga68k and MorphOS and the full source, licensed under CC0, it needs the last MUIClass package to compile, just yesterday I fixed some bugs there, should also compile for the other Amiga platforms) have fun.
Until now I always used VNC remote desktop to record MorphOS Videos of my FreePascal programs. I already bought before a standalone capture device but it did not work, even I set the screen mode to 720p or 1080p the capture device do not recognize the signal and therefore does not record anything.
Now I got an „Elgato Game Capture HD“ with this it seems to work when you set the screen mode in MorphOS to „1280×720 (50 Hz, 37.5kHz) 720p“ the 60 Hz seems not to work.
As announced yesterday I release today the new version of MUIMapparium. It’s 0.7 now, most important features are the repaired Search function, Exports and the PhotoList
Change List:
BugFix: Search Function
BugFix: Saving Route without calculating a Route
Set current maps position and zoom as start position for the program
Remember open status and active page of Side Panel
I added some debug output at AmigaOS4, so if you experience problems starting up MUIMapparium on OS4 check the debug output (e.g. Sashimi) it should count from 1 to 26 on the bootup, check if any numbers missing and send me the result on one of the forums I’m usually on.
Worked on the broken Search function, I guess I will publish this tomorrow, the new functions are not finished but without the search function the program is more or less useless. The new function is the list of Photo with EXIF GPS positions, as Mapparium also had. It can use Datatypes (need jpg Datatype of course) or the internal pascal JPG loaded, which seems to be slower most of the time, especially on big endian systems. The photos are grouped by date if you double click the date entry it try get all photo markers in sight, when clicking on a photo it shows it.
Currently the Search function is broken, because the service used for it changed to SSL only which is not supported by MUIMapparium at the moment.
I will work on this the next days, so wait for 0.7 to fix that.
and because there is an error in the source MUIMapparium will crash instead of printing the errorcode
The routing function is also affected by this of course.
I created the datatypes unit for AmigaOS4 and AROS and rewrote the ones for Amiga68k and MorphOS. OF course the aim is again to make them more or less compatible to each other. Of course also wrote a little test program and compiled for all systems which works nice.
DataTypes test for Amiga68k, MorphOS, AmigaOS4 and AROS
Now I have to learn how to actually use Datatypes in a program, especially seems sometimes the datatypes seems to scale down to 8 bit (256 colors) even the screen has 24 bit which I do not understand and if there is a way to let the datatype scale the image to the right size. I use the BitmapScale from graphics.library but this is awfully slow (At least on AROS, even my straigh forward nearest neighbor routine is faster than that).
When calculating the statistics value for the track export I thought it would be nice to have them for the normal Tracks Properties Window as well and also repaired the color indicator for the right and left axis for MUI (in Zune it worked).
With such a nice weather I drive a little bit more bicycle, therefore the track function of MUIMapparium is more interesting at the moment.
First of course the export I added for the Route also is useful for the track and there even more, because we can print out some additional informations about the track.
Depending on the Program recording the track the data can be very noisy so I added a simple smoothing function.