WirelessPocketPC MIDI Controller Ended

Discuss music production with Ableton Live.
gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 5:47 am

Clearscreen wrote:the reality is that if you have a controller with 128 fixed points and you map it to anything that has more or less points it's going to skip no matter what...
but it would be nice to have a couple more accurate fullscreen xy pads i guess. what about an option (like an onscreen button next to each pad) to expand any of the xy pads to fullscreen or maybe even 128x128 resolution? that way you could expand the one you want for finer control.

i have no idea how difficult that'd be for you to code, but you did ask for ideas in this post :D
I like your expanding idea a lot, thanks! :) Shouldnt be too hard to do.

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 1:24 pm

Heres a screenshot of my new Piano Keyboard:

[old image removed]

My apps coming on well, it's starting to come together.
Last edited by gafferuk on Wed Nov 01, 2006 6:33 pm, edited 1 time in total.

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 1:56 pm

And heres a screenshot of my new full-screen xy Controller:

[old image removed]
Last edited by gafferuk on Wed Nov 01, 2006 6:34 pm, edited 1 time in total.

zappen
Posts: 345
Joined: Sat Jul 16, 2005 1:42 am

Post by zappen » Fri Oct 20, 2006 2:15 pm

fantastic man!! don't let us wait too long to test it ;D

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 4:30 pm

Heres a screenshot of my new Trigger Pad:

[old image removed]
Last edited by gafferuk on Wed Nov 01, 2006 6:34 pm, edited 1 time in total.

onyx
Posts: 21
Joined: Mon Oct 16, 2006 6:06 pm

Post by onyx » Fri Oct 20, 2006 5:18 pm

this is dope.

i use a remote server on my pocket pc to control fl studio when i do clubs, but it is just for minor changes so i dont have to go back to my rig as often. i think the real chalenge will be in how much cpu the server client uses because the one i use, uses about 30%, so i must disable it in between changes.

i'd be very interested in trying this out in club situations. count me in for a beta test.

onyx

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 5:31 pm

I can't imagine my PC application using 30% by any means, i would tell you what it currently is but i can't seem to bring up windows task manager to see.
All it's doing is listening to data coming from PocketPC over a socket. If my app uses even 1% id be surprised as all the work is being done on PocketPC.
Im only sending simple data from/to pocketPC example is: "off:0:12:127". That's simply note off/channel 0/cc 12/value 127. Data is only sent when adjusting a slider or pressing a button.

If your application transmits the desktop display onto the pocketPC then yes i can understand why it's 30% as it has to capture desktop display several times a second and send it over WIFI, it's A LOT, mine jst sends simple strings, should be as fast and efficient as MIDI.

Trust me, your like my app to do your soundchecks.
Last edited by gafferuk on Fri Oct 20, 2006 6:07 pm, edited 4 times in total.

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 5:42 pm

I tried VNC(desktop remote app for pocket pc) couple of years ago and thougtht it was crap, was too slow and brung it too it knees.
Thats why im building my app to overcome such programs as Remote desktop applications.

zappen
Posts: 345
Joined: Sat Jul 16, 2005 1:42 am

Post by zappen » Fri Oct 20, 2006 9:57 pm

i just found this totally different but nice ppc app:
http://pocket-djstudio.com
Image
something is moving on the ppc front :D

apalomba
Posts: 157
Joined: Tue Nov 23, 2004 5:33 pm

Post by apalomba » Fri Oct 20, 2006 10:28 pm

Just out of curiosity, what are you using to create your PPC app.
Visual Studio or some other compiler?

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 10:46 pm

apalomba wrote:Just out of curiosity, what are you using to create your PPC app.
Visual Studio or some other compiler?
Visual studio, it's by far the most productive.

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Fri Oct 20, 2006 10:50 pm

zappen wrote:i just found this totally different but nice ppc app:
http://pocket-djstudio.com
Image
something is moving on the ppc front :D
Check out sequancer app Griff.

zappen
Posts: 345
Joined: Sat Jul 16, 2005 1:42 am

Post by zappen » Sat Oct 21, 2006 12:36 am

i know griff since 2001 circa :D there are a few music/audio programs for pocketpc already, but not any for remotely control midi

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Sat Oct 21, 2006 12:46 pm

Can someone please tell me if this is standard MIDI stuff?

When I press a clip button I receive midi value of 126.
When the clip starts I receive a value of 127.
When the clip loops I receive a value of 1.
When the clip stops i receive a value of 0.

Is this standard? or is it an ableton thing?

I need to know this as im building my trigger pad, I could for instance glow the button red when you press a button, yellow when it starts and green when it loops. Would this be an ableton thing or could this also work for other apps?

Any ideas?

gafferuk
Posts: 373
Joined: Tue Jul 11, 2006 3:26 pm
Location: Bristol, England

Post by gafferuk » Sat Oct 21, 2006 3:04 pm

Heres an update screenshot of my xyControllers & faders, i think it's coming on well.

[old image removed]
Last edited by gafferuk on Wed Nov 01, 2006 6:34 pm, edited 1 time in total.

Post Reply