Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sounds #3

Closed
ryanramage opened this issue Jan 19, 2019 · 4 comments
Closed

No sounds #3

ryanramage opened this issue Jan 19, 2019 · 4 comments

Comments

@ryanramage
Copy link
Collaborator

I am eagerly following along... the commit about sounds I tried and I am not getting the any messages. I am using =A03C in orca, and I can see the following from the listener example:

 git:(master) ®[Orca]$ node listener.js
Started Listener

UDP:49160
OSC:49162

OSC server: A,0,4,12 from 127.0.0.1:52046 at /A

But I see no messages in pilot.

I dont see this config section in Pilot,

const osc = require('./desktop/node_modules/node-osc')
const oscserver = new osc.Server(OSC_PORT, '127.0.0.1'

will that be needed?

@neauoire
Copy link
Member

Use UDP ; for now.

It should only play one note on bang so far.

Here's the roadmap:
https://github.com/hundredrabbits/Pilot#commands

@ryanramage
Copy link
Collaborator Author

ah ok. I see what you are doing. so the udp is just the raw buffer of the command. gotcha

@neauoire
Copy link
Member

Yup! I haven't started parsing the string, but ideally, it should take the same commands as a midi note.
But there's also "setters" that allow to change the values of the 16 synths.

@ryanramage
Copy link
Collaborator Author

Looks good. Roadmap helps me know what is still todo. I am going to come back to this and try and pick away at the todo things. Looking great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants