CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: livindaki

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,118

    Changing The Tempo of a MIDI file

    --------------------------------------------------------------------------------

    i am trying to play a midi file using DxVBLib with C# .
    how can i change the tempo of the loaded midi file please...
  2. Replies
    13
    Views
    13,621

    Re: need help with building a function

    what is the task exactly > my function work to me very well .!!!??!!?
  3. Replies
    0
    Views
    503

    Playing a MIDI File

    see my next Post plz
  4. Replies
    13
    Views
    13,621

    Re: need help with building a function

    public int result (string x)
    {
    //string x = "1234";
    string num1, num2;
    int n1, n2, res;

    num1=(x.Remove(2,2));...
  5. Replies
    13
    Views
    13,621

    Re: need help with building a function

    c or c#
  6. Replies
    0
    Views
    538

    Changing tempo Midi file

    i am trying to play a midi file using DxVBLib with C# .
    how can i change the tempo of the loaded midi file please .
    here is my small code :

    using System;
    using System.Collections.Generic;...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured