タグ

oscに関するtakkawのブックマーク (4)

  • Open Sound Control (OSC) 1.0 仕様 [日本語訳]

     Open Sound Control 1.0仕様 バージョン 1.0, 2002年3月26日, Matt Wright 導入 Open Sound Control (OSC)は、コンピュータ、サウンド シンセサイザ、その他のマルチメディアデバイスの通信用に開発された、オープンで、トランスポート独立で、メッセージ指向のプロトコルである。 OSCの文法 このセクションではOSCデータの文法を定義する。 アトミックデータ型 全てのOSCデータは以下の基礎データ型のいずれかによって構成される: int32 32ビット、ビッグエンディアン、2の補数による整数型 OSC-timetag 64ビット、ビッグエンディアン、固定小数点による時刻タグ(以下で意味を規定) float32 32ビット、ビッグエンディアン、IEEE754浮動小数点数 OSC文字列 (OSC-string) nullを終端とする

    takkaw
    takkaw 2010/03/05
  • OpenSound Control Spec Examples

    OSC Address Examples Suppose a particular OSC Address Space includes an OSC Method with the name "frequency". This method is contained in an OSC Container with the name "3", which is contained in another OSC container named "resonators", which is contained in the OSC container that is the root of the address space tree. The method's OSC Address is "/resonators/3/frequency". The OSC Address "/a

    takkaw
    takkaw 2009/07/26
  • OpenSound Control Specification

    version 1.0, March 26 2002, Matt Wright Introduction OpenSound Control (OSC) is an open, transport-independent, message-based protocol developed for communication among computers, sound synthesizers, and other multimedia devices. OSC Syntax This section defines the syntax of OSC data. Atomic Data Types All OSC data is composed of the following fundamental data types: int32 32-bit big-endian two'

    takkaw
    takkaw 2009/07/26
  • OSC index

    OpenSoundControl.org:   /pages   /contents   /spec/1.0   /spec/1.1   /implementations   /publications   /about (contents of this file: links to each section) OpenSoundControl.org Welcome to the OpenSoundControl website. This site documents the OpenSoundControl (OSC) specification(s), collects links to related publications, and highights the hardware and software implementations of OSC brought to u

  • 1