home *** CD-ROM | disk | FTP | other *** search
/ Multimédia la Compil' 2 / Sybex_Multimedia_La_Compil_2.iso / vbpiano / vbpiano.txt < prev   
Text File  |  1994-11-19  |  7KB  |  156 lines

  1. VB MIDI Piano - A Neat MIDI Visual Basic Programming Example
  2. ==============================================================
  3. This is a VB MIDI programming example.  It shows you how to create a
  4. MIDI Piano using VB.  You create a completely playable piano using
  5. VB and the THREED.VBX that is included with VB professional.
  6.  
  7. If you're interested in a simpler MIDI example program, check out
  8. my "One Note MIDI" example.  It should be available wherever "VB Piano"
  9. was located.  It's fun...it's FREE!
  10.  
  11. If you really want to do more neat stuff with MIDI and VB, you
  12. should check out MIDI CoolTools.
  13.  
  14. I've been developing MIDI applications in Visual Basic since VB 1.0
  15. and Windows 3.0.  After years of limitations and more limitations with
  16. VB and MIDI, it seemed like a good idea to take my experience and
  17. really make it possible to write MIDI apps in VB.
  18.  
  19. ...after months of working with two VB custom control experts, we
  20. have MIDI CoolTools...
  21.  
  22.  
  23. MIDI CoolTools - MIDI custom controls for Visual Basic
  24. ======================================================
  25. MIDI CoolTools is a set of MIDI custom controls for Visual Basic.  MIDI
  26. CoolTools gives you full access to MIDI from inside of Visual Basic.
  27.  
  28. The following controls make up MIDI CoolTools:
  29.  
  30. MIDI IN Custom Control: The MIDI IN Custom Control automatically detects
  31. the available MIDI IN ports and allows you to select the port you wish to
  32. use. As MIDI events are received through the selected MIDI IN port, each
  33. MIDI event receives a high resolution time stamp.  A built in message
  34. queue allows Long and Short MIDI messages to be received.
  35.  
  36. *   Receive MIDI messages from external MIDI devices
  37. *   Messages can be retrieved using events or polling
  38. *   Messages are time-stamped with millisecond accuracy
  39. *   Built in internal queuing mechanism
  40. *   Buffer for receiving system exclusive messages
  41. *   Automatically detects the available MIDI IN ports
  42.  
  43. MIDI OUT Custom Control: The MIDI OUT Custom Control automatically detects
  44. the available MIDI OUT ports and allows you to select a MIDI OUT port to
  45. use.  This control allows MIDI messages to be sent directly to the MIDI
  46. OUT port and also allows MIDI messages to be queued for playback at the
  47. appropriate time.
  48.  
  49. *   Complete control over the contents and timing of MIDI messages.
  50. *   Queue as many messages as you like (within the constraints of available
  51.     memory)
  52. *   Queue messages prior to starting output and then add more as the output
  53.     proceeds
  54. *   Messages are scheduled for transmission at a time you specify
  55. *   Control timing has millisecond resolution
  56. *   Automatically detects the available MIDI OUT ports
  57. *   Complete support for system exclusive messages
  58. *   Timer event provides a high-resolution timer
  59. *   Automatically detect whether or not the current device supports patch
  60.     caching
  61. *   Automatically detect and control current device volume
  62. *   Adjust tempo playback rate in realtime
  63.  
  64.  
  65. Standard MIDI File Custom Control: Read and write Standard MIDI files.
  66. This custom control allows you to read any Standard MIDI file into a data
  67. structure with full access to the MIDI data.  Open MIDI files, close MIDI
  68. files, create new MIDI files, save changes, insert new MIDI message,
  69. modify MIDI messages and delete MIDI message.  Supports MIDI file
  70. type 0 & 1.
  71.  
  72. *   Provides the VB programmer with an easy way to read and write Standard
  73.     MIDI files
  74. *   Both formats 0 (single track) and 1 (multiple-tracks) are supported
  75. *   Modify existing MIDI files or create entirely new ones from scratch
  76. *   Complete control over and access to every type of MIDI message
  77. *   Insert, delete and modify tracks and messages at anytime
  78. *   Action property to open, close, create and save the data to the current
  79.     file
  80. *   Action property to insert, change and delete the current message
  81. *   Insert new tracks or delete tracks
  82. *   Complete support for system exclusive messages
  83.  
  84. Knob Custom Control: Four different knob styles to choose from makes the
  85. knob custom control very versatile.  A collection of flexible tickmark
  86. properties greatly enhances the knob's usefulness for developing
  87. commercial applications. Easily control knob color with five different
  88. color properties.  Over thirty knob properties are at your control tips!
  89.  
  90. *   Normal, raised, lowered and textured knob styles
  91. *   User definable number of tickmarks with captions
  92. *   Full control of tick caption fonts
  93. *   Control knob color, tick color, tick caption color and background
  94.     color
  95. *   Bevel properties for 3D style look
  96. *   Link to other MIDI CoolTools custom control without writing any code
  97.  
  98.  
  99. VU Indicator Custom Control: Horizontal and vertical Indicator custom
  100. controls allow you to quickly create professional VU segmented meters.
  101. This custom control was specially designed to allow you to simply create
  102. state-of-the-art graphic LED VU meters.  Three separate colored segment
  103. sections can be defined with up to twenty LED segments per section.  A
  104. comprehensive set of 3D bevel properties allows for flexible visual
  105. control.
  106.  
  107. *   Horizontal and vertical indicator (otherwise known as a VU meter).
  108. *   Tie directly to other controls in this package using SmartLink
  109.     properties
  110. *   Display information (such as volume, balance, etc.)
  111. *   A comprehensive set of 3D bevel properties allows for flexible visual
  112.     control.
  113. *   Three separate colored segment sections can be defined
  114.  
  115.  
  116. Fader/Slider Custom Control: Easily create a cool looking audio mixer with
  117. the Fader/Slider horizontal and vertical custom controls.  A complete set
  118. of bevel properties allows you to quickly get that beautiful 3D look.
  119. Four different thumb styles adds to the flexibility of this control.
  120. Tickmark properties round out this control's great features.
  121.  
  122. *   Complete set of bevel properties
  123. *   Slider control is similar in function to a scroll bar, but looks
  124.     cooler
  125. *   Pro audio mixer style thumbs
  126. *   Up, down, left and right thumb properties
  127. *   Tick properties with tickcolor, tickcount, tickwidth, ticklength & gap
  128.     control
  129. *   Horizontal and vertical slider custom controls
  130. *   Control of the 3-D style of the track
  131.  
  132.  
  133. MIDI CoolTools includes all of these custom controls.  Also included
  134. is sample code and a printed reference manual.  Standard Retail
  135. Price is $99 for MIDI CoolTools, but through December 31, 1994 we're
  136. offering MIDI CoolTools for $59 + $4 s/h.  $8 s/h for foreign orders.
  137.  
  138. You can order with VISA/MC or Check in US funds:
  139.  
  140. MIDI CoolTools
  141. Artic Software
  142. PO Box 28
  143. Waterford, WI  53185-0028
  144.  
  145. Fax orders: 414-534-7809
  146. Voice : 414-534-4309
  147. Compuserve 75410,2203
  148.  
  149.  
  150. Thanks for trying out my VB MIDI Piano
  151.  
  152. If this example was useful or if you have other VB MIDI questions
  153. just let me know...
  154.  
  155.                    - Arthur Edstrom, Artic Software
  156.