You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Boris Kuznetsov (JIRA)" <ji...@apache.org> on 2006/12/04 10:04:21 UTC

[jira] Created: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

[classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-2401
                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Boris Kuznetsov
         Attachments: patch-code.txt, patch-tests.txt

The following API have been implemented:

FloatControl 
     public void setValue(float newValue)
     public void shift(float from, float to, int microseconds)
     public String toString()

Port.Info
     public boolean matches(Line.Info info)
     public final boolean equals(Object obj)
     public final int hashCode()
     public final String toString()

Mixer.Info
     public String toString()

Line.Info
     public String toString()

ReverbType
     public final boolean equals(Object obj)
     public final int hashCode()
     public final String toString()

LineEvent 
     public LineEvent(Line line, LineEvent.Type type, long position)
     public final Line getLine()
     public final LineEvent.Type getType()
     public final long getFramePosition()
     public String toString()


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ]

Stepan Mishura closed HARMONY-2401.
-----------------------------------


Verified by Boris.

> [classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2401
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>         Assigned To: Stepan Mishura
>         Attachments: patch-code.txt, patch-tests.txt
>
>
> The following API have been implemented:
> FloatControl 
>      public void setValue(float newValue)
>      public void shift(float from, float to, int microseconds)
>      public String toString()
> Port.Info
>      public boolean matches(Line.Info info)
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> Mixer.Info
>      public String toString()
> Line.Info
>      public String toString()
> ReverbType
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> LineEvent 
>      public LineEvent(Line line, LineEvent.Type type, long position)
>      public final Line getLine()
>      public final LineEvent.Type getType()
>      public final long getFramePosition()
>      public String toString()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ]

Stepan Mishura resolved HARMONY-2401.
-------------------------------------

    Resolution: Fixed

Thanks Boris, the patch was applied to SOUND module at r482518. 

Please check that the patch was applied as you expected.

> [classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2401
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>         Assigned To: Stepan Mishura
>         Attachments: patch-code.txt, patch-tests.txt
>
>
> The following API have been implemented:
> FloatControl 
>      public void setValue(float newValue)
>      public void shift(float from, float to, int microseconds)
>      public String toString()
> Port.Info
>      public boolean matches(Line.Info info)
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> Mixer.Info
>      public String toString()
> Line.Info
>      public String toString()
> ReverbType
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> LineEvent 
>      public LineEvent(Line line, LineEvent.Type type, long position)
>      public final Line getLine()
>      public final LineEvent.Type getType()
>      public final long getFramePosition()
>      public String toString()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

Posted by "Boris Kuznetsov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ]

Boris Kuznetsov updated HARMONY-2401:
-------------------------------------

    Attachment: patch-code.txt
                patch-tests.txt

Implemented API and unit tests

> [classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2401
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>         Attachments: patch-code.txt, patch-tests.txt
>
>
> The following API have been implemented:
> FloatControl 
>      public void setValue(float newValue)
>      public void shift(float from, float to, int microseconds)
>      public String toString()
> Port.Info
>      public boolean matches(Line.Info info)
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> Mixer.Info
>      public String toString()
> Line.Info
>      public String toString()
> ReverbType
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> LineEvent 
>      public LineEvent(Line line, LineEvent.Type type, long position)
>      public final Line getLine()
>      public final LineEvent.Type getType()
>      public final long getFramePosition()
>      public String toString()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

Posted by "Boris Kuznetsov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2401?page=comments#action_12455575 ] 
            
Boris Kuznetsov commented on HARMONY-2401:
------------------------------------------

Looks fine, 
thanks.

> [classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2401
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>         Assigned To: Stepan Mishura
>         Attachments: patch-code.txt, patch-tests.txt
>
>
> The following API have been implemented:
> FloatControl 
>      public void setValue(float newValue)
>      public void shift(float from, float to, int microseconds)
>      public String toString()
> Port.Info
>      public boolean matches(Line.Info info)
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> Mixer.Info
>      public String toString()
> Line.Info
>      public String toString()
> ReverbType
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> LineEvent 
>      public LineEvent(Line line, LineEvent.Type type, long position)
>      public final Line getLine()
>      public final LineEvent.Type getType()
>      public final long getFramePosition()
>      public String toString()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ]

Stepan Mishura reassigned HARMONY-2401:
---------------------------------------

    Assignee: Stepan Mishura

> [classlib][sound] javax.sound.sampled FloatControl,  Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2401
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2401
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>         Assigned To: Stepan Mishura
>         Attachments: patch-code.txt, patch-tests.txt
>
>
> The following API have been implemented:
> FloatControl 
>      public void setValue(float newValue)
>      public void shift(float from, float to, int microseconds)
>      public String toString()
> Port.Info
>      public boolean matches(Line.Info info)
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> Mixer.Info
>      public String toString()
> Line.Info
>      public String toString()
> ReverbType
>      public final boolean equals(Object obj)
>      public final int hashCode()
>      public final String toString()
> LineEvent 
>      public LineEvent(Line line, LineEvent.Type type, long position)
>      public final Line getLine()
>      public final LineEvent.Type getType()
>      public final long getFramePosition()
>      public String toString()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira