Download Free code beatr2

Description

sound generation app android.

Icons

beatr2

Source Files

The download file beatr2-master.zip has the following entries.


.gitignore/*from  w ww  .j a  v  a 2s  .co  m*/
.gitmodules
BeatrProj/.project
BeatrProj/AndroidManifest.xml
BeatrProj/assets/fonts/fvalmelo.ttf
BeatrProj/assets/fonts/lhine1sansthin.ttf
BeatrProj/assets/pdfiles/bass.pd
BeatrProj/assets/pdfiles/drum.pd
BeatrProj/assets/pdfiles/synth.pd
BeatrProj/build.xml
BeatrProj/gen/org/puredata/android/service/R.java
BeatrProj/gen/se/purestyle/beatr/BuildConfig.java
BeatrProj/gen/se/purestyle/beatr/R.java
BeatrProj/proguard-project.txt
BeatrProj/project.properties
BeatrProj/res/drawable-hdpi/addinstrumentbutton.png
BeatrProj/res/drawable-hdpi/backtomixer.png
BeatrProj/res/drawable-hdpi/editinstrument.png
BeatrProj/res/drawable-hdpi/icon.png
BeatrProj/res/drawable-hdpi/logo.png
BeatrProj/res/drawable-hdpi/mastervolumebg.png
BeatrProj/res/drawable-hdpi/mastervolumefg.png
BeatrProj/res/drawable-hdpi/next.png
BeatrProj/res/drawable-hdpi/prev.png
BeatrProj/res/drawable-hdpi/rewindinstrument.png
BeatrProj/res/drawable-hdpi/volumebaroverlay.png
BeatrProj/res/drawable-ldpi/icon.png
BeatrProj/res/drawable-mdpi/icon.png
BeatrProj/res/drawable-mdpi/illusion.png
BeatrProj/res/drawable-mdpi/record.png
BeatrProj/res/drawable-mdpi/stoprecording.png
BeatrProj/res/layout/main.xml
BeatrProj/res/menu/pd_test_menu.xml
BeatrProj/res/raw/metronome.mp3
BeatrProj/res/values/strings.xml
BeatrProj/src/class diagram.ucls
BeatrProj/src/classdiagram.PNG
BeatrProj/src/com/purestyle/amvc/controller/AbstractController.java
BeatrProj/src/com/purestyle/amvc/controller/IController.java
BeatrProj/src/com/purestyle/amvc/model/AbstractModel.java
BeatrProj/src/com/purestyle/amvc/model/IModel.java
BeatrProj/src/com/purestyle/amvc/model/IModelUser.java
BeatrProj/src/com/purestyle/amvc/model/ModelConstants.java
BeatrProj/src/com/purestyle/amvc/view/AbstractView.java
BeatrProj/src/com/purestyle/amvc/view/IView.java
BeatrProj/src/com/purestyle/amvc/view/ViewConstants.java
BeatrProj/src/se/purestyle/beatr/BeatrActivity.java
BeatrProj/src/se/purestyle/beatr/MixerActivity.java
BeatrProj/src/se/purestyle/beatr/controller/InstrumentMixerController.java
BeatrProj/src/se/purestyle/beatr/controller/editors/BassEditorController.java
BeatrProj/src/se/purestyle/beatr/controller/editors/DrumEditorController.java
BeatrProj/src/se/purestyle/beatr/controller/editors/SynthEditorController.java
BeatrProj/src/se/purestyle/beatr/controller/generic/DrumPadController.java
BeatrProj/src/se/purestyle/beatr/controller/generic/KnobController.java
BeatrProj/src/se/purestyle/beatr/controller/generic/SliderTwoDirectionsController.java
BeatrProj/src/se/purestyle/beatr/controller/instrumentmixer/InstrumentHolderController.java
BeatrProj/src/se/purestyle/beatr/controller/instrumentmixer/MasterVolumeController.java
BeatrProj/src/se/purestyle/beatr/controller/instrumentmixer/MetronomeController.java
BeatrProj/src/se/purestyle/beatr/controller/instrumentmixer/volumeobject/InstrumentController.java
BeatrProj/src/se/purestyle/beatr/editoractivities/BassEditorActivity.java
BeatrProj/src/se/purestyle/beatr/editoractivities/DrumEditorActivity.java
BeatrProj/src/se/purestyle/beatr/editoractivities/SynthEditorActivity.java
BeatrProj/src/se/purestyle/beatr/helpers/FileModifier.java
BeatrProj/src/se/purestyle/beatr/helpers/InstrumentTracker.java
BeatrProj/src/se/purestyle/beatr/helpers/MetronomePlayer.java
BeatrProj/src/se/purestyle/beatr/helpers/PdConnector.java
BeatrProj/src/se/purestyle/beatr/helpers/VersionKeeper.java
BeatrProj/src/se/purestyle/beatr/helpers/beatplayer/Beat.java
BeatrProj/src/se/purestyle/beatr/helpers/beatplayer/BeatPlayer.java
BeatrProj/src/se/purestyle/beatr/helpers/beatplayer/IPlayer.java
BeatrProj/src/se/purestyle/beatr/helpers/beatplayer/Player.java
BeatrProj/src/se/purestyle/beatr/helpers/beatplayer/Recorder.java
BeatrProj/src/se/purestyle/beatr/infoactivities/BeatrTemplate.java
BeatrProj/src/se/purestyle/beatr/infoactivities/CreditsActivity.java
BeatrProj/src/se/purestyle/beatr/infoactivities/HelpActivity.java
BeatrProj/src/se/purestyle/beatr/model/FemaleNames.java
BeatrProj/src/se/purestyle/beatr/model/InstrumentMixerModel.java
BeatrProj/src/se/purestyle/beatr/model/editors/AbstractEditorModel.java
BeatrProj/src/se/purestyle/beatr/model/editors/BassEditorModel.java
BeatrProj/src/se/purestyle/beatr/model/editors/DrumEditorModel.java
BeatrProj/src/se/purestyle/beatr/model/editors/SynthEditorModel.java
BeatrProj/src/se/purestyle/beatr/model/generic/DrumPadModel.java
BeatrProj/src/se/purestyle/beatr/model/generic/KnobModel.java
BeatrProj/src/se/purestyle/beatr/model/generic/SliderTwoDirectionsModel.java
BeatrProj/src/se/purestyle/beatr/model/instrumentmixer/InstrumentHolderModel.java
BeatrProj/src/se/purestyle/beatr/model/instrumentmixer/MasterVolumeModel.java
BeatrProj/src/se/purestyle/beatr/model/instrumentmixer/MetronomeModel.java
BeatrProj/src/se/purestyle/beatr/model/instrumentmixer/volumeobject/InstrumentModel.java
BeatrProj/src/se/purestyle/beatr/view/InstrumentMixerView.java
BeatrProj/src/se/purestyle/beatr/view/editors/BassEditorView.java
BeatrProj/src/se/purestyle/beatr/view/editors/DrumEditorView.java
BeatrProj/src/se/purestyle/beatr/view/editors/SynthEditorView.java
BeatrProj/src/se/purestyle/beatr/view/generic/AbstractVolumeView.java
BeatrProj/src/se/purestyle/beatr/view/generic/DrumPadView.java
BeatrProj/src/se/purestyle/beatr/view/generic/IOverlay.java
BeatrProj/src/se/purestyle/beatr/view/generic/KnobAndHeader.java
BeatrProj/src/se/purestyle/beatr/view/generic/KnobView.java
BeatrProj/src/se/purestyle/beatr/view/generic/SliderTwoDirectionsView.java
BeatrProj/src/se/purestyle/beatr/view/generic/ViewAdapter.java
BeatrProj/src/se/purestyle/beatr/view/info/CreditsView.java
BeatrProj/src/se/purestyle/beatr/view/info/HelpView.java
BeatrProj/src/se/purestyle/beatr/view/info/MainMenuButtonView.java
BeatrProj/src/se/purestyle/beatr/view/info/MainMenuView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/AddInstrumentView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/FooterView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/HeaderView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/IInstrumentMixer.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/InstrumentHolderView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/LogoView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/MasterVolumeView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/MetronomeView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/StartView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/volumeobject/IInstrumentView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/volumeobject/InstrumentView.java
BeatrProj/src/se/purestyle/beatr/view/instrumentmixer/volumeobject/VolumeDraggerView.java
PdCore/.gitignore
PdCore/.project
PdCore/AndroidManifest.xml
PdCore/LICENSE.txt
PdCore/Makefile
PdCore/README.txt
PdCore/bin/jarlist.cache
PdCore/bin/pdcore.jar
PdCore/build.properties
PdCore/build.xml
PdCore/jni/.DS_Store
PdCore/jni/Android.mk
PdCore/jni/Application.mk
PdCore/project.properties
PdCore/res/drawable/icon.png
PdCore/res/raw/extra_abs.zip
PdCore/res/raw/extra_ext.zip
PdCore/res/raw/extra_ext_v7a.zip
PdCore/res/raw/silence.wav
PdCore/res/values/audio.xml
PdCore/res/values/strings.xml
PdCore/res/values/styles.xml
PdCore/res/xml/preferences.xml
PdCore/src/org/puredata/android/io/AudioParameters.java
PdCore/src/org/puredata/android/io/AudioRecordWrapper.java
PdCore/src/org/puredata/android/io/AudioWrapper.java
PdCore/src/org/puredata/android/io/PdAudio.java
PdCore/src/org/puredata/android/io/VersionedAudioFormat.java
PdCore/src/org/puredata/android/service/PdPreferences.java
PdCore/src/org/puredata/android/service/PdService.java
PdCore/src/org/puredata/android/utils/PdUiDispatcher.java
PdCore/src/org/puredata/android/utils/Properties.java
README.md
RemoteSystemsTempFiles/.project
docs/beatr.docx
docs/beatr.pdf
docs/design/beatr.png
docs/design/beatr.psd
docs/design/highresLogo.png
docs/design/highresLogo.psd
docs/design/logo80x50.psd
jars/purestyleAMVC.jar

Download

Click the following link to download beatr2-master.zip.

beatr2-master.zip




















Home »
  Android Free Code »
    Sound »




Audio
Sound
Sound Effect
Sound Plugin
Sound Recorder
Music