/external/sonivox/jet_tools/JetCreator_content/ |
JetCreator_demo_1.zip | |
JetCreator_demo_2.zip | |
README.txt | 7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed on your system)
|
/development/build/ |
sdk-darwin-x86.atree | 10 external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator 11 prebuilt/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib 12 external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content 13 external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates
|
/development/samples/JetBoy/JETBOY_content/ |
JETBOY.zip | |
/development/samples/JetBoy/ |
JETBOY_content_README.txt | 3 The "JETBOY_content" folder contains the JET Creator file and assets used in "JETBOY", the Android demonstration game using SONiVOX' JET interactive music technology.
7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed on your system)
|
_index.html | 4 <a href="../../../guide/topics/media/index.html#jet">JET content created with 10 <p>The JetBoyView.java file in JetBoy illustrates the loading of JET content 21 <a href="../../../guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
|
/external/sonivox/jet_tools/JetCreator/ |
JetPreview.py | 59 self.jet.TriggerClip(iEventId)
69 self.jet.SetMuteFlag(trackNum, mute, sync)
79 self.jet.TriggerClip(eventID)
102 # create a temporary config file, and jet output file
137 self.jet = JET()
138 self.jet.eas.StartWave()
139 self.jet.OpenFile(self.jet_file.config.filename)
143 Queue(self.jet, self.queueSegs[index])
146 self.jet.Play() [all...] |
JetCreatorhlp.dat | 61 audition = Click this button to audition the JET file. This is an interactive playback mode that simulates a how the JET file will work in production.
73 copyright = The copyright in this field will default on new JET files. It can be overridden in the Properties setting for a specific JET file.
74 chase controllers = This option will force JET to chase controllers up to the beginning of a given segment. This help keep a segment in sync with its parent MIDI file.
76 delete empty tracks = This option will tell JET to delete any empty tracks from the output file.
91 jet project properties =
95 jet file =
96 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file.
101 seglist = The list of segments in the JET file display here. Double click on a segment to add it to the play queue, or use the buttons belo (…) [all...] |
JetDefs.py | 65 DLG_JETOPEN = "Open Jet File"
68 DLG_PROPERTIES = "Jet Project Properties"
69 DLG_AUDITION = "Audition Jet File"
72 MAIN_TITLEPREFIX = 'Jet Creator - '
85 MAIN_HELPTITLE = "Jet Creator Help"
86 MAIN_HELPFILE = "JET Creator User Manual.htm"
87 MAIN_HELPGUIDELINESTITLE = "Jet Authoring Guidelines"
88 MAIN_HELPGUIDELINESFILE = "JET Authoring Guidelines.htm"
92 MAIN_JETCREATOR = "Jet Creator"
125 APPLICATION_TITLE = "Jet Creator" [all...] |
JetAudition.py | 6 Auditions a jet file to simulate interactive music functions
62 self.jet = None
202 self.jet.SetMuteFlag(trackNum, mute, sync)
221 self.jet.TriggerClip(iEventId)
342 """ Sets up a loop looking for jet file actions based on UI commands """
343 self.jet = JET()
344 self.jet.eas.StartWave()
345 self.jet.OpenFile(self.jet_file.config.filename)
356 Queue(self.jet, self.queueSegs[index]) [all...] |
JetUtils.py | 99 def Queue (jet, queueSeg):
101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
284 """ Builds a list of recent jet files """
300 """ Appends to a list of recent jet files """
473 """ Gets the jet help text file """
481 #zip the original .JET file
523 #create a flag file so we know this is a jet archive
549 dlg = dImp.JetErrors("Jet Definition File Errors")
734 def SafeJetShutdown(lock, jet):
735 """ Makes sure we do the jet shutdown properly """ [all...] |
JetCreator.py | 6 Jet file creation utility for JET sound engine
60 self.jet = None
[all...] |
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 6 <p>Content Authoring Application for the JET Interactive Music Engine</p> 14 for the SONiVOX JET Creator, an authoring application for creating and 15 auditioning JET files. JET is an interactive music player for small embedded 21 <p>JET works in conjunction with SONiVOX's 24 JET and EAS engines are integrated into the Android embedded platform through the 26 as inherent in the JET Creator application. As such, the JET content author can 27 be sure that the playback will sound exactly the same in both the JET Creator 32 interface, there are two main functionalities taking place in JET Creator. Th [all...] |
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 32 * JetPlayer provides access to JET content playback and control. 34 * <p>Please refer to the JET Creator User Manual for a presentation of the JET interactive 37 * <p>Use of the JetPlayer class is based around the playback of a number of JET segments 46 * right time, as authored in the corresponding JET file.</li> 48 * As a result of the rendering and playback of the JET segments, the user of the JetPlayer instance 49 * can receive notifications from the JET engine relative to: 89 // Jet rendering audio parameters 99 * Handler for jet events and status updates coming from the native code 180 * Stops the current JET playback, and releases all associated native resources 559 JetPlayer jet = (JetPlayer)((WeakReference)jetplayer_ref).get(); local [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 18 // Android JET demonstration code: 19 // All inline comments related to the use of the JetPlayer class are preceded by "JET info:" 123 // JET info: the JetBoyThread receives all the events from the JET player 124 // JET info: through the OnJetEventListener interface. 173 // JET info: event IDs within the JET file. 174 // JET info: in this game 80 is used for sending asteroid across the screen 175 // JET info: 82 is used as game time for 1/4 note beat. 206 // the asteroid send events are generated from the Jet File [all...] |
JetBoy.java | 17 // Android JET demonstration code: 62 // get handles to the JetView from XML and the JET thread.
|
/frameworks/base/docs/html/guide/topics/media/ |
index.jd | 19 <li>{@link android.media.JetPlayer JetPlayer} (playback, JET content)</li> 29 <li><a href="#jet">Playing JET Content</li> 38 <li><a href="{@docRoot}guide/topics/media/jet/jetcreator_manual.html">JetCreator User Manual</a></li> 127 <h3 id="jet">Playing JET content</h3> 128 <p>The Android platform includes a JET engine that lets you add interactive playback of JET audio content in your applications. You can create JET content for interactive playback using the JetCreator authoring application that ships with the SDK. To play and manage JET content from your application, use the {@link android.media.JetPlayer JetPlayer} class.</p [all...] |
/development/build/tools/ |
patch_windows_sdk.sh | 65 JET=$TOOLS/Jet 66 JETCREATOR=$JET/JetCreator 67 JETDEMOCONTENT=$JET/demo_content 68 JETLOGICTEMPLATES=$JET/logic_templates 72 rm -rf $V $JET 76 mkdir $V $JET
|
make_windows_sdk.sh | 198 JET="$TOOLS/Jet" 199 JETCREATOR="$JET/JetCreator" 200 JETDEMOCONTENT="$JET/demo_content" 201 JETLOGICTEMPLATES="$JET/logic_templates" 205 rm -rfv "$JET" 209 mkdir -v "$JET"
|
/development/samples/JetBoy/res/values/ |
strings.xml | 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
|
/external/sonivox/arm-wt-22k/lib_src/ |
jet_data.h | 7 * Internal data structures and interfaces for JET 33 #include "jet.h" 35 /* maximum number of segments allowed in a JET file */ 40 /* maximum number of DLS collections allowed in a JET file */ 45 /* maximum number of JET events in internal queue */ 50 /* maximum number of JET events in application queue */ 61 * JET event definitions 78 * JET file definitions 102 * JET segment data 134 * Main JET data structur [all...] |
/external/sonivox/docs/ |
JET_Programming_Manual.html | 23 <title>JET PROGRAMMING MANUAL</title>
418 style='font-size:20.0pt'>JET? Programming Manual<o:p></o:p></span></span></a></p>
421 _Toc203298075'><span style='mso-bookmark:_Toc203292246'><span lang=EN-IE>JET
458 JET Interactive Music System. JET is an interactive music player for small
465 <p class=MsoNormal>JET works in conjunction with SONiVOX?s Embedded Audio
467 device for Android.<span style='mso-spacerun:yes'>? </span>Both the JET and EAS
469 in <i style='mso-bidi-font-style:normal'>JET Creator</i>, an application for
470 authoring JET content files. As such, the JET content author can be sure that [all...] |
/external/sonivox/arm-wt-22k/ |
Android.mk | 38 lib_src/jet.c \ 75 host_src/jet.h
|
/frameworks/base/include/media/ |
JetPlayer.h | 23 #include <libsonivox/jet.h> 80 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
|