protux-devel
[Top][All Lists]
Advanced

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

[Protux-devel] protux / libmustux 0.19.2 are out


From: Luciano Giordana
Subject: [Protux-devel] protux / libmustux 0.19.2 are out
Date: Sun, 27 Jul 2003 20:29:26 -0300
User-agent: KMail/1.5

Huge improvements on JMB engine (>K>K, <[K]>  and >K[K] actions working now) , 
snap to work cursor / track begin feature, level 3 and 4 debugging,
more small bugs fixed.. 

***** important : some concepts terminology were reviewed in JMB :

now an ACTION is composed of 1 or 2 FACTS, and each FACT is composed of a 
sequence of EVENTS (PRESSES or RELEASES)

so , a  <<K>> action is a 2 FACTs ACTION, being each fact a complete 
PRESS->RELEASE keyboard EVENTS

example : <<K>>
        FACT 1 : <K>
                        EVENT 1 : PRESS
                        EVENT 2 : RELEASE
        FACT 2 : <K>
                        EVENT 1 : PRESS
                        EVENT 2 : RELEASE


another exemple : >K[K]
        FACT 1 : <K>
                EVENT 1 : PRESS
                EVENT 2 : RELEASE
        FACT 2 : [K]
                EVENT 1 : PRESS
                EVENT 2 : none


another one :  : <KK>
        FACT 1 : <KK>
                EVENT 1 : DOUBLE PRESS
                EVENT 2 : DOUBLE RELEASE
        FACT 2 : none

                 

-- 
Best Regards
--
Luciano Giordana - Musician - Certified Java/GNU C++ Developer - Free Software 
Evangelist
Project Mustux - http://www.freesoftware.fsf.org/mustux
-- GNU/Linux adoption grew 65% only this yer. Smile : we're winning. --




reply via email to

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