人機介面 open sound control and touchosc

20
人人人人 Open Sound Control and TouchOSC 開開開開 : 開開開開 :

Upload: rufina

Post on 25-Feb-2016

118 views

Category:

Documents


7 download

DESCRIPTION

人機介面 Open Sound Control and TouchOSC. 開課單位 : 授課教師 :. Introduction. Open Sound Control (OSC) was originally developed, and continues to be a subject of ongoing research at UC Berkeley Center for New Music and Audio Technology (CNMAT). - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 人機介面 Open Sound  Control and  TouchOSC

人機介面Open Sound Control

and TouchOSC開課單位 :授課教師 :

Page 2: 人機介面 Open Sound  Control and  TouchOSC

IntroductionOpen Sound Control (OSC) was

originally developed, and continues to be a subject of ongoing research at UC Berkeley Center for New Music and Audio Technology (CNMAT).OSC is a protocol for communication

among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology.

Page 3: 人機介面 Open Sound  Control and  TouchOSC

FeaturesOpen-ended, dynamic, URL-style symbolic naming scheme Symbolic and high-resolution numeric argument data Pattern matching language to specify multiple recipients of a single message High resolution time tags "Bundles" of messages whose effects must occur simultaneously Query system to dynamically find out the capabilities of an OSC server and get documentation

Page 5: 人機介面 Open Sound  Control and  TouchOSC

HighlightsThe OSC Specification 規格說明Implementations ( 各類語言 / 平台 / 函式庫 )相關論文 :

http://opensoundcontrol.org/publications

Page 7: 人機介面 Open Sound  Control and  TouchOSC

TouchOSCTouchOSC is a modular OSC and

MIDI control surface for iPhone / iPod Touch / iPad. (Android version also available).It supports sending and receiving

Open Sound Control messages over a Wi-Fi network using the UDP protocol

Page 8: 人機介面 Open Sound  Control and  TouchOSC

Screen Shots

Page 12: 人機介面 Open Sound  Control and  TouchOSC

支援 Controller 型態 (iOS版 )FadersRotary controlsEncoder controlsPush buttonsToggle buttonsXY padsMulti-fadersMulti-pushMulti-togglesMulti-xyLEDsLabelsTime & battery displays

Page 15: 人機介面 Open Sound  Control and  TouchOSC

支援 Controller 型態 (Android 版 )

FadersRotary controlsPush buttonsToggle buttonsXY padsMulti-fadersMulti-togglesLEDsAccelerometer data

Page 17: 人機介面 Open Sound  Control and  TouchOSC

應用實例控制賽車遊戲吹氣遊戲

Page 18: 人機介面 Open Sound  Control and  TouchOSC

Android 平台的 其他 OSC App

andOSCOSC-Controller ( 原始碼)Control (OSC+ MIDI)OSCdroid

Page 19: 人機介面 Open Sound  Control and  TouchOSC

andOSC

回傳參數1. Touch(x,y)- msg : /touch 0 2. Accelerometer- msg : /acc 0 0 03. Orientation

- msg : /ori 0 0 0

Page 20: 人機介面 Open Sound  Control and  TouchOSC

實驗使用 TouchOSC使用 andOSC