Author Archives: pgfeldman

Tom DeVito 10.25.2011

Start: 9:00

  • Ordered two more midi shields.  This will help with the problems i’ve been having as well as make the programming a bit easier.  Balance and Pan seem to work but not perfectly so its better if each finger has its own.  I will also make sure I test with headphones these to see if the distortion is something I did.
  • Edited the code to accommodate one midi controller per finger
  • Added more error checking to send receive methods of the commgr class.  It kept crashing when the buffer was empty before.
  • Exported the code files for my interface from FLUID.  Started changing it so it can accept the data from the arduino.

End: 5:00

NOTE:   The previous version of our midi controllers had voltage  regulation problems.  It is possible that its sensitive to the amperage and when I hook it up to our power supply it overloads it.  I think I only used the arduino or powering the first one though so I don’t know.  Voltage issues would make sense but its supposedly fixed.

Tom DeVito 10.24.2011

Start: 9:00

  • Tried to solve the sound distortion problems
  • Found out that in order to pan or balance the most significant bit is the sign.
  • Took another shot at trying to resolve the hum which seemed worse now.  It just occurred to me that this might be because two channels are at max volume now, instead of just one.  I will have to remember to check this tomorrow
  • After many failed attempts to fix the problem, as well as the pan and balance function not being able to completely isolate the channels, I think its best to get two more midi shields and just have one for each finger.  The sound is pretty clear when only one channel is playing.  Not sure why this issue is happening, I even tied to isolate it by using the arduino that isn’t hooked up to anything.
  • The headphones port makes the same noise when not hooked up to the amplifiers.  It seems to have something to do with the ground not being isolated but everything I try either makes it so the midi commands won’t execute or theres not enough power for anything.
  • The reset pin has to be set high or the device is off.
  • I can eliminate the some of the noise by putting the channels on low volume til they are needed the main amplifier already does this though so its more a problem of the two channels.

end: 5:00

Mike 10.24.2011

  • Started working on zoomable charts based on hints from amCharts
  • The first thing I did was write a helper class for panning gestures: ScrollTouchHelper
    • This class can monitor a UIComponent for Pan gestures
    • The UIComponent must implement performDrag(x,y) and performThrow(vx, vy)
    • The helper class takes care of all of the event listeners, delta calculations, etc. and leaves the component itself to implement how the changes in x and y take effect
    • The helper class works with both gesture events and mouse events
  • Next I tackled zooming which is much simpler.
    • Just add event listeners for MouseEvent.MOUSE_WHEEL and TransformGestureEvent.GESTURE_ZOOM and handle the changes

Dong Shin 10.24.2011

  • PPM
    • looks like default font size is 10, anything bigger than 11 causes HAccordion components not showing header info
  • PPM Widgets
    • added FMP (Financial Mitigation Plan) to Financial Data Navigator – required when value < goal
    • adding Invoice for PM Actuals

Phil 10.24.11

8:00 – 4:00 VISIBILITY

  • Looks like someone restarted our server. Tomcat did *not* want to talk SSL for about 10 minutes, then started working just fine. No idea why
  • Getting sequential and multiple select running. Done. Need to think about how to zoom into a pie chart.
  • Got my pie chart sandbox set up

Tom DeVito 10.21.2011

Start: 9:00

  • Changed all the buffer sizes to accommodate more data.
  • Was able to get multiple structs to pass and import properly
  • Added a check command function to the arduino side.  This checks for a new commands and executes them.  Commands are in hex so that the first number can be the finger number.  example 0x11 would send the change volume command to the index finger.
  • There was something the sparkfun guy sent me to help wire the midi shields to an amplifier.   For some reason the page isn’t coming up,  I’ll try again monday or have it sent to me again.  http://www.sparkfun.com/datasheets/Widgets/MP3Trigger/vs10XXan_output.pdf
  • Phil said he could help me get the pressure to volume plotting working using openGL.
  • We put rubber feet on the stand which helps it not metalically rattle the desk.  I am not sure how much this helps because I haven’t fixed the distortion problem yet.

