Tuesday, 9 December 2014

Portacall.org is gone...

I have decided not to keep Portacall.org and use aros archives..

Note!
All the files are saved to my hd and i will upload them to aros archives when i get bit of free time...

Thank you...

Tuesday, 23 September 2014

re Building my AROS

Rebuilding my AROS again.. 


#

I made a mess out of my AROS while trying to update and also mixed development header files..

And now waiting for Icaros Desktop 2.0, reinstalled a AROS nighty to work on my development again..

#

 Icaros Desktop 2.0 a Earlybird seen..


#

I have sorted my tcp/headers and blocking/non-blocking I/O are working ok and has pass my test..

#

Not much to talk atm but yes i am working on few projects..








Tuesday, 17 June 2014

ArModPlugPlayer 0.1

 ArModPlugPlayer 0.1


A native app for aros only..
--------------------------

A simple and neat player for aros/i386.

Decoder= libmodplug v0.8.5 by Olivier Lapicque <olivierl@jps.net>.
Output = AHI.
GUI    = Zune/mui.


Zune/Volume class.
Zune/info display class.
Zune/Duration/TimeLine class.


PDF created using Txt2Pdf.
Gfx/icons done using LunaPaint.
Archived via arZIP.

All done natively on acer aspireone/icaros..


cli/Usage
---------
if you want to play via cli/shell than type.

"ArmodPlugPlayer module_name.extension" (example ArmodPlugPlayer test.mod)

Than hit [ play ] .


Bugs
----
Report at sertk118@gmail.com (Aros version only)



Features
-----------
- Plays 22 different mod formats, including:
    MOD, S3M, XM, IT, 669, AMF,
    AMS, DBM, DMF, DSM, FAR,MDL,
    MED, MTM, OKT, PTM, STM, ULT,
    UMX, MT2, PSM,
    MID.

- plays timidity's GUS patch files (*.pat):
   a multi sample pat file with n samples can be played with a Frere Jacques
   canon with n voices.
- plays all types of MIDI files (*.mid):
   uses the timidity .pat files for samples (when available)
   recognizes environment variables:

     MMPAT_PATH_TO_CFG    set to the directory where the file "timidity.cfg" and
      the subdirectory "instruments" can be found,
       default: "timidity:".
      MMMID_SPEED for experimenting with the mod speed (1 thru 9)
      MMMID_VERBOSE for feedback on the conversion process
      MMMID_DEBUG for sake of completeness, only useful for maintainers

- plays textfiles written in the ABC music notation (*.abc):
   uses the timidity .pat files for samples (when available)
   recognizes environment variables:

      MMPAT_PATH_TO_CFG    set to the directory where the file "timidity.cfg" and
       the subdirectory "instruments" can be found,
       default: "timidity:"



  

LibModPlug
Library for loading and rendering music module files. Supported module types: .669, .amf, .ams, .dbm, .dmf, .dsm, .far, .it, .j2b, .mdl, .med, .mod, .mt2, .mtm, .okt, .psm, .ptm, .s3m, .stm, .ult, .umx, .xm Sound files with .wav extension are also supported