Activity for Soundboard

  • tambascot@starcarrack committed [d565ee] on 2.1.x (unstable)

    refactored CueWorker and its extenders to use the new Cue class

  • tambascot@starcarrack committed [0a9694] on 2.1.x (unstable)

    refactored CueWorker and its extenders to use the new Cue class

  • tambascot@starcarrack committed [c7bb9d] on 2.1.x (unstable)

    added Cue class

  • tambascot@starcarrack committed [184051] on 2.1.x (unstable)

    removed unused paramters and unclear call to the CommandLine in the command line constructor.

  • tambascot@starcarrack committed [bf8944] on 2.1.x (unstable)

    replaced FLoat.valueOfs and Double.valueOfs with calls to parseFloat and parseDouble as appropriate in the playCue method.

  • tambascot@starcarrack committed [c574a5] on 2.1.x (unstable)

    replaced check to see if the length of the cueName is not greater than 0 with a clearer check to see if the string isempty.

  • tambascot@starcarrack committed [93ee97] on 2.1.x (unstable)

    removed redundant variable assignment

  • tambascot@starcarrack committed [74bffe] on 2.1.x (unstable)

    Deleted extraneous else from getMediaFile()

  • tambascot@starcarrack committed [4efee4] on 2.1.x (unstable)

    Changed Double.valueOf to Double.parseDouble in showRenumberCuesMenuItemActionPerformed

  • tambascot@starcarrack committed [df6cf3] on 2.1.x (unstable)

    refactored ResumeWorker to extend CueWorker

  • tambascot@starcarrack committed [981381] on 2.1.x (unstable)

    refactored PauseWorker to extend CueWorker

  • tambascot@starcarrack committed [55c395] on 2.1.x (unstable)

    refactored StopWorker to extend CueWorker

  • tambascot@starcarrack committed [280337] on 2.1.x (unstable)

    test commit

  • Tony Tambasco committed [697570] on 2.1.x (unstable)

    moved CountDownThread class into its own file.

  • Tony Tambasco committed [46c136] on 2.1.x (unstable)

    moved MediaFilter class into its own file.

  • Tony Tambasco committed [17d3b6] on 2.1.x (unstable)

    moved XLSFilter class into its own file.

  • Tony Tambasco committed [afea53] on 2.1.x (unstable)

    moved MyDefaultTableModel class into its own file.

  • Tony Tambasco committed [6d80f8] on 2.1.x (unstable)

    moved PlayerThread class into its own file.

  • tambascot@hg.code.sf.net committed [f76a3b] on 2.1.x (unstable)

    Moved FileCopy class to its own file.

  • tambascot@hg.code.sf.net committed [d85727] on 2.1.x (unstable)

    Moved SoundUtils class to its own file.

  • tambascot@hg.code.sf.net committed [d7f79a] on 2.1.x (unstable)

    Moved Reorderable interface to its own file.

  • tambascot@hg.code.sf.net committed [ba948c] on 2.1.x (unstable)

    Moved TableROwTransferHandler class to its own file.

  • tambascot@hg.code.sf.net committed [428e22] on 2.1.x (unstable)

    removing obsolete code that had been commented out.

  • tambascot@hg.code.sf.net committed [05d8ec] on 2.1.x (unstable)

    replaced calls to System.err.println with loggers.

  • tambascot@hg.code.sf.net committed [016741] on 2.1.x (unstable)

    replaced calls to System.out.println with loggers.

  • tambascot@hg.code.sf.net committed [4dcf5c] on 2.1.x (unstable)

    replaced calls to System.out.println with loggers.

  • tambascot@hg.code.sf.net committed [13b23a] on 2.1.x (unstable)

    Splitting CueTableIndeces interface into its own file.

  • tambascot@hg.code.sf.net committed [eb284e] on 2.1.x (unstable)

    incorporating build number and timestamp into version string for better tracking.

  • tambascot@hg.code.sf.net committed [8bf333] on 2.1.x (unstable)

    pulling version info from POM file rather than hard coding it in source.

  • Tony Tambasco committed [e7602a] on 2.1.x (unstable)

    updated structure to add a dir for scripts, and moved the jar install script there, and updated the README-BUILD.txt file to reflect that.

  • tambascot@hg.code.sf.net committed [e37329] on 2.1.x (unstable)

    Updating POM file with new package namespace.

  • tambascot@hg.code.sf.net committed [5269dd] on 2.1.x (unstable)

    Adding README-BUILD file.

  • tambascot@hg.code.sf.net committed [5032c3] on 2.1.x (unstable)

    removed unnecessary import and corrected minor error.

  • tambascot@hg.code.sf.net committed [f07e18] on 2.1.x (unstable)

    updated package to net.sf.sourceforge.soundboard, because that's something that makes sense and is safe for this project. Adjusted directory structure accordingly.

  • Tony Tambasco tambascot@hg.code.sf.net committed [ca1b05] on 2.1.x (unstable)

    removing accidentally added files

  • Tony Tambasco tambascot@hg.code.sf.net committed [7e71dc] on 2.1.x (unstable)

    removing old files

  • tambascot@hg.code.sf.net committed [605536] on 2.1.x (unstable)

    Updated directory structure, turned into a Maven project, removed JMF since it's not widely available and used FMJ and a custom Time class instead.

  • Tony Tambasco Tony Tambasco created a blog post

    Dusting off some cobwebs

  • tambascot@hg.code.sf.net committed [67812e] on 2.1.x (unstable)

    Importing to IntelliJ and made some changes so that it would build under current version of Java

  • Tony Tambasco Tony Tambasco posted a comment on discussion Help

    sorry, that's a different kind of soundboard. I don't know much about those.

  • anh david anh david modified a comment on discussion Help

    I'm looking for some rizz soundboard to put on videos, do you guys have any website suggestions?

  • anh david anh david posted a comment on discussion Help

    I'm looking for some rizz soundboards to put on videos, do you guys have any website suggestions?

  • Tony Tambasco Tony Tambasco created a blog post

    Researching a new audio system

  • Tony Tambasco Tony Tambasco posted a comment on ticket #36

    Converted playback to javax.sound.sampled.Clip for testing, and we have eliminated the delay. Problematically, that will also severely limit the sort of files that we can playback. Will continue to investigate.

  • tambascot@hg.code.sf.net committed [8fef9c]

    Work notes. Wait countdown has stopped updating status cell for some reason. Regular countdown still works.

  • tambascot@hg.code.sf.net committed [e447cd]

    Changed the javazoom audioPlayer to the java audio Clip to test its precision.

  • tambascot@hg.code.sf.net committed [6c6b69]

    Changed the javazoom audioPlayer to the java audio Clip to test its precision.

  • Tony Tambasco Tony Tambasco posted a comment on ticket #36

    We're still experiencing the delay. We're now creating and starting a player thread, and creating a paused BasicPlayer, at the time that a cue is readied for play back (via the top of show button), rather than at the time it is played, but there is still around a half-second delay between executing the cue and hearing audio played back. For many types of cues, this level of imprecision is probably fine, but anything that needs to fire precisely with an action on stage won't work. Unfortunately, this...

  • tambascot@hg.code.sf.net committed [72b3cf]

    Created readyTopOfShow() method, and calling that from the readyTopOfShowButton

  • tambascot@hg.code.sf.net committed [51630d]

    Even with the PlayerThread running and playback paused, there seems to be a half second delay between pressing the "GO" button and hearing the audio playback. And now there seems to be a momentary "bump" in the audio playback level before the fadeLevel method takes over.

  • tambascot@hg.code.sf.net committed [bd9c3f]

    Now starting a playerThread as part of advanceCue() method.

  • tambascot@hg.code.sf.net committed [86f4d1]

    Outline new procedure for playing back cues.

  • tambascot@hg.code.sf.net committed [64d7d3]

    Tried to resume playback, but we still have the pause while the worker is created. Not sure why. Can't see basic print statements being written to console when the topOfShow button is pushed; not sure why.

  • tambascot@hg.code.sf.net committed [8b8d64]

    Revised PlayerTread.run() method and added PlayerThread.play()

  • Tony Tambasco Tony Tambasco modified ticket #3

    Playback errors

  • Tony Tambasco Tony Tambasco posted a comment on ticket #3

    No activity in this department in a very long time, so closing the ticket.

  • Tony Tambasco Tony Tambasco modified ticket #35

    Cue Notes Doesn't Re-initialize on new open

  • Tony Tambasco Tony Tambasco posted a comment on ticket #35

    We are now selecting the first cue in the table automatically when opening a new file. This will be integrated into the next version.

  • tambascot@hg.code.sf.net committed [dd42c4]

    Applying bug cueNotesArea bugfix to openShowFile.

  • tambascot@hg.code.sf.net committed [90ab6b]

    Changed behavior of opening a new showfile so that the first cue is automatically selected.

  • Tony Tambasco Tony Tambasco posted a comment on ticket #35

    The cueNotesArea portion of this bug has been addressed.

  • tambascot@hg.code.sf.net committed [bb9aa8]

    Now clearing cue notes when selecting File->New

  • tambascot@hg.code.sf.net committed [b60043]

    Merging changes

  • Tony Tambasco Tony Tambasco created a blog post

    2.1.0 Feature Locked

  • Tony Tambasco Tony Tambasco modified ticket #34

    Timer Cue

  • tambascot@hg.code.sf.net committed [381f8d]

    Release Note updates.

  • Tony Tambasco Tony Tambasco modified ticket #34

    Timer Cue

  • Tony Tambasco Tony Tambasco posted a comment on ticket #34

    This is the next one on the punch list for 2.1.x features, but it's going to work a little differently than originally proposed. If a duration is specified in the cue, the timer will count DOWN from that time to 0. If no duration is specified, the timer will count UP from 0 until stopped, either by being targetted by a Stop cue, or through the Stop All button.

  • Tony Tambasco Tony Tambasco modified ticket #36

    Command line options on start up

  • Tony Tambasco Tony Tambasco posted a comment on ticket #36

    This feature is now incorporated into the 2.1.x branch, and will be included in the next release.

  • tambascot@hg.code.sf.net committed [a97828]

    We can now open a file specified as a command line option.

  • tambascot@hg.code.sf.net committed [dfeeae]

    Changed constructor to pass commons.cli CommandLine instance to the constructor.

  • tambascot@hg.code.sf.net committed [e1679a]

    Changing location in constructor where we will interrogate command line options.

  • tambascot@hg.code.sf.net committed [36a3a0]

    Sketched out evalCommandLine() method.

  • Tony Tambasco Tony Tambasco modified ticket #36

    Command line options on start up

  • Tony Tambasco Tony Tambasco posted a comment on ticket #36

    This is in progress. In the current build in the 2.1.x repo, we are able to process a command line option to print an "About" screen and exit. Next we will specify one for opening a specific file on startup.

  • tambascot@hg.code.sf.net committed [be141b]

    Very basic about message prints as command line argument.

  • tambascot@hg.code.sf.net committed [2b74a5]

    added imports for command line options.

  • tambascot@hg.code.sf.net committed [a26f57]

    Abstracted the "About" message into a string variable, since we will be using that as our test case for command line options.

  • tambascot@hg.code.sf.net committed [fee4fe]

    Changes to the aboutSBString variable, and the creation of a printAbout() method.

  • tambascot@hg.code.sf.net committed [e1362e]

    Augmented the about output using the some word wrap formatting.

  • Tony Tambasco Tony Tambasco modified ticket #34

    Timer Cue

  • Tony Tambasco Tony Tambasco modified ticket #36

    Command line options on start up

  • Tony Tambasco Tony Tambasco modified ticket #36

    Command line options on start up

  • Tony Tambasco Tony Tambasco modified ticket #35

    Multiple output support

  • Tony Tambasco Tony Tambasco posted a comment on ticket #35

    Integrated Jack support isn't something that we can do since it's not available in Java. That said, I don't think it wuold be particularly helpful to Soundboard, since Jack is there to route audio between software applications, and Soundboard is designed to send already-edited files to main output. There are some challenges for Soundboard handling multiple output mixers, but we are looking into ways of handling that in predictable and portable ways as part of the 2.1.x development branch.

  • tambascot@hg.code.sf.net committed [d5182a]

    Added a tabbed pane to the preferences frame to separate file preferences and audio preferences. We're going to want that audio preferences tab someday, so we may as well build it now while we don't have many components.

  • tambascot@hg.code.sf.net committed [8708a2]

    For some reason, 2.0.9 release notes were not included in the release notes for this branch. Including those now.

  • tambascot@hg.code.sf.net committed [d085f9]

    For some reason, 2.0.9 release notes were not included in the release notes for this branch. Including those now.

  • Tony Tambasco Tony Tambasco modified ticket #27

    Init file / recently opened.

  • Tony Tambasco Tony Tambasco posted a comment on ticket #27

    This has been built into the 2.1.x branch and will be included in the next release.

  • tambascot@hg.code.sf.net committed [a1a96d]

    Updated code so that the most recent file is added to the head of the list, and the corresponding menu item is added to the head of the Open Recent menu.

  • tambascot@hg.code.sf.net committed [a7f775]

    Added code to limit the number of recently opened files we're tracking to 10.

  • tambascot@hg.code.sf.net committed [9cfb76]

    Corrected error that was causing the recently saved stored in the congif file to delete on opening.

  • tambascot@hg.code.sf.net committed [6ab4f5]

    Corrected error that was causing recently opened files to appear in the wrong order in the menu when opened from the file.

  • tambascot@hg.code.sf.net committed [a17226]

    Now displaying recently opened files as sub menu items.

  • tambascot@hg.code.sf.net committed [f1621f]

    We can now open a recent file by clicking on the dymanically reacted menu item in the sub menu.

  • tambascot@hg.code.sf.net committed [7781ee]

    Open Recent menu item should have been a sub menu, so changed it to that.

  • tambascot@hg.code.sf.net committed [f2fadf]

    Adding comments to better document code from last commit.

  • tambascot@hg.code.sf.net committed [e91a29]

    Updating release notes.

1 >
MongoDB Logo MongoDB