The "com.google" namespace is reserved for official releases, so renaming to "com.levien". Also small tweaking to piano2.xml to clean it up for release (arguably should have been separate commit, but oh well).master
parent
6feebefea9
commit
82d602216d
@ -1,10 +1,10 @@ |
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> |
||||
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/MusicSynthesizer/core/com/google/synthesizer/core/model/composite/Presets.proto" type="1"/> <item path="/MusicSynthesizer/core/com/google/synthesizer/core/model/sample/Proto.proto" type="1"/> <item path="/MusicSynthesizer/core/com/google/synthesizer/core/music/Music.proto" type="1"/> </resources>}"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/MusicSynthesizer/core/com/levien/synthesizer/core/model/composite/Presets.proto" type="1"/> <item path="/MusicSynthesizer/core/com/levien/synthesizer/core/model/sample/Proto.proto" type="1"/> <item path="/MusicSynthesizer/core/com/levien/synthesizer/core/music/Music.proto" type="1"/> </resources>}"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc}/../core/bin/protoc"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="--java_out=../core/gen src/com/google/synthesizer/core/model/composite/Presets.proto src/com/google/synthesizer/core/music/Music.proto"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="--java_out=../core/gen src/com/levien/synthesizer/core/model/composite/Presets.proto src/com/levien/synthesizer/core/music/Music.proto"/> |
||||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}/../core"/> |
||||
</launchConfiguration> |
||||
|
@ -1,6 +1,6 @@ |
||||
package com.google.synthesizer.android; |
||||
package com.levien.synthesizer.android; |
||||
|
||||
import com.google.synthesizer.core.midi.MessageOutputProcessor; |
||||
import com.levien.synthesizer.core.midi.MessageOutputProcessor; |
||||
|
||||
/** |
||||
* JNI container for connecting to C++ synth engine. The actual implementation is in the cpp/src |
@ -1,4 +1,4 @@ |
||||
package com.google.synthesizer.android.stats; |
||||
package com.levien.synthesizer.android.stats; |
||||
|
||||
import android.util.Log; |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue