How can I put ID3-Tag info into my MIDI songs

http://www.mp3machine.com/software/IDTunes/ says: "idTunes fixes those missing or wrong ID3 tags automatically, once and for all. Systematize, organize, remove duplicates and correct irregularites in your music collection, even add lyrics. Once and for all clean up your MP3 song collection without having to spend weeks typing and checking the info." but that's OS X and my computers can't run it
In Quicktime Player Pro when I get-properties then create annotations they only show up in QuickTime player - I need a method to embed them in the file so that in WindowsMediaSlayer the author, URL, title, length, recorded date, artists on track and such can be displayed.
Is there a version of QuicktimePlayerPro (for OS 9) that will let me export or save-as MIDI file so that WMP will 1) read the file and 2) recognize the annotations as ID3-Tags?
SOMEONE has to look out for the recognition of music creators and talented performers!
Thank you very much for this forum to ask my questions, and thank you dearly in advance for your answers.
Sincerely,
Teo

Teo4...
OK, I have a big heart...
Yep! And me too, which is why I'm sharing this 1/2 solution!
"Artly There" has forums, real Applish looking! Well, in a topic there:
http://www.artlythere.com/cgi-bin/forum/Blah.pl?m-1154280348/s-0/#num3
I got this lead:
From: http://www.harmony-central.com/Software/Mac/midi.html
I got MIDI Kit 2.7.1, I think it has put these tags in correctly:
1. Full Song Name
2. Copyright
3. Author
To see if it worked: http://givnology.com/eve/forums/a/ga/ul/8341026442/WhatYouSynco.mid
This is also all in my site's discussions here: http://givnology.com/eve/forums/a/tpc/f/80560593/m/7641057422 well the easy way is:
http://Givnology.com/music and click the "First try MIDI" topic. I wanted to let you know that I did find at least THIS MUCH of a solution...
In the © tag I put some good relational database type cross indexables.... yay!

