Announcement

Collapse
No announcement yet.

Plugin to control color LED via RS232

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Its still a bit buggy...
    Try starting winamp directly by double-clicking on winamp.exe (don't use the shortcuts).
    Or right-click on the shortcut -> properties -> Start in -> and remove the "\lang" from the path

    Comment


    • #17
      work!
      strange bug!
      i start winamp by a hotkey on the keyboard, but it point only to winamp.exe, not other!
      can you resolve this bug?

      Comment


      • #18
        When running the winamp from a shortcut on the shortcut bar on the taskbar the plugin config screen hangs when I attempt to add a new component.

        When running the Winamp from winamp.exe directly I get the following error, hopefully you can fix this

        See the end of this message for details on invoking
        just-in-time (JIT) debugging instead of this dialog box.

        Would it be possible to get the source code for this plugin? I'd only use it for my own personal project and if you want I could share anything I make with you.


        code:

        ************** Exception Text **************
        System.UnauthorizedAccessException: Access to the path 'C:\System Volume Information' is denied.
        at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
        at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
        at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
        at ElGoog.Common.Controls.AddComponentDialog.AddComponent_Load(Object sender, EventArgs e)
        at System.Windows.Forms.Form.OnLoad(EventArgs e)
        at System.Windows.Forms.Form.OnCreateControl()
        at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
        at System.Windows.Forms.Control.CreateControl()
        at System.Windows.Forms.Control.WmShowWindow(Message& m)
        at System.Windows.Forms.Control.WndProc(Message& m)
        at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
        at System.Windows.Forms.ContainerControl.WndProc(Message& m)
        at System.Windows.Forms.Form.WmShowWindow(Message& m)
        at System.Windows.Forms.Form.WndProc(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
        at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


        ************** Loaded Assemblies **************
        mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
        ----------------------------------------
        svis
        Assembly Version: 0.0.0.0
        Win32 Version:
        CodeBase: file:///C:/Program%20Files/Winamp/Plugins/vis_rgbled.dll
        ----------------------------------------
        msvcm80
        Assembly Version: 8.0.50727.1433
        Win32 Version: 8.00.50727.1433
        CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/msvcm80.dll
        ----------------------------------------
        LEDVisualizer
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/Winamp/LEDVisualizer.DLL
        ----------------------------------------
        System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
        ----------------------------------------
        System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
        ----------------------------------------
        System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
        ----------------------------------------
        Common
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/Winamp/Common.DLL
        ----------------------------------------
        Effect
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/Winamp/Effect.DLL
        ----------------------------------------

        ************** JIT Debugging **************
        To enable just-in-time (JIT) debugging, the .config file for this
        application or computer (machine.config) must have the
        jitDebugging value set in the system.windows.forms section.
        The application must also be compiled with debugging
        enabled.

        For example:

        <configuration>
        <system.windows.forms jitDebugging="true" />
        </configuration>

        When JIT debugging is enabled, any unhandled exception
        will be sent to the JIT debugger registered on the computer
        rather than be handled by this dialog box.




        Comment


        • #19
          another problem... the plugin use the com3... but I have only COM1

          Comment


          • #20
            resolved xD

            Comment


            • #21
              Wow, i was digging for help on this and got nothing.

              here is my thread: http://forums.winamp.com/showthread.php?threadid=299712


              I have a question though.
              So is there in fact a plug in out there that i can use to output audio info to the serial port? The only piece i am missing is the winamp plugin. I am using the PIC16F871 i believe and have it ready.

              I am using the com port for commincations and about got it to where i can set the color through HyperTerminal. I just need a plugin to tell it what colors to output.

              thanks

              Comment


              • #22
                Yes, there is a plugin which exactly does that
                But atm it only works with the old Chromoflex controller... If you want to use it with your own µC, there are 2 possibilities:
                * Just use the same protocol as the Chromoflex --> click
                * or implement your own protocol in the winamp-plugin

                Currently i'm not working on this plugin anymore... Maybe later when i have more time...

                Comment


                • #23
                  @omglolbah

                  Seems like a problem with your rights...
                  Maybe it helps if you run it as administrator?

                  I thought about making it open-source... Maybe on sourceforge or so... But i'm not sure if there are really people who would like to improve it...

                  Comment


                  • #24
                    Thanks a lot for your work.
                    It's very appreciated.

                    An open source version would be very useful for some modifikations, e.g. implement another protocol.

                    Thanks in advance

                    Comment


                    • #25
                      Still waiting on that source code! Very interesting plugin!

                      Comment

                      Working...
                      X