Any way to develop an API toolkit that essentially lets folks tick boxes corresponding to the buttons on your controller, and then the "tool" assembles the code for you?
Brilliant idea or stupid question?
Non-coder question
-
- KVRist
- 66 posts since 3 Aug, 2014
Studio One Pro 3.3 and PT 12.6 on Win 8.1 Pro, i7-3930k, Sabertooth x79, 16GB G.Skill 2133, Lynx Hilo, Eleven Rack, Chandler TG2, Liquid Channel, Mojave MA-200, Focal CMS65s. Oh, and a "few" guitars...
-
- KVRer
- 18 posts since 6 Nov, 2014
I think something like that is far more complicated than you might think.
Sorry for being blunt, but I think it's a stupid question.
The fully documented API is the brilliant idea IMO.
Sorry for being blunt, but I think it's a stupid question.
The fully documented API is the brilliant idea IMO.
Sounds - http://soundcloud.com/dataf1ow
Code - http://github.com/dataf1ow
KMI(work) http://keithmcmillen.com
Code - http://github.com/dataf1ow
KMI(work) http://keithmcmillen.com
-
- KVRist
- Topic Starter
- 66 posts since 3 Aug, 2014
No worries. Quick question, though. If my controller has a rotary encoder that I want to control pan, and your (different) controller has a rotary encoder that you want to control pan, what's the difference between the JS I need to write and the JS you need to write for that?evanBeta wrote:Sorry for being blunt, but I think it's a stupid question.
Thanks.
Studio One Pro 3.3 and PT 12.6 on Win 8.1 Pro, i7-3930k, Sabertooth x79, 16GB G.Skill 2133, Lynx Hilo, Eleven Rack, Chandler TG2, Liquid Channel, Mojave MA-200, Focal CMS65s. Oh, and a "few" guitars...
- KVRian
- 1353 posts since 31 Mar, 2014
When the program is made in a clever way it's not more than changing the CC-adress of the encoder.gtrm8kr wrote:evanBeta wrote:If my controller has a rotary encoder that I want to control pan, and your (different) controller has a rotary encoder that you want to control pan, what's the difference between the JS I need to write and the JS you need to write for that?
Of course it depends a little bit on how the specs are in detail:
- is it really just one rotary encoder? Or do you want to control a bank of tracks with a row of encoders?
- some controllers need some sysex message to be in controller mode or something like that. But this is required for only a few controllers.
I think the best would be if you would post a picture of your controller. Then it would be a lot easier to estimate the complexity.
-
- KVRer
- 18 posts since 6 Nov, 2014
Yeah the JS would be the same except for the MIDI CC that it's looking for. If you can change the CC sent out fro the controller, the JS could stay the same.
Sounds - http://soundcloud.com/dataf1ow
Code - http://github.com/dataf1ow
KMI(work) http://keithmcmillen.com
Code - http://github.com/dataf1ow
KMI(work) http://keithmcmillen.com
