"does not exist" in ControlPanel.pde with Chip's hexBug EEG_Processing.pde

shaanshaan NJ
edited August 2016 in OpenBCI_GUI
I'm trying to read in EMG signals using the OpenBCI and electrodes with electrode paste, and then analyze these signals to detect a "peak" - where the EMG signal is strong enough to count as muscular motion as opposed to just noise from the BCI board. I modified the default EEG_Processing file using code from: 


However, when I try to run the modified version, I get the following error:

Line: cp5.get(MenuList.class, "serialList").setVisible(true); //make sure the serialList menulist is visible
Error: The function setVisible(boolean) does not exist.

This is occurring in ControlPanel.pde. I looked at a previous thread in which this same problem was mentioned, ensuring that my controlP5 library is installed correctly and in the proper location. I even installed alternative versions of Processing and re-installed OpenBCI GUI to try and fix this. Any help would be greatly appreciated!

Comments

  • wjcroftwjcroft Mount Shasta, CA
    Were you able to run the current OpenBCI_GUI source, using these install directions?

    https://github.com/OpenBCI/OpenBCI_Processing

    If so, then extrapolate from the controlP5 library setup there, to your situation with Chip's old sources. You may need to shift some things around.

    William

Sign In or Register to comment.