Music in dialog?

//I have a dialog   code shown below// project .I want to  play music  say
//deniz .wmv when dialog
//opened and stop music when dialog closed  . how can I achieve this. if  you
//show me  the additional codes  I will be very pleased.
//best wishes
//deniz tezer
    public class project extends JDialog
      // Variables declaration
         private JTabbedPane jTabbedPane3;
         private JPanel contentPane;
         private JPanel jPanel11;
         private JTextPane jTextPane4;
         private JScrollPane jScrollPane12;
         private JButton jButton1;
         private JPanel jPanel12;
         private JTextArea jTextArea1;
         private JScrollPane jScrollPane2;
         private JButton jButton2;
         private JPanel jPanel13;
         private JPanel jPanel14;
      // End of variables declaration
          public project(Frame w)
            super(w);
            initializeComponent();
         // TODO: Add any constructor code after initializeComponent call
            this.setVisible(true);
      * This method is called from within the constructor to initialize the form.
      * WARNING: Do NOT modify this code. The content of this method is always regenerated
      * by the Windows Form Designer. Otherwise, retrieving design might not work properly.
      * Tip: If you must revise this method, please backup this GUI file for JFrameBuilder
      * to retrieve your design properly in future, before revising this method.
          private void initializeComponent()
            jTabbedPane3 = new JTabbedPane();
            contentPane = (JPanel)this.getContentPane();
            jPanel11 = new JPanel();
            jTextPane4 = new JTextPane();
            jScrollPane12 = new JScrollPane();
            jButton1 = new JButton();
            jPanel12 = new JPanel();
            jTextArea1 = new JTextArea();
            jScrollPane2 = new JScrollPane();
            jButton2 = new JButton();
            jPanel13 = new JPanel();
            jPanel14 = new JPanel();
         // jTabbedPane3
            jTabbedPane3.addTab("BirsenSaka", jPanel12);
            jTabbedPane3.addTab("DenizTezer", jPanel13);
            jTabbedPane3.addTab("MehmetOturak", jPanel11);
            jTabbedPane3.addTab("NasifMacit", jPanel14);
            jTabbedPane3.addChangeListener(
                   new ChangeListener() {
                      public void stateChanged(ChangeEvent e)
                        jTabbedPane3_stateChanged(e);
         // contentPane
            contentPane.setLayout(null);
            addComponent(contentPane, jTabbedPane3, 38,52,614,468);
         // jPanel11
            jPanel11.setLayout(new FlowLayout(FlowLayout.CENTER, 5, 5));
         // jTextPane4
            jTextPane4.setText("Name:                                   Birsen Saka  \n\nProject Duty                        Project Supervisor  \n\nAcademical Qualifications \nPh.D: Hacettepe University, Turkey (1995) \nM.Sc: Hacettepe University, Turkey (1989) \nB.Sc: Hacettepe University, Turkey (1986)     \n\nProfessional interests    Electromagnetic theory, antennas     ");
         // jScrollPane12
            jScrollPane12.setViewportView(jTextPane4);
         // jButton1
            jButton1.setIcon(new ImageIcon("C:\\Documents and Settings\\DEN\\Desktop\\Proje\\resim\\124.jpg"));
            jButton1.setText("jButton1");
            jButton1.addActionListener(
                   new ActionListener() {
                      public void actionPerformed(ActionEvent e)
                        jButton1_actionPerformed(e);
         // jPanel12
            jPanel12.setLayout(null);
            jPanel12.setBorder(BorderFactory.createRaisedBevelBorder());
            jPanel12.setPreferredSize(new Dimension(140, 14));
            addComponent(jPanel12, jScrollPane12, 233,83,340,231);
            addComponent(jPanel12, jButton1, 39,102,175,184);
         // jTextArea1
            jTextArea1.setText(" Name : Deniz TEZER  \n Project Duties :    \n  # Writing the LPS program in JAVA \n  # İnterfacing PC Parallel Port  \n  # Safety of Pc Parallel port                \n References:  \n\n  * JAVA:Java Software Solutions;   \n        Ivor Harton\'s Beginning Java2 JDK 5.0               JAVA2 Complete Reference     \n http://java.sun.com/docs/books/tutorial/uiswing \n \n  *  Pc Parallel  port :\n        Parallel Port Complete Jan Axelson   \n http://www.beyondlogic.org/spp/parallel.htm   \n http://www.lvr.com/jansfaq.htm  \n http://www.computerhope.com/help/parallel.htm \n ");
            jTextArea1.setLineWrap(true);
            jTextArea1.setWrapStyleWord(true);
         // jScrollPane2
            jScrollPane2.setViewportView(jTextArea1);
         // jButton2
            jButton2.setIcon(new ImageIcon("C:\\Documents and Settings\\DEN\\Desktop\\Proje\\resim\\Untitled-1 copy.jpg"));
            jButton2.setText("jButton2");
            jButton2.addActionListener(
                   new ActionListener() {
                      public void actionPerformed(ActionEvent e)
                        jButton2_actionPerformed(e);
         // jPanel13
            jPanel13.setLayout(null);
            addComponent(jPanel13, jScrollPane2, 198,76,379,242);
            addComponent(jPanel13, jButton2, 19,96,166,182);
         // jPanel14
            jPanel14.setLayout(new FlowLayout(FlowLayout.CENTER, 5, 5));
         // project
            this.setTitle("project - extends JDialog");
            this.setLocation(new Point(0, 0));
            this.setSize(new Dimension(726, 635));
      /** Add Component Without a Layout Manager (Absolute Positioning) */
          private void addComponent(Container container,Component c,int x,int y,int width,int height)
            c.setBounds(x,y,width,height);
            container.add(c);
      // TODO: Add any appropriate code in the following Event Handling Methods
          private void jTabbedPane3_stateChanged(ChangeEvent e)
            System.out.println("\njTabbedPane3_stateChanged(ChangeEvent e) called.");
         // TODO: Add any handling code here
          private void jButton1_actionPerformed(ActionEvent e)
            System.out.println("\njButton1_actionPerformed(ActionEvent e) called.");
         // TODO: Add any handling code here
          private void jButton2_actionPerformed(ActionEvent e)
            System.out.println("\njButton2_actionPerformed(ActionEvent e) called.");
         // TODO: Add any handling code here
      }

Thanks to kanad but I faced errror messages.....
I am sending tester of project dialog so any body who have idea can test it.
Simply add this code just before last bracked.
best wishes
deniz tezer
   //============================= Testing ================================//
   //=                                                                    =//
   //= The following main method is just for testing this class you built.=//
   //= After testing,you may simply delete it.                            =//
   //======================================================================//
       public static void main(String[] args)
         JFrame.setDefaultLookAndFeelDecorated(true);
         JDialog.setDefaultLookAndFeelDecorated(true);
         try
            UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
             catch (Exception ex)
               System.out.println("Failed loading L&F: ");
               System.out.println(ex);
         final JFrame w = new JFrame("Owner Window");
         JButton btn = new JButton("Show Dialog");
         btn.addActionListener(
                new java.awt.event.ActionListener() {
                   public void actionPerformed(java.awt.event.ActionEvent e)
                            //-- Create a project --
                     new project(w);
         JPanel p = new JPanel();
         p.add(btn);
         w.getContentPane().add(p);
         w.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         w.setSize(500,360);
         w.setLocation(150,36);
         w.setVisible(true);
   //= End of Testing =

Similar Messages

  • My daughter's mac synced her music to my wife's ipad even though she was logged into itunes on my wife's account. How do I remove my daughter's music and get my wife's music?

    while setting up my wife's new ipad, my daughter connected it to her mac.  She was logged into my wife's itunes account, but it synced my daughter's music to the ipad,none of my wife's music is on the ipad.  How do we remove all my daughter's music?

    The iPad does not sync to an iTunes account, it syncs to an iTunes library. Sync the iPad again to your daughter's computer and uncheck all of the music that is currently on the iPad to remove it.
    Connect the iPad to your daughter's computer, launch iTunes, click on the iPad name on the left sidebar under Devices, then click on the Music Tab at the top of the iTunes window, uncheck the box next to Sync Music, a dialog box will pop up asking if you are sure ... the music will be removed ... click Don't Sync Music, then click apply in the lower right corner of iTunes and it should remove all of the music.

  • Is it possible to edit spoken dialog without interfering with the rest of the sound?

    I'm trying to piece together video clips from various movies, and in one of these clips the character swears strongly a couple times. Normally, I don't bother with this, but my audience is that of a "clean" nature and is strongly against profanity. Is there a way to briefly mute, or change the character's voice when he cusses and not interfere with the rest of the sound? Or is this asking too much?
    Also, I looked in the "help" section and couldn't find anything to help me with this. But I have a bunch more questions. Where do I go that will explain all the features of Premiere Elements 8, without forcing me to spend hours figuring it all out and/or posting a billion discussions here in the forums and bugging all of you with my lack of knowledge?

    What you are attempting to do requires a bit of work and then some luck.
    It sounds as though you have an Audio Clip with both background noise and possibly music, plus dialog. You wish to remove just the dialog in a particular spot, or spots. Is that correct?
    If so, then in an Audio editing program, like Adobe Audition, you can possibly extract the ambient sound/music with a Karaoke Effect, or with the application of EQ. This will yield a separate file with hopefully just the background and music, and no dialog. In a Multi-Track Session, place both files on a separate Track. Find the point where you wish to remove the dialog. Here, the workflow might differ, but I'd Cut out the dialog at that point, leaving only the Karaoke Track. To clean things up, when I had done this for each offensive passage, I would go to the Karaoke Track and do just the opposite - Cut out all that was NOT underlying the offensive passages, but leave a bit of that Track before and beyond the deleted dialog. Then, I'd add a Cross-Dissolve for Constant Power to those Karaoke segments to "ramp" the Karaoke Track into the mix, as it will never be perfect, and one wants as smooth a transition, as is possible.
    Now, one can do this in other audio editing programs, that offer Multi-Track editing, and also VST plug-ins, or install with Effects like Karaoke and/or Parametric or Graphic EQ's. You could explore the great, free audio-editor, Audacity, and Google for VST's that will enhance its capabilities. Be sure to read the Help files on Audacity, as one does need to do a few things in setup to allow the addition of more VST's.
    The work will be with the Karaoke (or similar) Effect, its result and also the frequency ranges of the speaker. That is where the "luck" comes in. Much human speech can be EQ'ed out, or at least greatly attenuated. Now, if you have a crowd talking in the background, or similar, and wish to retain that, all bets are off.
    Also, if you only have ambient sounds, and no music, behind the speaker, just find segments of that ambient sound, where the speaker is not talking, and use that to "patch" where you cut out the dialog.
    Good luck,
    Hunt

  • Music in purchased not showing up under artist

    Basically my problem is that I keep one playlist to sync to my iPhone, because I only have the 16gb phone and I have way more music than that. So one particular album (that I purchased on itunes) would mysteriously not be there when I search by Artist. I then found out that if I go into playlist, under "Purchased" sure enough there it was, but it wouldnt show up under my other playlist, even though I put it there.
    So I went back to itunes, clicked on my iPhone, and had it sync to "Purchased" playlist in addition to the other playlist. Then I exited music and reopened it. Voila! There was the album, under artist where it should be.
    Apple, please fix this. Stop putting my music around where I never told it to be. If I put a song on my iPhone/iPod, it should come up whether i search by Playlist, Song, Album, Artist, etc. This is so frustrating.

    I found that I had to close and then reopen the Grove Music app after setting a specific folder/location on the WD My Cloud that contains the music files before Grove would actually populate the Albums, Artists, and Songs categories. One needs to make sure to point Grove Music to the folders containing the music via the "Change where we look" option, then click the Add Folder option (the plus inside a circle icon) on the "Build your collection from your local music files" dialog box. Its possible it may take Grove a while to catalog the files if there are a large amount of files. It might be better to map the music directory on the WD My Cloud to one's local PC and point Grove at the mapped drive instead. Here is an example. I don't have any music on my local PC at the moment. The albums found and listed are stored on the WD My Cloud. It should also be noted that the folder "Music" on the WD My Cloud is a private share ("Public Access" set to Off) that has the "Media Serving" set to On.  On a side note, its possible that when Windows 10 was installed it configured the network connection as a "Public network", or has has turned off "Network discovery", in which case it will block certain or all access to local network devices like the WD My Cloud. See the following link for the general directions/steps to switch from a Public Network to a Private Network which should allow Windows 10 to access devices, like the WD My Cloud, on the local network: How to change Windows 10 network type from Public to Private One can enable or disable "Network Discovery" by following the general directions in this link even though its for Windows 7: Enable or disable network discovery

  • Music in WDMyCloud not showing up in Win10 groove music app

    hi all just upgraded to win10, the film & tv app able to show all my movies in wdmycloud. but music is not showing up in groove music app. anyone has any success in this? thx

    I found that I had to close and then reopen the Grove Music app after setting a specific folder/location on the WD My Cloud that contains the music files before Grove would actually populate the Albums, Artists, and Songs categories. One needs to make sure to point Grove Music to the folders containing the music via the "Change where we look" option, then click the Add Folder option (the plus inside a circle icon) on the "Build your collection from your local music files" dialog box. Its possible it may take Grove a while to catalog the files if there are a large amount of files. It might be better to map the music directory on the WD My Cloud to one's local PC and point Grove at the mapped drive instead. Here is an example. I don't have any music on my local PC at the moment. The albums found and listed are stored on the WD My Cloud. It should also be noted that the folder "Music" on the WD My Cloud is a private share ("Public Access" set to Off) that has the "Media Serving" set to On.  On a side note, its possible that when Windows 10 was installed it configured the network connection as a "Public network", or has has turned off "Network discovery", in which case it will block certain or all access to local network devices like the WD My Cloud. See the following link for the general directions/steps to switch from a Public Network to a Private Network which should allow Windows 10 to access devices, like the WD My Cloud, on the local network: How to change Windows 10 network type from Public to Private One can enable or disable "Network Discovery" by following the general directions in this link even though its for Windows 7: Enable or disable network discovery

  • Work Flow Advice

    Another topic: Need the best streamline editing techniques in order to film, edit, add music, color-grade and upload as quickly as possible, in order to be a daily, weekly YouTube vlogger. Example, looking for quick way to make the video look good enough, without trying to be perfect and to do this in a short time. If I am going to vlog and upload vids daily, weekly, I must come up with a quick way to do it without taking too long. So, like on color grade, need a quick one step way that I can apply to the whole vid track that will work most of the time to do the whole track in one click, one step, and when needed I can work on some individual clips. Must learn a quick editing style that is good enough for YouTube, not perfect, but decent. Also, quick way to add music and fade it in and out where there is voice. Once again, need a quick style. I need to avoid doing anything that only adds more work, more time on all areas, including upload. So, don't want to use any methods that only add to the time to get things done good enough. Don't want any extra processing time or anything that converts the files that ends up being another step, another process, that takes too much time or creates too big of file. I will keep my vids mostly at 10 mins. or less to speed up the upload. Share any good tutorial vids I can learn from. I hope if I can begin with some good streamline techniques, I can learn to do things quickly with time and experience. Please share anything that you do that would help me. All comments appreciated. Thanks so much. JR

    You start with setting exposure and white balance correctly in the camera, so that little or no color correction needs to be done later.
    For times when you do need to apply an effect across a whole range of clips, use Adjustment Layers.
    I don't know of any way to ride the music for dialog changes except manually.

  • Newbe requests how to remove "applause" from Project in Premiere Elements 4?

    This is the second time I attempted to make a large slide show using Photoshop Elements 9 and Premiere Elements 4  I am having two main problems:
    1.  I do not know how it got there but every time I run the slideshow on Premiere Elements I hear applause on each photo?  Don't know how it got there either and frustrated how to get rid of it
    2.  When I move a photo to another place it leaves a blank space.  I try to get rid of the space by going onto Edit and asking to delete and close gap.  Sometimes it works and sometimes it does not.  Then sometimes my only option is to remove the present photo and it does not remove it.
    3.  Lastly I wanted to change composing the slide show from Premiere Elements to Photoshop Elements 9 but the latter would not recognize the file.
    THIS PROJECT IS A HUGE RUSH PROJECT FOR MY DAUGHTER'S 25TH ANNIVERSARY.  TIME IS RUNNING OUT AND I AM PANICKING.
    Thanks for your help.
    Kathy

    Kathy,
    You say that you have PrE 4.0, but I did not see which version of PSE you have. You would need PSE 4.0, to be able to go directly to PrE from PSE. Otherwise, one would need to do, as you have, and Export from PSE as a WMV file, which would then be Imported into PrE.
    The weakness in this latter method, the Export/Import, is that a WMV file is highly-compressed, so quality, when coming out of  PrE will be compromised. Next, if one has the same versions of the two programs, and they Send to PrE from PSE, once in PrE, they can choose Break Apart, to get all of the elements in the SlideShow separated again - this cannot be donw with the WMV Export/Import.
    Now, even with the WMV Export/Import method, one can still edit, but they are now cutting on a finished AV file, and things are not so easy - they are working on one large Video file, and one large Audio file on the Timeline.
    For the blank spaces, one can just cut those out of the Video, but if the whole Clip (the WMV file) has Audio, that needs to stay, things are not quite so easy. In your case, however, it might be easiest to just Delete the Audio from the WMV, cut the Video to suit, and then Import the Audio Clips that were used in PSE, and just use those again, listening closely for the one(s) with the applause, and substitute something else, instead. This editing will be much, much easier in Timeline View Mode.
    For that applause, it might be easier to go back to the Project in PSE, find where it is being introduced, and substitute for it there.
    Now, if the applause comes during otherwise silent passeges, you can just cut it out, or can lower the Volume to the point that it is not heard. If it comes over music or dialog, there is nothing easy, that can be done. To remove it, and save the music, or dialog, will be virtually impossible and take much time, for probably little improvement.
    Let us know just a little bit more about your Project and also the version number of PSE.
    Good lukc,
    Hunt

  • Working with folders and iTunes

    Trying to solve the problem that I can't use iTunes to manage my mp3 library because I've got other hardware and apps that use it. So I've got to do it manually...which then leads to iTunes being out of sync.
    The mp3's are on my NAS device.
    I've gotten so far with an AppleScript to do it but it falls over on a folder with an '&' in the name.
    I'm fairly sure its related to posix and properly referencing the folder.
    Any guides or tutorials on writing scripts that use network folders?

    -- iTunes Folder Sync.applescript
    -- iTunes Folder Sync
    -- Created by Chris Beach on 28/06/2006.
    -- Copyright 2006 All rights reserved.
    -- addToLib v 1.1 - An AppleScipt application that adds all files in a given folder to the
    -- iTunes Music Library and then (optionally) deletes the files from the source folder
    -- Modified from the Add to iTunes Library Desktop Droplet Script by Apple Computer, Inc.
    -- Copyright 2004 Ken Barnt <[email protected]>
    -- Change Log
    -- v 1.0 - original release
    -- v 1.1 - fixed bug where sub directories would not be recursed
    -- - added support for AAC and Protected AAC files
    -- This software is distributed under the Apple Public Source Licence
    property myFiletypes : {".mp3", ".aiff", ".aac", ".wav", ".mov"}
    global counter, playlist_status, this_playlist
    on run
    -- set the following variable to the path to the folder whose contents
    -- you want to add to the iTunes Music Library
    set temp_folder to "MEDIA:Music"
    display dialog "Import Folder is: " & temp_folder & " Continue?" buttons {"Cancel", "Ok"} default button 2 with icon 2
    if the button returned of the result is "ok" then
    processfolder(tempfolder)
    --display dialog counter & " items added!"
    end if
    end run
    -- this sub-routine processes folders
    on processfolder(thisfolder)
    display alert POSIX path of this_folder
    set this_folder to the POSIX path of this_folder
    set these_items to list folder this_folder without invisibles
    repeat with i from 1 to the count of these_items
    -- try
    set myItem to ((this_folder as string) & ":" & (item i of these_items) as alias)
    tell application "Finder" to set IsFolder to (kind of myItem = "Folder")
    if IsFolder is true then
    processfolder(thisfolder & ":" & (item i of these_items))
    else
    --check extension
    tell application "Finder" to set myExtension to "." & (name extension of myItem) as string
    if myFiletypes contains myExtension then
    set this_item to myItem as alias
    --display alert (myItem as string)
    --processitem(thisitem, (path to myItem) as string)
    end if
    end if
    -- end try
    end repeat
    end process_folder
    -- this sub-routine processes files
    on processitem(thisitem, item_folder)
    try
    tell application "iTunes"
    launch
    set this_track to add this_item to playlist "Library" of source "Library"
    if "_Compilations" is in item_folder then set this_track's category to "Compilation"
    if "_SoundTracks" is in item_folder then set this_track's category to "Soundtrack"
    if "_Classical" is in item_folder then set this_tracks's category to "Classical"
    if "_Games" is in item_folder then set this_track's category to "Game"
    if "_Singles" is in item_folder then set this_tracks's category to "Single"
    if the playlist_status is "OK" then
    duplicate this_track to this_playlist
    end if
    end tell
    set counter to counter + 1
    end try
    end process_item
    you can see where i've been playing with posix!

  • Error using Applescript to move subfolders

    I am trying to move subfolders of a user selected folder to another folder, via Applescript, but this fails with "*Finder got an error: Can't make {alias "Macintosh HD:Users:Me:Data:Folder1:","Example Subfolder"} into type point.* "
    Obviously "Example Subfolder" is just a subfolder in the directory I select. I assume I'm doing something wrong in the set source_folder line? The code is as as follows:
    set folderSelected to choose folder "Select a folder"
    tell application "Finder"
    set listOfFolders to every folder of folderSelected
    end tell
    repeat with aFolder in listOfFolders
    set tempname to the name of aFolder
    tell application "Finder"
    display dialog "Folder named " & tempname
    set source_folder to folderSelected & tempname
    set destination_folder to folder "Macintosh HD:Users:Me:Data:Folder1"
    display dialog "Destination folder is " & destination_folder
    move folder source_folder to destination_folder
    end tell
    end repeat

    My script has moved on a bit, and I'm using it for an alternative purpose now, but I've hit a different issue. The script below creates the folder named 1, but then the dialog box states the Destination folder is "M" - not sure why?
    set folderSelected to choose folder "Select a folder"
    tell application "Finder"
    set folder_num to 1
    set maxFolderSize to 680
    set listOfFolders to every folder of folderSelected
    make new folder at "Macintosh HD:Users:Darrell:Music" with properties {name:folder_num}
    repeat with aFolder in listOfFolders
    display dialog "Found a folder named " & (name of aFolder)
    set destination_folder to folder folder_num of "Macintosh HD:Users:Darrell:Music"
    display dialog "Destination folder is " & destination_folder
    set Posix_DestinationPath to quoted form of POSIX path of (destination_folder as text)
    set the_destinationscript to "du -ks " & Posix_DestinationPath & "| awk '{print $1}'"
    set the_destinationsize to do shell script the_destinationscript
    --used for debugging, so outcommented
    (* display dialog "The destination folder is " & the_destinationsize / 1024 & " MB in size" *)
    set Posix_SourcePath to quoted form of POSIX path of (aFolder as text)
    set the_sourcescript to "du -ks " & Posix_SourcePath & "| awk '{print $1}'"
    set the_sourcesize to do shell script the_sourcescript
    --used for debugging, so outcommented
    (* display dialog "The source folder is " & the_sourcesize / 1024 & " MB in size" *)
    if (the_sourcesize + the_destinationsize) / 1024 > maxFolderSize then
    display dialog "Total size is " & (the_sourcesize + the_destinationsize) / 1024
    display dialog "Destination folder full"
    set folder_num to folder_num + 1
    make new folder at "Macintosh HD:Users:Darrell:Music" with properties {name:folder_num}
    set destination_folder to folder folder_num of "Macintosh HD:Users:Darrell:Music"
    move aFolder to destination_folder
    else
    move aFolder to destination_folder
    end if
    end repeat
    end tell

  • Record to multiple tracks - no audio

    I have a simple, 2-track project that I want to mix into one ("record audio to multiple tracks simultaneously"). I basically just need to ride levels on one track while the other track level stays static.
    TK1: music
    TK2: dialog
    I then arm Tracks 3 and 4 to record and then I hit Record (CMD-R). When the :30 music bed is done playing thru and I listen back to the resulting audio on 3 and 4, I hear nothing.
    I suspect there are issues with my settings in the Recording tab which are as follows:
    Input: Built-in Input
    Stereo
    1 and 2 are selected and 3,4,5,6 are grayed out.
    Monitor is set to "None"
    Why am I not getting my recorded audio?
    Thanks for tips!

    I'm kind of confused as to what you are trying to do here.
    Do you already have the two tracks in STP, and you need a mix of them? If so, you can just automate the levels with volume envelopes, then export the mix. (Make sure that submix 1 is set for stereo (1-2) not surround (1-6).)
    If you're not trying to do that, what are you trying to do? When you record the built-in input, that means you are recording something which is connected to the built-in input on your mac. If the source you are trying to record is the software or other software on the mac, you can't do it with STP alone.
    Hope this helps!

  • Slideshow plays too slow

    In Settings-Photos I set "Play each slide for 2 seconds" but they are playing for 5 seconds. When I set it to 5 secs, they play for about 8. Is the transition adding 3 secs?!! I want to share photos with friends, and 5 seconds is way too long. I can't even turn the transition off.

    If it makes you feel any better, I have the same problem. My audio is slow or sometimes I get music & no lurics (or on videos I get the background music & no dialog). I tinkered around once & got it fixed but now the problem has resurfaced. If there is an answer out there I'd love to hear it! (I have tried resetting)

  • Satellite A500-1GL - Windows 7 power options and gaming

    Hi all
    Some may know from my previous posts about my issue with the fan on my Satellite A500-1GL causing me concern when I am online gaming. Hitting 90% is worrying. And its still happening with the BIOS update and Toshiba now advising to do a factory restore then if that fails send in for repair.
    Looking at the power options,
    I was wondering if anyone could recommend what power options I should consider and would this make any difference for the fan gaming wise (secondlife seems to be the main problem with the fan cranking up)
    Any help would be appreciated, trying to think of anything that could help that may be an easy solution to this fan issue
    torti :)

    Hello
    To be honest a lot of fan activity during gaming would be normal I think because games need a lot of CPU and GPU power, they always run on a very high level. That means a lot of heat will be produced and this must be cooled to avoid hardware damages.
    Furthermore if I play games, its not important how much noise the fan creates because I hear the game music or dialogs Isnt it so? ;)
    Anyway, from time to time its recommendable to clean the cooling system of your notebook using compressed air spray:
    [How to clean the cooling system of a Toshiba notebook? |http://forums.computers.toshiba-europe.com/forums/ann.jspa?annID=40]
    And for gaming you can use High Performance or Balanced power option of Windows.

  • Sound suddenly stopped

    I was listening to my iPod 5th generation (30gb, video) a few days ago when the sound suddenly stopped. The controls continued to work, as did the display, but no sound came through the headphones. I tried other headphones, and still nothing. I followed the "5 R's", and it still didn't work. I ensured that I have the latest edition of iTunes and software for my iPod, prior to restoring. And THEN, upon restoring, I tried to sync my iPod again to get all of my music back onto it, and after syncing a portion of the music, a dialog box appears in iTunes that says that it can't continue, and that an unknown error occurred. So now I have an iPod that won't sync properly AND won't play any sound. I've only had it about 8-9 months, and I'm really hoping somebody has some knowledge of these problems.
    Thanks for reading and trying to help!

    This is the closest I could find to what i am experiencing. I have a suspicion that several of my songs may have gotten corrupted but I don't know how or why and much less...how to prevent further corruption!!!
    Here it goes...
    All my songs work fine and have worked fine for over a year now. I recently updated itunes and it seems that this is when the problem appeared. (Unless it is a coincidence?) I have now counted six songs out of about 300 that suddenly stop either in the middle of the song or towards the end of the song. The music stops the timer stops but I am able to use the control to go to the next song or even to previous time frame within the same song that suddenly stopped. However when I go to an earlier part of the "stopped" song it can no longer be heard. I use these songs everyday and they were fine before Friday.
    What has happened to these particular songs and why? but more to the point how do I fix the problem and how do I prevent it in the future??? Has anyone had this similar trouble?
    Thank you!

  • I have a 3GS. The iPod on the phone has made duplicates of some songs. I've tried using the "get info" dialog box to set all the information the same but the dups are still there. Even after erasing all music with iTunes they are still there.

    I have a 3GS. The iPod on the phone has made duplicates of some songs. I’ve tried using the “get info” dialog box to set all the information the same but the dups are still there. Even after erasing all music with iTunes, iTunes is empty but they are still on the phone.

    Some Users have reported that a Restore as New  has Resolved Issues after the Upgrade...
    Backup and Set Up as New Device
    http://support.apple.com/kb/HT4137

  • TS3789 When I play movies on my apple tv I can hear music, sound effects - but zero dialog or voice overs?  What gives?

    When I play movies on my apple tv I can hear music, sound effects but no dialog from characters - no voices

    Push and hold the select button on the remote while the content is playing.  You should get an audio options menu.  Guessing you selected one of the the secondary audio track options by mistake somewhere.

Maybe you are looking for

  • How do I change the resolution of my photos on my iBookG4?

    I have iPhoto 6 and post things regularly on craigslist. With my older camera I never had any problems uploading photos to the web. Now, with my new 6 megapixel camera, CL won't always take the photos all at once. Is there a way to downsize the pixel

  • Why are stereo tracks plying back in mono?

    Why are some of my stereo audio tracks playing back in mono with a single channel strip level meter even after I assign it as a stereo track with the two circle icon?

  • Oracle Workflow - Help required

    While using oracle workflow with apps, the timeout function is not working. The process is not going thru th epath of timeout

  • Font problems running a swing app under Linux

    I have an application running well under the Win family (NT, 2000, etc.)... and it also runs well under a Linux Red Hat os... but in the linux environment I've observed the folloowing font errors displayed in the screen: Font specified in font.proper

  • Textframe on Masterpage & Individual Text on Pages

    Is it possible to use a textframe on a master page for means of common positioning of texts? On pages based on this master page, I'd like to put individual text into this frame, or at least the exact location. Then, when I change the position of the