Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Programming MIDI (https://thetfp.com/tfp/tilted-technology/82658-programming-midi.html)

vanblah 02-04-2005 08:28 AM

Programming MIDI
 
Anyone out there have any experience programming MIDI? Hopefully in Visual Basic ...

Robaggio 02-04-2005 08:54 PM

Quote:

Originally Posted by vanblah
Anyone out there have any experience programming MIDI? Hopefully in Visual Basic ...

Yup. Hi!

What's up? :)

vanblah 02-07-2005 02:47 PM

Hey. Sorry for the delay.

I've been trying to find a metronome that does the following:

Syncs to external MIDI clock (or virtual MIDI router) or can be used stand alone.
Plays a MIDI note for beat one and another MIDI note for other beats.
Flashes a red "light" for beat one and green lights for other beats.

I've tried programming a rudimentary metronome in VB that doesn't use MIDI (I'm not there yet). Using the sndPlaySound function.

I've tried using a timer ... set to 60000 / x. Where x is the number of beats per minute. Problem is I can't really figure out how to get it to loop using Sound1 and then going on to Sound2 for the next beats.


All times are GMT -8. The time now is 09:18 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73