https://github.com/pome-ta/pysta-synthesizer
https://github.com/pome-ta/pysta-synthesizer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pome-ta/pysta-synthesizer
- Owner: pome-ta
- License: mit
- Created: 2021-04-20T16:47:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T03:06:24.000Z (over 2 years ago)
- Last Synced: 2025-02-16T20:33:06.541Z (4 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pysta-synthesizer
iOS アプリの[Pythonista3](http://omz-software.com/pythonista/) でシンセサイザーを作る 🎹
> 2021/04/21
とりあえず上げ
挙動確認はミュート解除
取り急ぎ動くのは
[preview](https://github.com/pome-ta/pysta-synthesizer/tree/preview)
つまり、こっちは動かない
Core audio を使った例:
[https://github.com/pome-ta/pysta-sine_wave001](https://github.com/pome-ta/pysta-sine_wave001)
- [AVAudioSourceNode](https://developer.apple.com/documentation/avfaudio/avaudiosourcenode?language=objc)
- [【iOS】Core Audioでシンセサイザーを作る](https://qiita.com/TokyoYoshida/items/df60ea8585a0223e868b)
- [シンセプログラミング](https://daichilab.sakura.ne.jp/synthprog/index.html)
- [Building a Synthesizer in Swift](https://betterprogramming.pub/building-a-synthesizer-in-swift-866cd15b731)
- [PCM の基本](http://wisdom.sakura.ne.jp/system/winapi/media/mm5.html)
- [Core Audio その1 AudioBufferとAudioBufferList](https://objective-audio.jp/2008/03/22/core-audio-audiobufferaudiobuf/)