A very very early version of my new music editor MusicEd, which is still a work in progress. It’s written in C and uses SDL for its graphical user interface. This also means that all controls are self-drawn. I chose a look and feel akin to that of AmigaOS 2.x/3.x, mainly b/c it was the quickest to implement and also renders quickly, since it needs only 4 colors / palette entries and hence can run in SDL’s palettized 8 bit per pixel mode.
MusicEd v0.0.7 - Update (see comments)
MusicEd v0.0.6 - Update (see comments)
MusicEd v0.0.5 - Update (see comments)
MusicEd v0.0.4 - Update (see comments)
MusicEd v0.0.3 - Update (see comments)
MusicEd v0.0.2 - Update (see comments)
MusicEd v0.0.1 - Initial version
Sie müssen als angemeldet sein, um einen Kommentar schreiben zu können.
2010-03-08 bei 19:30
Update V0.0.2: Proportional widget implementation complete for now, button widget now supports builtin images (for arrows etc.). Support for mouse move events.
2010-03-09 bei 02:48
Update V0.0.3: Various changes in appearance of controls/widgets. New control types “label” and “status”.
2010-03-09 bei 14:31
Update V0.0.4: Proportional widget bugfixed. Image button feature replaced with alternate font feature in buttons. Second font for symbols.
2010-03-10 bei 03:20
Update V0.0.5: Proportional widget now with blinking LED overlay during dragging for value display. Delayed painting support for overlays (things that are painted after regular screen painting).
2010-03-11 bei 14:21
Update V0.0.6: Lots of new additions: List widget, switched panes, event management, and more.
2010-03-12 bei 04:00
Update V0.0.7: Lots of changes; Bugfix in cycle widget; overhaul of cycle widget to support drop-down menu in sensing zone to get a behavior like the CycleToMenu commodity in AmigaOS 3.x; Current cycle menu selection blinks; Entry widget cursor blinks; Redesign of application user interface concept.