osc

git@osc使用教程

笑着哭i 提交于 2019-12-21 13:15:41
http://my.oschina.net/openswc/blog/142321 Git初体验 http://my.oschina.net/dxqr/blog/134811 网友整理的git@osc教程 http://git.oschina.net/oschina/git-osc/wikis/help#toc_19 git@osc工作流程 http://git.oschina.net/oschina/git-osc/wikis/help 安装设置 git 下载最新版本的git http://git-scm.com/downloads 当你安装完成git的时候,你需要简单的配置一下,打开终端: 用户名 第一步,你需要告诉git你的名字,这个名字会出现在你的提交记录中。 git config --global user.name "你的名字" Email 然后是你的Email,同样,这个Email也会出现在你的提交记录中,请尽量保持此Email和您的Git@OSC的注册Email一致。 git config --global user.email "你的Email" Clone 和 Push Clone 项目 git clone http://git.oschina.net/xxxxxx/xxxxxx.git 创建特性分支 git checkout -b $feature_name

A plethora of Python OSC modules - which one to use?

房东的猫 提交于 2019-12-18 10:36:14
问题 Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. It is particularly common to use OSC with MAX/MSP -- which in fact is what I am doing, using OSC with Python to talk to another subsystem in MAX. There are a bunch of python modules that support OSC. Great. And they all claim to be simple, useful, and perfect. At the risk of verging into subjective territory, what use

git@osc ssh配置路过的坎

我怕爱的太早我们不能终老 提交于 2019-12-16 11:55:11
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 背景:osc 合作账号登录,3个月前创建的项目,过程不描述了。前一阵开始用git,安装和使用参考git@osc的帮助文档(传送门:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)。为了方便开发,后续直接clone项目到本地,问题是clone,add,远程仓库等都没问题,只是Push时一直抛出权限问题 " Please make sure you have the correct access rights and the repository exists" 。用一段Github后继续搞起,发现自己当时犯的几个白痴错误一一列举,遇到同样坎的朋友可以参考。 1. 克隆项目到本地, add 和添加到远程仓库,一切都是顺利的 wangs-MacBook-Pro:git-osc wangjiankui$ git clone git@git.oschina.net:wangjiankui/Scavenger.git Cloning into 'Scavenger'... remote: Counting objects: 4, done. remote: Compressing objects: 100%

Existing standard(s) for passing MIDI via OSC?

