Search found 35 matches

by marvin
Sat Jul 08, 2006 8:44 pm
Forum: Coding Questions
Topic: Midi Monitor
Replies: 41
Views: 29218

Send midi to midi-ox

Thanks einander,

Greatwork. I like what you have created.

Now how do you make it so that Midi-Ox or other midi mapping programs would recognize it as an output device?

What I am looking for is the code that will take the midi note and send it as a legitimated midi output to other applications.

I ...
by marvin
Thu Jul 06, 2006 10:23 am
Forum: Coding Questions
Topic: Midi Monitor
Replies: 41
Views: 29218

midi program to output in a channel to other VST

I like this program but how do I get the keys to send to other VST programs?
by marvin
Mon Aug 01, 2005 4:37 am
Forum: Coding Questions
Topic: Color Tracker
Replies: 1
Views: 943

Color Tracker

I need help in detecting colors or color tracking.

What I am trying to do is detect a specific color and tracking its position on the screen. I am going to use the position value to draw lines.

An example of my application goes like this; I have a light(any color) and is captured on the screen via ...
by marvin
Fri May 27, 2005 10:16 am
Forum: Game Programming
Topic: Ogre Update please
Replies: 19
Views: 6405

Update is fine ,Thank you

Well thank you Fred for your collective efforts in PureBasic.

Update of Ogre to version1.0 is very appreciated . An overhaul of OGRE is not needed at the present moment, because I want and still need to be more proficient with Purebasic.

Anyways thanks again.

P.S. Is there anything :wink ...
by marvin
Thu May 26, 2005 6:48 am
Forum: Game Programming
Topic: Ogre Update please
Replies: 19
Views: 6405

Ogre Update please

Hey, now that Mac OS X flavor is out sampling , when can we start to think about the OGRE upate.

I've been waiting since last December when rumors about OGRE is going to be updated in PureBasic.

That was months ago. I need Ogre Updated in Purebasic please.

I am a hopeless programmer, but with ...
by marvin
Fri Nov 12, 2004 10:01 pm
Forum: Off Topic
Topic: Xbox Applications?
Replies: 24
Views: 7118

Open source Xbox application maker

I am interested in using Xbox to play games I create myself.
This is something I stumbled upon.

Can anyone tell me if this is something worthy to consider. Or can any of you meritorious programmers try it out and tell me we can Develop with PureBasic then convert to XBE (Xbox executable).



http ...
by marvin
Tue Nov 02, 2004 5:49 pm
Forum: General Discussion
Topic: Windows transitions
Replies: 26
Views: 5819

Windows transitions

Any one know how to use or code windows transitions for like a slide show.

Thanks
by marvin
Tue Nov 02, 2004 5:47 pm
Forum: General Discussion
Topic: Ogre 0.15.0 Precompiled Demos and DirectX 9.0c
Replies: 3
Views: 1197

An approximate date for OGres update?

How about an approximate date for Ogre's update?

I am waiting for the update, and am wondering about if it will be here anytime soon.

Knowing that a specific date and time for the completed update to Ogre may put pressure on Fred, but I think an approximate date is fair to ask.
by marvin
Thu Oct 07, 2004 5:28 pm
Forum: Coding Questions
Topic: Application switch between monitors?
Replies: 1
Views: 958

Application switch between monitors?

Can someone help me with some codes to build a gadget to switch my application to a desired monitor?

I have multiple monitors and want to know how to add support in my applications, the ability to select which monitor I want to display to.

Thanks
by marvin
Wed Oct 06, 2004 9:22 am
Forum: Tricks 'n' Tips
Topic: touch tablet
Replies: 9
Views: 5750

blueznl, not sure if this question is for me but, If you are asking me, the answer is yes! I searched and found this procedure. Added it to your code to get a continuous line along with pressure line thickness control.


Procedure Lin(x,y,x1,y1,Gros,Color)
hDC=GetDC_(WindowID())
pen=CreatePen ...
by marvin
Wed Oct 06, 2004 9:01 am
Forum: Coding Questions
Topic: Loading Mesh failed
Replies: 3
Views: 1951

when will OGre be updated in PureBasic?

When will OGre be updated in PureBasic?

Just need to know an approximate date.

Thanks
by marvin
Sat Oct 02, 2004 8:31 am
Forum: Coding Questions
Topic: http://www.purebasic.com/update/
Replies: 4
Views: 1368

What about the 3d update?

What about the 3d update? Any date to look forward to?
by marvin
Tue Sep 14, 2004 3:55 am
Forum: Coding Questions
Topic: How do I change the thickness of line in LineXY()?
Replies: 3
Views: 1419

What function please?

Okay I downloaded X2D and opened it up, and been trying to figure out what function to get thickness in my lines.

Can you specifically tell me what function could help me accomplish the changing of line thickness in LineXY() via pressure.

Thanks
by marvin
Mon Sep 13, 2004 6:04 am
Forum: Coding Questions
Topic: How do I change the thickness of line in LineXY()?
Replies: 3
Views: 1419

How do I change the thickness of line in LineXY()?

How do I change the thickness of line in LineXY()?

Anyone got an updated pen_tablet code found in the survival guide?

I was trying to draw a consistent line with it but got to draw dot series only, via pressure. However I was able to draw a continuous line with LineXY() but I don't know how to ...
by marvin
Sun Sep 12, 2004 3:03 am
Forum: Tricks 'n' Tips
Topic: touch tablet
Replies: 9
Views: 5750

[quote]I've just discovered this and I like it's potential[/

[/quote] ;
; only draw if something has changed
; moves a circle over the window, size depending on pressure, erased when moving
;
;If mousex<>mousex_old Or mousey<>mousey_old Or pressure <> pressure_old
;SetFrameRate(100)
StartDrawing(WindowOutput())

;Changed this
DrawingMode(1)
;If ...