protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] reimplementation of GlobalProperties


From: Luciano Giordana
Subject: Re: [Protux-devel] reimplementation of GlobalProperties
Date: Wed, 15 Jan 2003 23:44:39 -0200
User-agent: KMail/1.4.3

from these lines in MustuxGlobalProperties :

            set("JMB_CLEAR_TIME", 2000);
            set("JMB_HOLD_SENSITIVENESS_FACTOR", 10);
            set("JMB_DOUBLE_PRESS_INTERVAL", 200);


these :

            set("HZOOM_LEVEL", 12);
            set("DEFAULT_NUM_TRACKS", 6);
            set("MINIMUM_MULTITRACKAREA_WIDTH", 740);
            set("MINIMUM_MULTITRACKAREA_HEIGHT", 400);
            set("SPECTROGRAM_WIDTH", 200);
            set("SPECTROGRAM_HEIGHT", 100);
            set("SLICE_WIDTH_FACTOR", 1);
            set("MP3_DECODE_COMMAND", "mpg123 -w %if");
            set("OGG_DECODE_COMMAND", "ogg123 -d wav %if");
            set("MP3_ENCODE_COMMAND", "notlame -b320 %if");
            set("OGG_ENCODE_COMMAND", "oggenc -b320 %if");
            set("DEFAULT_SAMPLE_RATE", 44100);
            set("DEFAULT_BIT_DEPTH", 16);


should be set from outside MustuxGlobalProperties (maybe right after the init() 
call)
since they are contextive only from protux , not from all mustux applications


Regards







reply via email to

[Prev in Thread] Current Thread [Next in Thread]