Similar Messages

  • How can I see ID3 tag info on TV w/o buying extra gadget e.g. dlo/griffin

    With a simple A/V connection cable, how can I see the ID3 info of the song playing e.g. the name, album name etc. (basically the iPod screen) on TV?
    I know aabout DLO or Griffin accessories, but I do not want them... they do not work so great... Is there a firmware update I need or anything simple?
    Thanks a lot

    You probably are not aware, they use s/w to control the iPod through their remote and create a different screen on TV.
    Try Griffin and let me know. It is $105-ish in Best Buy. Or try DLO HomeDock Deluxe which is around $150.

  • How can I get Category, Tags info into new PC?

    Old PC (Vista) crashed - the most recent backup was a system backup - it was not a Catalog backup utilizing PhotoShop Elements 6.  However, I have a PSE 6 catalog backup done 6 months prior.  But, can I get the more recent info from a Catalog folder?
    On my new PC(Windows 7), loaded PSE 6, restored my 12,000 photos from the system backup file.  None of my category, tags are listed in the Pane on the right side in my Photo Browser.  Can I copy a catalog folder from the program files to bring those settings into my new PC? If so where do I copy it to?

    I want to know if I can utilize the program file
    that would be more current with category, tag settings; copy it into my PC and have PSE 6 utilize it for the settings?

  • How do you display ID3 tag info?

    Does anyone know how to display detailed id3 tag info for a song that is playing? I'm looking for a display of the bitrate, genre, file size, track number, etc. I've tried pressing the center button a few times as suggested by the manual, but it doesn't do anything but change the progress bar.

    Thanks. I didn't think it was possible to see the extra ID3 tag info, but it doesn't hurt to check since I'm new to iPod.
    My old archos jukebox allowed ANY id3 tag info to be displayed and in any manner I chose. I'll miss that.
    However, the album art display is nice, which the archos doesn't have.
    shrike

  • How Can I put A quicktime clip into keynote??

    Two Questions,
    One:
    How Can I put a "get a mac" commercial into keynote. (Like how do i download it and how do i put it in)
    Two:
    If I download a quick time clip (say, pirates of the Caribbean 2 commercial) How can I insert it into keynote??
    Zach

    You can put a QuickTime clip on a Keynote slide just by dragging the movie file onto the slide. If the clip is in your Movies folder in your home directory, you can also use the Media browser to insert it. Finally, you can use the Insert menu, and use the Choose... item to pick the file.
    To grab one of the "Get a Mac" ads, go to the ad page. Hover your cursor over the thumbnail of the ad, hold down the Control key, and click and hold the mouse button to pop up the contextual menu. Choose "Download Linked File", and the file should be saved to your hard drive.

  • How can I put my mp3 files into my iTunes library? Every time I download a song from a website and try to drag it to my library, it won't add on. How can I fix this?

    Back then when I had the older update with iTunes i never had this problem with trying to put my mp3 files of music into my iTunes library. Now it doesn't want to be put into the library. Once I try to drag the music file to the iTunes library nothing happens, it just keeps showing a cancellation sign with my mouse. So how can I fix this?

    Hi William.
    The problem is probably that the index is corrupt and you need to completely re-create it rather than rebuilding individual mailboxes. I have no idea what the situation really is now after having tinkered with the contents of ~/Library/Mail/, though, so the following procedure may or may not work.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong -- e.g. by dragging it to the Desktop while holding the Option (Alt) key down.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • How can I put Locale.loadString("IDS_001") into button.label

    I am retrieving the Locale from the system, and need to place the fields of the Array into their respective places.
    One of these being for example,
    IDS_001
    This works, and returns what I'd probably expect. Although why it returns multiple instances I can't yet figure.
              public var vIDS_001:String;
              Locale.autoReplace = true;
                     var localeName:String = LocaleID.DEFAULT;
                     var nf:StringTools = new StringTools(localeName);
                                   trace("Actual local ID: " + nf.actualLocaleIDName);
               var defLang:String = nf.actualLocaleIDName;          
                                              trace( "Last Operation Status: " + nf.lastOperationStatus ); 
               Locale.setDefaultLang(defLang);
               Locale.setLoadCallback(localeCallback);
               //Locale.addXMLPath("defLang", "../en/PinPointPremium_en.xml");
                          Locale.addXMLPath("defLang", "../" + defLang + "/PinPointPremium_" + defLang + ".xml");
               function localeCallback(success:Boolean) {
                if (success) {
                    // trace(Locale.stringIDArray); // IDS_GREETING
                     trace(Locale.loadString("IDS_001"));
                     var vIDS_001 = (Locale.loadString("IDS_001"));
                     trace("+++" + vIDS_001);
                } else {
                     trace("unable to load XML");
    Actual local ID: en-GB
    Last Operation Status: noError
    PinPoint the Entered Address
    +++PinPoint the Entered Address
    PinPoint the Entered Address
    +++PinPoint the Entered Address
    Test Movie terminated.
    This is the button code, and I'm trying to figure out how to get that IDS_001 information into the btnGPS.label. No matter what I try, it errors out
                 btnGPS = new Button();
              btnGPS.width = stage.stageWidth - 20;
              btnGPS.height = 25;
              btnGPS.x = 10;
              btnGPS.alpha = 0.9;
                    // btnGPS.label = "PinPoint My Current Location";
              btnGPS.setStyle("textFormat", btnFormat);
              btnGPS.y = stage.stageHeight - 46;
              btnGPS.addEventListener(MouseEvent.CLICK, btnGPSMouseClickHandler);
              addChild(btnGPS);
    None of these following work in place of the original
                    //btnGPS.label = Locale.loadString("IDS_001");
              //btnGPS.label = IDS_001;
                    //btnGPS.label = vIDS_001;
    Theoretically, loading the Locale XML file should populate the occurences of IDS_001 - but I'm totally lost now. Been looking at this for a few days and now can't see the real picture. Does anyone have any idea how I solve this please ... I know this is so simple, but I can't get it.
    thanks

    ok, I need to get back on track.
    The app works and is fine. No problem with buttons etc. It's localization.
    .... and this works - finally
    private static var loc:String = null;
    private static var my_txt:String = null;
    // Checking for LocaleID for globalization.
    // Localization stuff. AS3 2013. (using latest CS6 Flash Pro, AIR and Flex SDK libraries)
    // This example is based on the iPhone/iPad, iOS Template in CS6
                                  // get the system language. That's al lwe need. What language is the user using
                                  loc = Capabilities.language;
                                  // if it's en-GB for example, make en_GB
                                  // loc = loc.replace("-","_");
                                  trace("The default system: " + loc);
                                  loc = "de";
                                  trace("The new system: " + loc);
                                  // you can add individual paths for each language like this
                                  Locale.addXMLPath("en", "en/PinPointPremium_en.xml");
                                  Locale.addXMLPath("de", "de/PinPointPremium_de.xml");
                                  // or set your language to the system default and use that
                   // I put the system language into 'loc'
                                  Locale.addXMLPath(loc, loc + "/PinPointPremium_" + loc + ".xml");
                                  Locale.setLoadCallback(localeCallback);
                                  Locale.loadLanguageXML(loc);
                                            function localeCallback(success:Boolean) {
                                                      if(success){
                                                                //var my_txt:String = Locale.loadString("IDS_001");
                                                                my_txt = Locale.loadString("IDS_001");
                                                                trace("The IDS_001 field is: " + my_txt);
                                                                // returns "PinPoint der eingegebenen Adresse" which is ok
                                                                } else {
                                    trace("unable to load XML");
    /* Output
    The default system: en-GB
    The new system: de
    The IDS_001 field is: PinPoint der eingegebenen Adresse
    Part 2 is the Button. AND is is this that is tricking me.
    I repeat - how do I put the contents of IDS_001 into btnGPS.local with
    IF I can put 'loc' into the label, with
    btnGPS.label = loc;
    why can't I do this
    btnGPS.label = Locale.loadString("IDS_001");
    btnGPS = new Button();
    btnGPS.width = stage.stageWidth - 20;
    btnGPS.height = 25;
    btnGPS.x = 10;
    btnGPS.alpha = 0.9;
    //btnGPS.label = "PinPoint My Current Location";
    // ==============================================
    // This actually works - it places "de" into the button. as it should
      btnGPS.label = loc;
    // this doesn't put the contents into the label
    //btnGPS.label = Locale.loadString("IDS_001");
    btnGPS.setStyle("textFormat", btnFormat);
    btnGPS.y = stage.stageHeight - 46;
    btnGPS.addEventListener(MouseEvent.CLICK, btnGPSMouseClickHandler);
    addChild(btnGPS);

  • How can I get photo and info into contacts from photo

    I have photos with critical contact info.  How can I transfer into contacts on iPhone and iPad?

    Are the photos on your phone/iPad?    If so, just edit each contact and assign that photo to them.

  • Can I put my iPod info into my iTunes library?

    I recentely had to do a system restore on my computer, so all of the music on my iTunes library is erased. It is all still in my iPod though, and I need to send my iPod back to apple for repairs, but it says the info may be erased. Can I put my iPod's music/videos into my iTunes library? (For free... I have found a bunch of programs costing money)

    Google is your friend -- I found a bunch of free programs including this one:
    http://www.vonnieda.org/vPod/
    Also, always try versiontracker.com for software:
    www.versiontracker.com

  • How can I put Lightroom 4 video into a format for viewing on DVDs?

    I have made as slideshow in Lightroom 4. It translates well into MP4. This MP4 file runs on some computers and all BluRay players I've tested.
    I want this slideshow to play on all DVD playeres. How can I take the MP4 file... and make it into an AVI or other file format? Is there a better file format than AVI?
    How should I proceed? Thanks.

    I don't do a lot of video. But when I do I use Adobe Premiere Elements. Since I don't do a lot of video, I don't have the most current version. But it is a pretty good program. You can use AVI or mp4 and I think some other file formats. You can trim your video and add special effects and transitions as needed. There are other video editing programs as well. I started with a program called Pinnacle Studio. I prefer PE, however. I'm sure there are numerous other video editing software programs available. Just do a Google search.

  • HT2518 After using Migrate Assistant, I made several accounts for every attempt to migrate files from PC to Mac. How can I put all accounts together into one? How can I transfer the files from the other accounts to my primary account?

    Okay, so I did the entire Migrate Assistant process to transfer all my files and what not to my MacBook. Problem is that I did it on seperate occasions and now I have several accounts.
    How can I transfer my files from the other accounts to my primary account and delete the other accounts?

    Problem is that I did it on seperate occasions and now I have several accounts.
    If you had read carefully, Migration Assistant asks what you want to do in this event. That would have precluded the redundancy.
    Part of the fundamental design of OS X is to separate user accounts so that one user can't interfere with another. It's not possible to directly merge an account with another, but you can copy whatever you need to the Shared folder - it is in your Users folder.
    Log in to one account, prefereably a smaller one, and drag the files and folders into Shared. Log out, log into the account you want to be "primary" and drag the files from Shared into their appropriate locations. When you have copied everything you need delete the redundant account.
    Do this for each of them.
    Or, you can just run Migration Assistant again and follow the prompts that address the situation you described. It involves creating a secondary, temporary account from which you can administer the transfer. When it is complete you delete the temporary account(s).

  • How can I enter user defined info into a seq file

    I would like to insert some user defined information that I can extract either viac C-code (step invoked) or from the Operator Interface once the seq file has been loaded into memory.

    Hi hurst,
    You probably want to create a dialog panel that will allow the user to enter the information.
    Where you store this information really depends on how much of the sequencefile needs to have access to this information.
    If its global then writing it to either StationGlobals or to FileGlobals. Writting to StationGlobals means it going to be available after the execution of your sequencefile has finished. Writing to FileGlobals means its only going to be available during the execution of your sequencefile and also only in scope for the sequencefile its contained in. Unless you change the default setting so that all sequencefiles use the same FileGlobals.
    To get the information to the SequenceFile will be by TestStand API calls using the PropertySetValue.
    Another way would be to use the propertyloader.
    There are plenty of examples either with TestStand or on the NI website on transferring data of all types from a step during execution.
    This is a bit general. Maybe if you can expand on your query.
    hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • How can I put a numeric indicator into a case structure using VI scripting

    I'm using VI scripting and I'm trying to add a numeric indicator inside a case structure.  I'm able to add the case structure and the numeric indicator just fine, but as soon as I specify the case structure as the "owner" of the numeric (as opposed to the block diagram being the owner) I get error 1060.  Is there any way around this?
    Note:  The reason I am doing this is because this specific pattern (indicator in a case structure) will prevent a VI from being inlined when it is being built.  This pattern will provide no functionality in itself, it only prevents the inlining.  It is added to a larger VI which is use to initialize objects in a simulation, and there are many of them in the total simulation.  If they are inlined, it takes a VERY long time to generate the C code, and performance on this VI isn't an issue since it is performed only once at the beginning of the simulation.  The rest of the VIs do need to be inlined for performance reasons.  Therefore, I'm open to other options to prevent a VIs from being inlined if the "indicator in a case structure" cannot be performed via scripting.
    If any of this is unclear please let me know and I can clarify.  Thanks.
    Solved!
    Go to Solution.

    I now understand what you were saying about inlining a subvi.  I did as you said and made a subvi with a case structure and an indicator within it.  I use the New VI Object node to add that subvi to the slow-inlining parent VI.  Then I tried to inline it using the invoke node, but I got error 1399, which make sense.  Is this what you meant for me to do, or did I misunderstand?
    Also, I tried the ControlTerminal reference approach you mentioned earlier.  Unfortunately when I called the move method on the control terminal property and had the 0th frame of the case structure as the owner I got error 1060 again.
    I really appreciate your help.  Do you have any other thoughts?

  • How can I put a background image into the cell of a table using Dreamweaver CC.

    I want to place an image in a table cell and then be able to place editable HTML in the same cell on top of image. I also have Dreamweaver CS6. I can't get either one to do it using solution I found searching on web. Please help ASAP. What am I doing wrong. Example code would be great. Thanks!

    No tables required for any of this.  You simply need a 3-column starter page. 
    In DW, go to File > New > Blank page > HTML. 
    Select a 3-column layout from the 3rd panel.
    Hit Create button.
    Learn to use CSS floats, margins and padding to align elements.  DO NOT use positioning.
    Start with & bookmark these links for future reference:
    CSS Box Model
    http://css-tricks.com/all-about-floats/
    CSS Float
    Floatutorial: Step by step CSS float tutorial
    CSS Margin
    CSS Padding
    Nancy O.

  • How can I put text in Tab into vertical alignment??

    Dear friends, I have following code,
    package com.swing.test;
    import java.awt.BorderLayout;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTabbedPane;
    import javax.swing.SwingConstants;
    public class NewTabbedPane {
         private JFrame frame;
          * Launch the application
          * @param args
         public static void main(String args[]) {
              try {
                   NewTabbedPane window = new NewTabbedPane();
                   window.frame.setVisible(true);
              } catch (Exception e) {
                   e.printStackTrace();
          * Create the application
         public NewTabbedPane() {
              initialize();
          * Initialize the contents of the frame
         private void initialize() {
              frame = new JFrame();
              frame.setBounds(100, 100, 500, 375);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              final JPanel panel = new JPanel();
              panel.setLayout(new BorderLayout());
              frame.getContentPane().add(panel, BorderLayout.CENTER);
              final JTabbedPane tabbedPane = new JTabbedPane();
              tabbedPane.setTabPlacement(SwingConstants.LEFT);
              panel.add(tabbedPane, BorderLayout.CENTER);
              final JTabbedPane tabbedPane_1 = new JTabbedPane();
              tabbedPane.addTab("AAAAA", null, tabbedPane_1, null);
              final JTabbedPane tabbedPane_2 = new JTabbedPane();
              tabbedPane.addTab("BBBBB", null, tabbedPane_2, null);
              final JTabbedPane tabbedPane_3 = new JTabbedPane();
              tabbedPane.addTab("CCCCC", null, tabbedPane_3, null);
    }but here all tabs' title AAAAA, BBBBB, CCCC are aligned horizontally, I need them to align vertically, Any guru can help??
    Thanks
    sunny

    there's an example here (works OK on winxp)
    http://www.macdevcenter.com/pub/a/mac/2002/03/22/vertical_text.html
    Test() class needs a small change, for the direction you want
    //panel.add(makeTabpane(null, sEnglish, VTextIcon.ROTATE_DEFAULT));
    panel.add(makeTabpane(null, sEnglish, VTextIcon.ROTATE_LEFT));

Maybe you are looking for

  • Reports Migration from 6i to 10g

    In my Project we are having many reports .and we are trying to Migrate those from 6i to 10g can anyone tell me what are the suggestions i can make during this process .. i am the only person who is going to involve in complete migration solely. Any I

  • How do i run a java program an another directory?

    How do I run a java program that's in a different directory? I have been doing this in the command line: java "C:\Document and Settings\freeOn\Desktop\Java\Test\test" and I get Exception in thread "main" java.lang.NoClassDefFoundError: C:\Document an

  • Usb 3.0 device to 2.0 port issue, maybe Mavericks related?

    I have a 15" mid-2009 Mac Book Pro running 10.9.2.  The usb 2.0 ports seem to be working as my usb 3.0 external hard drive lights up but does not appear in under device in the Finder window.  External harddrive is working fine, checked it with a PC. 

  • Date validation in the selection screen

    Hi I am new to all this..so pls help me with this... I need to validate my input field in the selection screen to have the format as YYYYMMDD i.e user is allowed to enter the date in this format only!! Now how to validate this kind of a format??

  • Testing AQ adapter

    Hi, I have a very simple composite with an AQ adapter as the exposed service. The idea is that it dequeues messages from a queue in the dB, and acts on the data. The composite IS deployed. The question: How do I test this? I.e. how do I emulate or tr