End: 6:00

Phil 10.21.11

7:30 – 5:00 VISIBILITY

  • Upgraded servers to Java 1.7
  • Deployed Dong’s code. It is definitely working better
  • Demo’d to Tangie
  • Found my bug with Eclipse. The [Event] within the <Metadata></Metadata> tags was killing code complete. This link to stackoverflow was helpful. Ended up posting the bug on Adobe’s Jira, since I couldn’t find it anywhere and it’s easily reproducible.
  • Got single search working. Monday we’ll do multiple selection search

Tom DeVito 10.20.2011

Start: 9:00.

  • Showed Clift the prototype.  He liked it.
  • Figured out what was causing the index and thumb to short out when pushed at the same time.  One of the amp lines had the polarity of the capacitors reversed.
  • There are some sound quality issues.  I will try tinning the leads tomorrow to see if it just a weak connection
  • Figured out part of the quality issue is some of the fingers had their input lines reversed.
  • Another thing to look into tomorrow is if the quality is bad simply because it keeps getting noteOn commands.  The pervious better sounding sketch made sure it only did this on initiation.
  • Worked on building up the communication stuff.  Realized that I was only able to send one struct at a time, so I added a loadBuffer method so that I can send all at once.  Before the buffer was in the main now its part of the commgr class.  The DataDictionary import method seems like it should work as is because it should continue parsing the buffer til it hits a null.

End: 5:00

Dong Shin 10.20.2011

  • deployed new PPM Widgets – queries are lot faster!
  • working thru PPM Widgets bugs
    • Exec Summary removed from the columns, not included in the deployed one.
    • removed null fields from Budget Center information DropDownList
    • removed the refresh Alert on login as the queries are not very fast.
    • changed the Budget Center label to “Identifier”
    • moved the Financial Data Navigate buttons to PopUpButtons and labeled it “Contract Month”, reworked navigation routines
    • keep columns selected for display on Projects refresh and changed the “Columns” label on the button to “Preferences”

Mike 10.20.2011

PKI Stuff

  • Created a new project that will contain all the required classes to add a security filter to a web application
  • To add it, all you have to do is add the jar and the dependencies and define the filter in the web.xml
  • Also included a test servlet that verifies the filter is working
  • Lots of documentation

Mobile Map

  • Added an info window that pops up when a marker is clicked
  • Added Ability to change views (satellite / Street / Topography )
  • Improved map drag responsiveness
  • The map now searches for variations of latitude and longitude, creates an alert when one or more aren’t found
  • Added busy indicators to the screens that were missing them

Phil 10.20.11

8:30 – 3:30 VISIBILITY

  • Deployed Dong’s new code
    • Exec Summary is still default
    • Don’t show the “null” in the Budget Center combobox
    • Remove refresh dialog, since query is now fast enough (Yay!)
  • Mobile
    • Fix ordering problem – done. Needed to sort the selectedIndicies for some reason.
    • Add search to GenericScroller. Different behaviors depending on status of enableMultipleSelect
    • Make the dataProvider parsing more flexible?
    • My install of VisMobScreens in eclipse broke, no highlighting and messed up completion. Deleted and reloaded. Fine now.

Tom DeVito 10.19.2011

Start: 9:00

  • Built the interface.  A little strange but it seems FLUID does not have a standard label that isn’t attached to anything.   I didn’t really need it but still found it strange.
  • Currently the PC side is a sandbox so I’m building it out to have a more defined purpose.  Now that I have things a bit more together I found that I really don’t need to pass as much data as I thought.  All it needs is sensor data to the pc and command + data going to the arduino.
  • Still needs a bit more done before I can link the data with the interface.

End: 5:00

Dong Shin 10.19.2011

  • deployed PPM Widgets and some problems….
  • PPM Widgets Changes
    • change the query to retrieve the financial data, instead of using the view, get all the data directly from the tables. This cut down the query process time significantly
    • Budget Center dropdown lists all the fields
    • moved Status column to left most
    • removed Exec Summary from default column
    • burned a CD for try out tomorrow.