Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
164 user(s) are online (120 user(s) are browsing Forums)

Members: 1
Guests: 163

AmigaPapst, more...

Headlines

Forum Index


Board index » All Posts (jabirulo)




Re: Keymapswitcher
Just can't stay away
Just can't stay away


@JosDuchIt
Give me your email, allready have such keymapswitcher as Shell/CLI cmd, but not added to KMS docky package.
Mayeb I can add a KEYMAP3 tooltype (will think about it and test)


Edited by jabirulo on 2013/11/19 14:01:51
Go to top


Re: AmigaOne Xe Firmware and Linux
Just can't stay away
Just can't stay away


@tlosm
Do you have the RadeonHD.chip installed (in SYS:kickstart drawer)?
http://www.a-eon.com/?page=radeonhd



http://hdrlab.org.nz/projects/amiga-os-4-projects/radeonhd-driver/

MODEL - RADEONHD VERSION - SATUS

AmigaOne XE (Unfixed) - 0.7 - Working
-33 MHz slot only; UBoot does not detect the card properly when plugged into the 66 MHz slot.

AmigaOne XE (with DMA fix) - 0.7 - Partial
-USB must be disabled or the machine will freeze. The DMA fix appears to cause a hard lockup when large amounts of data (e.g., bitmaps) are sent over the bus and USB is active (possibly a conflict with USB DMA transfers)

Go to top


Re: columninfo(listbrowser)
Just can't stay away
Just can't stay away


@Antique

Hi, I use a listbrowser and columninfo like this, hope it helps:

columninfo IListBrowser->AllocLBColumnInfo(2,
                             
LBCIA_Column,0LBCIA_Title," Keymap"LBCIA_AutoSort,TRUELBCIA_Sortable,TRUE,
                             
LBCIA_Column,1LBCIA_Title," Description",
                            
TAG_DONE);
..
LAYOUT_AddChildOBJ(OBJ_LISTBROWSER) = IIntuition->NewObject(NULL"listbrowser.gadget",
                       
GA_ID,                    OBJ_LISTBROWSER,
                       
LISTBROWSER_SortColumn,   0,
                       
LISTBROWSER_AutoFit,      TRUE,
                       
LISTBROWSER_Labels,       &listbrowser_list,
                       
LISTBROWSER_ColumnInfo,   columninfo,
                       
LISTBROWSER_ColumnTitlesTRUE,
                       
LISTBROWSER_ShowSelectedTRUE,
                       
//LISTBROWSER_Selected,     -1,
                       
LISTBROWSER_MinVisible,   6,
                       
LISTBROWSER_Striping,     LBS_ROWS,
                      
TAG_DONE),
..

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@Cass

Does V1.36 lag? Or just is the newer V1.37. I just added one "little" check (to mute off if volume at bottom of slider). Well and removing timer.device's functions and using newlib (internal) "timer" functions.

Do you use POPWINDOWDELAY=<value> tooltype? It's the time it displays de window/fader, but only if using on an ARexx script.
Is such lag when using with/"under" AllKeys v2.40?
If you don't run AllKeys, Mixer doesn't lag?

If you want I can send you a v1.38beta (no big changes, only bugs fixed)
My e-mail: jabierdlrATgmail.com

TIA

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@vox

Well, Mixer supports some PCI soundcards (SBLive, Envy24ht,..) and X1000 has PCI slots, so maybe someone "likes" such soundcards
And if you don't want that Mixer shows on your AmiUpdate list, just add it to the 'Manage Ignores...' list.


Go to top


Re: Mixer V1.36 (upcoming update)
Just can't stay away
Just can't stay away


OK, noted for next versions.

BTW noticed I'm using COPY instead of COPYSTORE so (forget to [un]comment such lines), Amiupdate Rollback feature isn't available

Go to top


Re: Mixer V1.36 (upcoming update)
Just can't stay away
Just can't stay away


@Raziel
AmiUpdate searchs for 'APPDIR:Mixer' and then updates that path, if you have other (more than one) installations it depends where APPDIR:Mixer points.
APPDIR:Mixer points to the last path you run Mixer exec.

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


Try to add/enable POPWINDOW tooltype/Argument to your Mixer icon.
Or if you're using an ARexx script, try something like this:

