No sound after  sequencer.stop() & sequencer.start(). Why?

I play sound, then press sequencer.stop().
Then
sequencer.setTickPosition(0);
sequencer.start();
No sound...
Why it can be? If source is needed - I'll put it here.
Message was edited by:
P57

Your initial suggestion worked like a charm Russ.
It has sound throughout, sounds good, looks good, and all in sync too.
Can't thank you enough Russ.....what a relief.....can finally move on.
Thanks very much for spending the time to help me out.
Rick

Similar Messages

  • After run-sa.sh start,why NQServer.log can not find?

    I have install BIEE with advanced install,after startup the db and ias,then start biee,when run run-sa.sh,after that,can not create NQServer.log ,seems the biee server did'nt startup,why?
    $ /3510/BIEE/BI/OracleBI/setup/run-sa.sh start
    Oracle BI Server startup initiated.
    Please wait for a while for the Oracle BI Server to completely start.
    Execute the following command to check the Oracle BI Server logfile and see if it started.
    tail -f /3510/BIEE/BI/OracleBI/server/Log/NQServer.log
    $ ls -l /3510/BIEE/BI/OracleBI/server/Log/NQServer.log
    /3510/BIEE/BI/OracleBI/server/Log/NQServer.log: No such file or directory

    Is there anything else on the /3510/BIEE/BI/OracleBI/server/Log/ directory?

  • The sequence to stop and start xMII?

    Hi, good afternoon:
    Could anybody provide the sequence to stop and start xMII?
    Is it different from xMii11.* to xMii12.*?
    Thanks!

    Yes, the steps are same as what I suggested before.
    You can find plenty of material on SDN like blogs, articles, best practices and so on...
    The best place would be to start with is [MII WIKI|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=15601]
    Below are few other very useful links,
    [Blogs|Weblogs related to SAP xMII; ( you can also find many blogs under category Manufacturing, xapps, mii etc.. on SDN)
    [Best Practices Guide|MII 12.X Best Practice Guide is now available;
    And also can find loads of threads on MII 12.x, 11.x installations/configurations/troubleshooting simply use large search date range.
    Hope this helps!!
    Regards,
    Adarsh

  • Why does Image Capture stop recognizing Epson scanner after scanning several images? I have to stop and start the scanner in order for Image Capture to recognize it again.

    Why does Image Capture stop recognizing Epson scanner after scanning several images? I have to stop and start the scanner in order for Image Capture to recognize it again.

    Karen ...
    Might be corrupted preferences (.plist)
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.image_Capture.plist
    Click Go then move the com.apple.image_Capture.plist file to the Trash.
    Restart your Mac and your scanner and try scanning an image.

  • My audio stops outputting after a few songs in a playlist - itunes says its still playing, stopping and starting track recommences audio output.  Mac book Pro Lion 16gb ram

    My audio stops outputting after a few songs in a playlist - itunes says its still playing, stopping and starting track recommences audio output.  Mac book Pro Lion 16gb ram.  Can be any song, any time, same song will play if I select it again.  Bit of a bummer itunes is the main thing I use (macbook pro jukebox).

    Most likely culprit is your Lacie drives which are notorious for flaky power supplies which cause just the sort of erratic behaviour that you describe. Have had similar issues myself. Lacie has been good about replacing my power converter-- twice. If you have seven of them, good luck finding the bad one or more. Like I said, the behaviour is erratic. Sometimes it'll work sometimes not. I can't comment on Samsung drives because I've never used them and have never heard anything about them. Same with Softraid. Why not just use Disk Utility. Sounds like you're ready for an external hardware raid. This will be much faster, much more reliable, and may even be cheaper than seven firewire drives. Check out G Tech, and Maxx Digital for starters.
    Best of luck
    Terry

  • For certain songs on my iPhone 4s with iOS7 some songs stop playing audio but continue playing the song almost as if it were muted. Where can I fix this? Say "Stronger" by Kanye West stops playing sound after 2:25 but it is 5 minutes long.

    Basically it is just like it says. Certain songs stop playing sound after a certain point in the song but the song continues playing and ticking down like it normally would. Does anyone else have this problem?

    Hi I found the answer from another post. So far everything is working find. I been trying to fix this since march,
    from
    Mike N. (nahyun...
    Posts: 2,814
    From: New York, NY
    Registered: Oct 1, 2003
    Re: itune application and itune folder
    Posted: Jun 27, 2007 7:16 AM in response to: Austin Smith2
    Solved
    Reply Email
    Deleting the application rarely solves anything on Macs. A better starting point is normally to delete the preference file for the application (in Users/~/Library/Preferences/com.apple.itunes.plist) or see if you have the same problem in another user account on the computer.
    PM MDD(1.25GHz 1.25G-RAM 320G-HD) Mac OS X (10.4.10) 20"ACD USB2Connect MacBook (2.0 White)-2GB Report this post
    Austin Smith2
    Posts: 118
    Registered: Oct 31, 2001
    Re: itune application and itune folder
    Posted: Jun 27, 2007 12:51 PM in response to: Mike N. (nahyun...
    Reply Email
    Mike, deleting the preferences did the trick, but I don't know why. Itunes downloaded 5 days of podcast! Hurray!! Thank you!!!!!!!!!

  • Sql Developer 1.5.5 bug with large sequence start values.

    We have a small table in our sql server 2005 schema (~700) rows. Its primary key is a bigint. We randomly generate ids for this table (don't ask). We have ids for this table which are larger than 2147483647. (java.lang.Integer.MAX_VALUE). I'm using a Windows 10g instance as the repository:
    SQL> select * from v$version
    2 ;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Capturing this model works fine.
    Converting this model works fine.
    When the converted model is "Generated", Sql Developer stops generating the script before the worksheet window is opened with the generated sql. If run from sqldeveloper/bin, this exception is output to the console:
    java.lang.Exception: java.util.NoSuchElementException
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:141)
    at oracle.dbtools.migration.workbench.core.GenerateInitiator.launch(GenerateInitiator.java:42)
    at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(ObjectActionController.java:149)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
    at java.awt.Component.processMouseEvent(Component.java:6134)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at java.awt.Component.processEvent(Component.java:5899)
    at java.awt.Container.processEvent(Container.java:2023)
    at java.awt.Component.dispatchEventImpl(Component.java:4501)
    at java.awt.Container.dispatchEventImpl(Container.java:2081)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
    at java.awt.Container.dispatchEventImpl(Container.java:2067)
    at java.awt.Window.dispatchEventImpl(Window.java:2458)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.util.NoSuchElementException
    at oracle.dbtools.metadata.persistence.PersistableObjectIterator.next(PersistableObjectIterator.java:131)
    at oracle.dbtools.migration.generate.GenerateWorker.generateSequences(GenerateWorker.java:862)
    at oracle.dbtools.migration.generate.GenerateWorker.generateIndividualSchema(GenerateWorker.java:456)
    at oracle.dbtools.migration.generate.GenerateWorker.generateSchema(GenerateWorker.java:365)
    at oracle.dbtools.migration.generate.GenerateWorker.runGenerate(GenerateWorker.java:220)
    at oracle.dbtools.migration.workbench.core.ui.GenerateRunner.doWork(GenerateRunner.java:71)
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.run(AbstractMigrationProgressRunnable.java:161)
    at oracle.dbtools.migration.workbench.core.ui.MigrationProgressBar.run(MigrationProgressBar.java:569)
    at java.lang.Thread.run(Thread.java:619)
    A problem row can be viewed by issuing this query against the repository:
    select * from md_sequences where seq_start > 2147483647;
    We have one row returned. The oracle.dbtools.metadata.persistence.MdSequence class uses a java.lang.Integer value to store the start value for the sequence. The value stored in the repository's MD_SEQUENCE table overflows the Integer type.
    Updating the SEQ_START column in the MD_SEQUENCE table fixed our problem. (Well, I can now generate the schema. I may have other problems with the sequence being off).
    I've written this post to save someone else the day it took me to diagnose this problem with Sql Developer 1.5.5. At the very least Sql Developer should inform the user that it could not generate the script because of the large sequence start value. It basically swallows any error and terminates script generation without any type of feedback.

    Update: I was able to recreate the problem!
    1. Create a new table (I used TEST).
    2. Mark first column af primary key.
    3. Save the table.
    Notice the name of the primary key index created: (TEST_PK in my case)
    4. Edit the table.
    5. Under constraints change the name of the primary key constraint.
    6. Save the table.
    Notice that the index still has its original name.
    7. Edit the table.
    8. Change something.
    9. Attempt to save changes (Fails).
    Conclusion:
    Either SQL Developer should be aware of indexes with different name than a constraint,
    or when SQL Developer changes the name of a constraint with an index, both the constraint and the index should be renamed.

  • Why does the video stop and start using airplay on Mountain Lion?

    Why does the picture stop and start using airplay on Mountain Lion? I'm playing a film from a website and uising airplay to iTV. The sound is fine, but the picture stops and starts. Any ideas?

    Why does the picture stop and start using airplay on Mountain Lion? I'm playing a film from a website and uising airplay to iTV. The sound is fine, but the picture stops and starts. Any ideas?

  • Why does iMovie project jerk and stop and start in preview?

    I have been making iMovies with iMovieHD for years using photos with the Ken Burns effect.
    Recently after a movie project gets more than a few minutes long with typical audio and transitions, I no longer can preview it without it jerking and stopping and starting.
    Obviously this does not allow me to see what I am doing, how the music matches or doesn't match my photos.
    I have tried emptying the iMovie trash and emptying my finder trash, no change.
    I have made sure there is plenty of hard disk space on my internal drive, where iMovie and the movie file is located.
    Any ideas?

    Hi
    a. Emptying the trash - something I alway avoid - no matter why.
    b. Plenty of free space on internal (start-up) hard disk ? > 25Gb after
    project is captured and edited ?
    c. Deleted iMovie pref file ?
    d. Known trouble maker: Lot's of audio clips. eg > 50 gives a stuttering result
    Mix down audio to one audio clip.
    e. What kind of original material. 12-bit audio or recording in LP-mode (90min
    on a 60min tape) GIVES problems + audio sync troubles.
    f. .mpg4, .avi, .wmv and other ailient file formats also is problematic.
    g. movie stored on an external USB/USB2 hard disk - often troublemaker.
    I use FireWire AND ONLY: Mac OS Extended formatted -
    UNIX/DOS/FAT32/Mac OS Exchande DOESN'T WORK
    Yours Bengt W

  • How to resume sound after stopping !!

    hi,
    hoping to fine an answer of how to resume the sound after
    stoping
    for example, when i'm using stopAllsounds(); AS
    now sounds stopped
    and i wanna play it again and resume
    !!!

    that's not the best way to use sound in flash.
    it's more flexible and there are less complications if you
    remove that sound from the timeline, right click on it in the
    library, click linkage and assign it a linkage id. then create a
    sound instance:
    var s:Sound = new Sound(this);
    s.attachSound("yourlinkageid");
    // you can then use:
    s.start(); // to start your sound
    s.stop(); // to stop your sound
    // and, in fact, you can use all the sound methods and
    properties. check the flash help files.

  • Sat L450D - Speaker can't stop alarm sound after i pull out mic & headphone

    Today, I try my headphone in the first time.
    Any expert here can tell me why my speaker can't stop the alarm (VIVIVIVI sound), after i pull out my mircophone and headphone?
    The sound will stop by itself when I put my microphone back!
    How to stop that alarm?

    *Paupau,*
    *Thank you very much for your information and instruction.*
    *After adjusted microphone boost and set to 10.0dB, the problem solved. But the microphone have to set to max., otherwise I cant hear my own voice when I test the chat engine through one of my chat gear.*
    *Meanwhile, I would like to ask, are there any difference between 10.0 dB and 0 dB. if positive, why you suggest me the setting to 0.*
    *Finally, buddy you solved my problem which even the toshiba support team cannot, " there answer are REINSATLL, REINSTALL THEN REINSTALL AGAIN AND AGAIN" no matter what you asked!;\*

  • Sound from videos stops after a few seconds on Quicktime

    I bought a new Samsung camera and took some videos at a concert. When I put the videos on my MacBook Pro and try to play them on Quicktime, the sound stops after a few seconds. When I try to play them on iMovie or use them in iMovie, not only is there no sound after a few seconds but the sound that is there is sped up.
    The audio works fine in VLC but doesn't seem to work with anything else on my Mac. I've tried Perian, Flip4Mac...
    Codecs: H.264, AAC
    Help?

    I've seen this issue in the past.  I think it is connected to the operating system itself.  I say this because I reinstalled the os using itunes and then restored a backup.  Then garageband started behaving again.  Then the issue came back - after I did an os update.  So I'd try reverting back to a fresh version of the latest os, and then restoring your apps using a backup.
    Hope it helps
    @zorin

  • Firefox4 on ubuntu, after awhile when I click on bookmarks and then move the cursor down to a bookmark, the list of bookmarks disappears. A stop and start of firefox4 fixes the problem but what is the long term fix?

    I upgraded to 4 and I noticed that after 4 has been up for an hour or so I click on the bookmarks. I see my list of bookmarks below but when I move the cursor down to select one, the list disappears.
    The only way I have found to fix this is to stop and start 4. I can then move the cursor down to select a bookmark. This problem has not occurred in previous versions.
    ps.. no '''''delicious''''' installed

    No, I see the three areas at the bottom of the Bookmark area that you refer to, but that also highlights an issue.  When I want to save a story to my Reading List and click on Share then "Add to Reading List" then go back to look at what is stored in the Reading List, my recently-saved item is not there.
    I looked thru the History tab and the Reading List tab and have been in the Bookmark tab.  But even when I Save a Bookmark, that newly-saved Bookmark does not show up in the Bookmark area.
    But then again, the next day (and actually just in the last half-hour) all of the functionality came back.  When I look at the Bookmarks, suddenly, again, all of the Bookmarks that are on my Safari browser on my iMac are now there, and I can now Save a Bookmark.
    It keeps coming in and out and that is what is driving me a little nuts.
    Thanks.

  • My lap top is extremly slow. It studders. It kind of sounds like there is a fan inside and it constantly stopping and starting. And, it takes a really long time for it too start up. Whats wrong with it?

    My lap top is extremly slow. It studders. It kind of sounds like there is a fan inside and it constantly stopping and starting. And, it takes a really long time for it too start up. Whats wrong with it?

    Do you have current backups?
    Those symptoms could indicate a failing Hard drive. If it dies, all your documents go with it unless you have Backups.
    I have had very good luck with physical and battery problem diagnosis at the Genius Bar. Those guys put their hands (and their ears) to these machines, all day every day, and they know immediately what all those sounds mean.
    Your appointment for an evaluation is FREE, in warranty or out.

  • Why my iPad mini 2 no sound after updated to iOS8

    Why my iPad mini with retina display no sound after updated to iOS8

    I solved for my ipad mini retina:
    - Go to Settings->General
    - Change the function of the slider on the side of the ipad from 'rotation lock' to 'sound off'
    - Wiggle the slider up and down
    - Sound is restored
    - You can set the slider back to rotation lock again

Maybe you are looking for

  • No AirPlay icon on mid 2011 macbook air with a new Apple TV

    Hi. I just bought a brand new Apple TV. I own a mid 2011 macbook air on which I've installed mountain lion OS X. both the apple TV and my macbook air are connected to the same wireless network, yet i dont have the AirPlay icon on my macbook. I'm able

  • MIRO- How to check the Status of Invoice Image in Document

    Hi, Can anyone help me extract a report from SAP to identify the list of documents (posted in MIRO) on which Invoice Images are attached? Is there any T-codes or programs? This is required to identify which all documents have invoice images & which a

  • How to populate change from one Table cell to more Tables??

    Dear Friends: I have following successfully running code, each can populate 1 table cell updating in ChangeTableSelectionMain1 change to another table in ChangeTableSelectionMain1 also, or populate 1 table cell in ChangeTableSelectionSub1 change to a

  • Teststand Api GetNumElements

    Hi, have passed the Sequence Conetext (ThisContext) from Teststand to my C#-Dll (VS Studio 2005). In the DLL I want to walk through the Sequence Context item by item (like the tree view in the Context tab of the sequence editor). My idea was to ask t

  • Creating SMB shares for users

    Hello, I am the sole IT person at a Highschool of about 500+ kids.  We just bought a new mac mini server with a pegasus 12tb add on.  We always used mac but the students data has been stores locally on computers.  We would like to keep their accounts