没有合适的资源?快使用搜索试试~ 我知道了~
ofxLtcReader
共17个文件
cpp:3个
make:2个
xcscheme:2个
需积分: 5 0 下载量 88 浏览量
2021-05-10
09:13:28
上传
评论
收藏 35KB ZIP 举报
温馨提示
ofxLtcReader 适用于OpenFramework的LTC阅读器 用法 首先,必须设置ofSoundStream以获得声音输入。 然后:ofapp.h: #import "ofxLtcReader.h" ofxLtcReader reader; ofApp.cpp: //setup an ofSoundStream snd.setDeviceID(0); snd.setup(this, 0, 2, 44100, 256, 4); //setup ofxLtcReader reader.setup(&snd, 30); 在audioIn侦听器中放置: void ofApp::audioIn(float * input, int bufferSize, int nChannels){ reader.readLtc(input, nChannels, 2); } 然后,您
资源推荐
资源详情
资源评论
收起资源包目录
ofxLtcReader-master.zip (17个子文件)
ofxLtcReader-master
README.md 869B
src
ofxLtcReader.h 7KB
ofxLtcReader.cpp 19KB
example
bin
data
.gitkeep 0B
addons.make 0B
openFrameworks-Info.plist 670B
ofxLtcReader_example.xcodeproj
project.xcworkspace
xcuserdata
lescure.xcuserdatad
UserInterfaceState.xcuserstate 20KB
project.pbxproj 28KB
xcshareddata
xcschemes
ofxLtcReader_example Debug.xcscheme 3KB
ofxLtcReader_example Release.xcscheme 3KB
xcuserdata
lescure.xcuserdatad
xcschemes
xcschememanagement.plist 337B
Project.xcconfig 635B
src
main.cpp 340B
ofApp.cpp 1KB
ofApp.h 279B
Makefile 382B
config.make 6KB
共 17 条
- 1
资源评论
600Dreams
- 粉丝: 19
- 资源: 4629
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景
- 单通道H桥马达驱动器T1016H的技术参数与应用指南
- 全国各地级市GDP、土地流转和耕地面积数据-最新出炉.zip
- ARM Cortex-M0+微控制器 CW32F030x6/x8 数据手册解析与应用指导
- 1/2.55英寸CMOS图像传感器IMX362的技术特性与应用
- 使用TensorFlow实现花卉分类识别系统
- SSS1700C1-USB Headset Line-in Controller Datasheet-v1.1-20241119
- ISO 14229-1:2020(E)
- Java企业级开发中数据结构的理解与应用
- Nginx Windows版本 自用
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功