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: 13 days ago
JSON representation
SampleCodes
- Host: GitHub
- URL: https://github.com/ryoyakawai/WebMusicDevelopersJP
- Owner: ryoyakawai
- Created: 2012-10-17T13:30:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T07:16:51.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T16:32:49.424Z (3 months ago)
- Language: JavaScript
- Size: 5.01 MB
- Stars: 21
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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のシミュレーションも実装しています。