+++++++++++++++++++
OPTIONS RESULTS
CALL AddLib('rexxsupport.library',0,-30,0)
address MIXER

POPWINDOW ENABLE
MASTERDOWN
+++++++++++++++++++

It lows the master volume (MASTERUP rises master volume).

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@samo79
it should be the same. AmiUpdate downloads it from os4depot.
Maybe it was a "timing" issue (I updated Amiupdate DB and then updated os4depot)

To try AmiUpdate again just copy and old mixer exec version to your APPDIR:Mixer (where you have Mixer installed).

Go to top


Re: Mixer V1.36 (upcoming update)
Just can't stay away
Just can't stay away


Ok, now what Autoninstaller does is:

1)Via APPDIR:Mixer finds its destination/path.
2)If NO mixer drawer, create it in destination and copy OLD mixer data in new drawer.
3)Update Mixer.

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@samo79

Downloaded mixer from os4depot, unarchived nad changed APPMENU=YES and when I close/iconify I get the Mixer item/option in Workbenhc/Tools menu ¿:-/

Go to top


Mixer V1.36 (upcoming update)
Just can't stay away
Just can't stay away


Where should Mixer drawer install/copy on next update?
(via AmiUpdate Autoinstall)

TIA

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


BTW where should Mixer drawer install/copy on next update?
(via AmiUpdate Autoinstall)

1)In SYS:Utillities/Mixer (that one seems more logical)
2)In SYS:Utilities/Commodities/Mixer
3)Suggestions are welcome

TIA

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@samo79

Uuuh, can you check you don't have any other APPMENU tooltype enty?
Tried here APPMENU=YES and no problems, I get 'Mixer' in Workbench/Tools menu
BTW seems is (sort of) broken from Shell/CLI, will fix it ASAP.

Mixer 1.35 (14-08-2013) 134312 bytes

c:MD5Sum Mixer
04eabc84d8b0225e0da0364a9c74109c Mixer


EDIT1: fixed the Shell/CLI args parsing (hope so)


Edited by jabirulo on 2013/8/21 9:36:46
Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@kas1e

Ok added images/images_old on openamiga SVN, fixed a typo on autoinstall and add images_old to move to Skins drawer.

THX

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@kas1e

But alas I don't know what the user did with the (old) Images drawer (changed contents or...) what I did is just move inside Skins drawer. (Autoninstall script will be improved for "next?" version).

You can look on your "new" Mixer drawer so you can move, if you have, previous skins/images to Skins.

Updated AmiUpdate extended Info. THX

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


Uploaded to os4depot V1.35 and updated AmiUpdate DB entry. Now updating openamiga

EDIT: openamiga updated too.

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@samo79

THX, now as a DOCKY I only have and empty/default contextmenu/popupmenu, don't know how to add (more) items

as an APPDOCKY I get only the QUIT item (don't know how to add more/custom items)

So maybe release V1.35 without docky support and keep trying/working...


Go to top


Re: Opus Magellan source is free now!
Just can't stay away
Just can't stay away


Did you try with Snoopy, too see what FAILs under DopusReplacementMode? Maybe it helps to track whats going wrong.

Go to top


Re: New project - Mixer
Just can't stay away
Just can't stay away


@xenic
Well, that child is me at age of 5? Don't remember. No ofense, about my website, its loong ago abandoned and yes one of those asses is mine
My coding skills? Quite low, just see Poff (os4depot) and Mixer V.134, cooming soon V1.35 (now playing with application.library/docky to try to add a Mixer docky).

@Elwood
Ok, changed from NOAPPMENU switch to APPMENU=YES/NO toggle


@Raziel
Not 100% sure, but the X1000 hdaudio can not (as is Mixer now) be implemented



BTW do someone knows how to update the AmiUpdate database entry of Mixer? It still says V1.32 and would like to change to V1.34 or (upcoming) V1.35 that has Autoinstall script.


TIA


Edited by jabirulo on 2013/8/19 20:52:00
Edited by jabirulo on 2013/8/19 20:55:23
Edited by jabirulo on 2013/8/19 20:58:53
Edited by jabirulo on 2013/8/19 20:59:28
Go to top



TopTop
« 1 ... 42 43 44 (45) 46 47 48 ... 51 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project