旧巷老猫 提交于 2019-12-13 02:32:42
问题 I am using OSC to feed into MIDI - so the many OSC controller apps can be used on standard MIDI kit. Just for 'proof of concept' I used this format:- /midi/note_on/<note-number> /midi/note_off/<note-number> /midi/control_change/<control>/<value> etc... Now it seems to be doable... is there already a standard I could steal for this? If not, I am happy to define one ;) Background: I am doing some WIFI OSC/MIDI stuff... A pyton script to act as MIDI WiFi server to receive midi/osc over IP (but

Ant : Passing username and password to exec

只谈情不闲聊 提交于 2019-12-12 04:31:51
问题 <exec dir="." executable="osc" failonerror="true" failifexecutionfails="true"> <arg line="-A ${obs.apiurl}/> </exec> Ant executes the following osc which requires user to enter usename and password if user runs the osc command for the first time. According to ant's documentation, any user input in exec task should end with EOF(-1). So, how to pass username and password to the executable. 回答1: <input message="Username : " addproperty="account"> </input> <exec dir="." executable="/bin/sh"

Processing oscP5 Library

孤街浪徒 提交于 2019-12-12 02:46:49
问题 I'm using the oscP5 library in Processing. I've already looked in the javadoc for oscP5 and I've browsed through the source but I can't figure it out. When I get debug info like this: ### new Client @ netP5.TcpClient@2515 What does the value 2515 represent? I know it is not the port the client is using. Is it a unique id for the client? Is it a variable I can access in the TcpClient class? Thanks. 回答1: It is the objects (TcpClient) address in memory. You find the source code at src/netP5

Adobe AIR desktop application communicate with Processing application

☆樱花仙子☆ 提交于 2019-12-11 11:22:59
问题 I have a Processing application that must talk to a desktop Adobe AIR application. Can anyone suggest the best options considering the following? If sockets are the answer, which type of Socket, UDP(Datagram Class), ServerSocket or just plain Socket? -both apps reside on same machine -latency important, smaller better -signals being sent are small, consisting of 3 values -communication is 1 way only, processing TO Adobe AIR 回答1: On the Processing side you can use oscP5: import oscP5.*; import

【CF 应用开发大赛】自定义收藏夹 && 小便笺 && 个人笔记

不羁的心 提交于 2019-12-10 08:12:47
应用URL地址: http://sunlight.cloudfoundry.com (默认账号— 用户:friends 、密码: loveyou ) 应用名称 : 自定义收藏夹 && 小便笺 && 个人笔记 (因为啥都不像,所以很难取名字) 应用说明及使用场景: 管理自己乱糟糟的收藏夹。同 时尽量保护自己上网冲浪时的注意力(因为你同一时间只面对你的一部分收藏) 管理自己的一些小计划。这是 写个人笔记 应用所使用的技术及软件 : 软件:mysql + eclipse + aptana studio + myeclipse 技术:struts2.X + dbutils + "static" + jsp +js(jQuery) (很多是跟红薯的代码学的) 创新点(亮点) :主要是为了自己搭个框架,梳理知识点和学些新东西,没有考虑亮点。 截图: 自定义收藏夹: 便笺: 笔记: 简单自助后台: 一些背景: 因为期末,要复习考试,另外专业的各种课程设计有好几个,所以时间不多。很多设计好的功能还没实现。一些实现了但是较多bug的功能也暂时砍掉了,等放假再实现。 暂时没有精力兼容IE 来源: oschina 链接: https://my.oschina.net/u/273800/blog/100151

OSChina 技术周刊第二十二期 —— DUBBO 配置规则详解

我的梦境 提交于 2019-12-09 19:20:16
每周技术抢先看,总有你想要的! 移动开发 【翻译】 为你的 Android 应用增加本地搜索功能 前端开发 【软件】 AngularJS 的剪贴板扩展 ngClip 【软件】 国际化和本地化 JavaScript 库 Globalize 【资讯】 为网站开发准备的 30 个惊艳的 jQuery 插件 服务端开发/管理 【翻译】 一年之后重新审视 Docker —— 根本性缺陷和炒作 【翻译】 单线程 1KB 的 Redis 写操作有 84% 都是耗费在内核上 【翻译】 使用 HAProxy 基于 HTTP 头实现的速率限制 【软件】 应用运行环境 Crosswalk 【软件】 网络包发送/接收工具 PacketSender 【软件】 基于Docker开发的PaaS平台 DINP 【博客】 【读书笔记】《Node.js Design Patterns》前言 【博客】 OLEDB 连接 和 效率(MS SQL 、Oracle 、ACESS) 【博客】 DUBBO配置规则详解 游戏开发 【翻译】 使用函数式编程语言 ELM 开发游戏 编程语言 【翻译】 使用 PHPStorm 开发 Laravel 应用 【翻译】 JavaScript 实现的人脸检测方法 【软件】 JavaScript 的 MVP 框架 Riot.js 【博客】 看我如何利用Python写简单网络爬虫 系统运维 【翻译】

Python: OSC.py No callback registered to handle OSC-address

為{幸葍}努か 提交于 2019-12-08 11:42:22
问题 I hope someone can help me! I'm getting this error when sending OSC messages: OSCServer: No callback registered to handle OSC-address '/minibee/output/1' I seem to have got a successful OSC server running, but it won't send out any data, and complains about the data it's receiving... Created OSC listener at (0.0.0.0,57600) and OSC sender to (127.0.0.1,57120) and opened serial port at /dev/tty.usbserial-A800f7Tb. Now waiting for messages. I have checked that the script is expecting this format