2016年12月9日

Arduino: MIDI

Capacitive Sensing Library
Arduino Tutorial: Capacitive Touch Sensors
Pitch follower using the tone() function
Lab: MIDI Output using an Arduino
How to Make a Cheap Arduino MIDI Controller


2016年5月7日

備份 git project 到檔案

  1. 切換到 project 所在目錄 
  2. 備份指令 GitBash$ git bundle create 檔名 --all 
  3. 重建指令 GitBash$ git clone 檔名  新目錄

2016年3月16日

Win10 安裝 vs2010 未正確載入套件 'xxxxxxx'

好不容易裝完Visual studio 2010 又裝完Sp1,正高興的時候,載入專案居然不行!!天呀,這是什麼情形......心中暗自捶心肝

未正確載入套件 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage'

心想會不會是安裝過程有誤,重新安裝,當然還是不行 :-(
還好google到一篇文章,有類似的情形發生,解決的方法是去刪除目錄 ComponentModelCache,(這是甚麼咚咚?)
位置在
C:\Users\{登入者}\AppData\Local\Microsoft\VisualStudio\10\ComponentModelCache

 重開VS 就OK