Skip to content

Instantly share code, notes, and snippets.

View motoishmz's full-sized avatar

Motoi Shimizu motoishmz

View GitHub Profile
require "FileUtils"
# 検索結果保存用
matches = []
# ここでフィルター条件をdefine
def filter(filename)
# 拡張子を取る
test test
日本語も地場k対策
@motoishmz
motoishmz / ofApp.h
Last active August 29, 2015 14:19
tasukete
#include "ofMain.h"
class ofApp : public ofBaseApp
{
ofFbo fbo_canvas;
ofFbo fbo_to_artnet;
public:

MPC500 Setup

  • On the MPC press [Mode] + MIDI/Sync[Pad 7].
  • Using the Data wheel, scroll to Soft Thru. Use the cursor keys on the unit to move downward to on screen. Use the Data wheel to change the Soft Thru value to Off.
  • Using the Data wheel scroll to Pad to Sampler and set its value to Off.
  • Scroll to Sync and set it to Master.
  • Under Default Assign we need to set the pads on the MPC500 to the corresponding notes in the Ableton Drum Rack. Pressing a pad will select that pad for editing on the MPC500's screen. Use the Data Wheel to set your pads to the corresponding note values below.

http://www.akaipro.com/kb/article/1467

最初の5分くらい話す事のメモ

  • きっかけ
    • https://twitter.com/motoishmz/status/597596868818776064
    • 色んな縁で色んな国の色んな人と出会えた >> お世話になった彼らが東京に来ているので今度は自分がハブになって紹介したりしたい。
    • flying tokyo の完コピ だけど今回とりあえず一発どんなもんかやってみよう!
  • backspacetokyo? コレ
  • Jedahan & Jordiの紹介
    • Jedahan: from NY
    • Jordi: fromバルセロナ(今はノルウェイ、その前東大アルバロラボ)
#include "ofMain.h"
class ofApp : public ofBaseApp
{
const int limit = 100;
const int num_col = 10;
const int col_size = 25;
public:
#include "ofMain.h"
class ofApp : public ofBaseApp
{
public:
void setup()
{
// GLFW Monitor handling
@motoishmz
motoishmz / bmpcc.md
Last active August 29, 2015 14:25 — forked from novi/bmpcc.md

たまにアップデートします

ボタンダブルクリックなどの操作もあるので一度説明書は読んだほうがよい。 サポートからダウンロードできるアプリで本体のファームウェアをアップデートできる。(ファームはネット経由の自動アップデートではないので毎回自分でアプリを更新する)

電源

  • 電池フル充電で1時間持たない。40分くらい。
  • Nikon純正の互換予備バッテリ必須。
@motoishmz
motoishmz / ofxZmq_diff.patch
Created July 27, 2015 18:00
今日教えてもらった奴のdiff: $ patch -p0 < ofxZmq_diff.patch
diff --git a/libs/zmq/src/config.hpp b/libs/zmq/src/config.hpp
index 6e5ef5a..5c1e6c8 100644
--- a/libs/zmq/src/config.hpp
+++ b/libs/zmq/src/config.hpp
@@ -20,6 +20,8 @@
#ifndef __ZMQ_CONFIG_HPP_INCLUDED__
#define __ZMQ_CONFIG_HPP_INCLUDED__
+#undef check
+
@motoishmz
motoishmz / build-caffe.md
Last active August 31, 2015 08:12 — forked from kylemcdonald/build-caffe.md
How to build Caffe for OS X.

Theory of Building Caffe on OS X

Introduction

Our goal is to run python -c "import caffe" without crashing. For anyone who doesn't spend most of their time with build systems, getting to this point can be extremely difficult on OS X. Instead of providing a list of steps to follow, I'll try to epxlain why each step happens.

This page has OS X specific install instructions.

I assume: