Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ryoyakawai/WebMusicDevelopersJP

SampleCodes
https://github.com/ryoyakawai/WebMusicDevelopersJP

Last synced: 3 months ago
JSON representation

SampleCodes

Lists

README

        

# SampleCode:Web Music Developers JP

Sample code repository of [Web Music Developers JP](https://groups.google.com/forum/?hl=ja&fromgroups#!forum/web-music-developers-jp) (GoogleGroups).

## Code List
This repository stores fundamental source sample code in Web Audio, Web MIDI and so on.

* **Oscillator Sample** - This sample are using Oscillator in Web Audio API. And also using [WebMIDIAPIShim](https://github.com/cwilso/WebMIDIAPIShim) to connect to MIDI Input Device.

----------

# サンプルコード:Web Music Developers JP

GoogleGroups の [Web Music Developers JP](https://groups.google.com/forum/?hl=ja&fromgroups#!forum/web-music-developers-jp) のサンプルコードのリポジトリです。

## おしながき
このリポジトリには基本的なコードのサンプルを追加して行く予定でいます。

* **Oscillator Sample** - WebAudioAPIの中に組込まれているOscillatorを使ったサンプルです。[WebMIDIAPIShim](https://github.com/cwilso/WebMIDIAPIShim)によるWeb MIDI APIのシミュレーションも実装しています。