Android Open Source - Sound sound beatr2






Project Summary

sound generation app android.

Web Site / Source Repository

beatr2 is hosted in the following web site
https://github.com/ksallberg/beatr2

If you think the Android project beatr2 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of beatr2.

ItemValue
Java File Count87
Supported screen sizes[mdpi, hdpi]
Minimum SDK Version3
Activity Count8
jar files usedpurestyleAMVC.jar
Required Permissionsandroid.permission.RECORD_AUDIO
Asset File Namesassets\fonts\fvalmelo.ttf
assets\fonts\lhine1sansthin.ttf
assets\pdfiles\bass.pd
assets\pdfiles\drum.pd
assets\pdfiles\synth.pd
Raw File Namesres\raw\extra_abs.zip
res\raw\extra_ext.zip
res\raw\extra_ext_v7a.zip
res\raw\metronome.mp3
res\raw\silence.wav




Resource Files

There are 13 image files in beatr2. The names of the image files are listed as follows.

addinstrumentbutton.png
backtomixer.png
editinstrument.png
illusion.png
logo.png
mastervolumebg.png
mastervolumefg.png
next.png
prev.png
record.png
rewindinstrument.png
stoprecording.png
volumebaroverlay.png

The following screenshort is generated from the image listed above.

null




Java Source Files

beatr2 has the following Java source files.

com.purestyle.amvc.controller.AbstractController.java
com.purestyle.amvc.controller.IController.java
com.purestyle.amvc.model.AbstractModel.java
com.purestyle.amvc.model.IModel.java
com.purestyle.amvc.model.IModelUser.java
com.purestyle.amvc.model.ModelConstants.java
com.purestyle.amvc.view.AbstractView.java
com.purestyle.amvc.view.IView.java
com.purestyle.amvc.view.ViewConstants.java
org.puredata.android.io.AudioParameters.java
org.puredata.android.io.AudioRecordWrapper.java
org.puredata.android.io.AudioWrapper.java
org.puredata.android.io.PdAudio.java
org.puredata.android.io.VersionedAudioFormat.java
org.puredata.android.service.PdPreferences.java
org.puredata.android.service.PdService.java
org.puredata.android.utils.PdUiDispatcher.java
org.puredata.android.utils.Properties.java
se.purestyle.beatr.BeatrActivity.java
se.purestyle.beatr.MixerActivity.java
se.purestyle.beatr.controller.InstrumentMixerController.java
se.purestyle.beatr.controller.editors.BassEditorController.java
se.purestyle.beatr.controller.editors.DrumEditorController.java
se.purestyle.beatr.controller.editors.SynthEditorController.java
se.purestyle.beatr.controller.generic.DrumPadController.java
se.purestyle.beatr.controller.generic.KnobController.java
se.purestyle.beatr.controller.generic.SliderTwoDirectionsController.java
se.purestyle.beatr.controller.instrumentmixer.InstrumentHolderController.java
se.purestyle.beatr.controller.instrumentmixer.MasterVolumeController.java
se.purestyle.beatr.controller.instrumentmixer.MetronomeController.java
se.purestyle.beatr.controller.instrumentmixer.volumeobject.InstrumentController.java
se.purestyle.beatr.editoractivities.BassEditorActivity.java
se.purestyle.beatr.editoractivities.DrumEditorActivity.java
se.purestyle.beatr.editoractivities.SynthEditorActivity.java
se.purestyle.beatr.helpers.FileModifier.java
se.purestyle.beatr.helpers.InstrumentTracker.java
se.purestyle.beatr.helpers.MetronomePlayer.java
se.purestyle.beatr.helpers.PdConnector.java
se.purestyle.beatr.helpers.VersionKeeper.java
se.purestyle.beatr.helpers.beatplayer.Beat.java
se.purestyle.beatr.helpers.beatplayer.BeatPlayer.java
se.purestyle.beatr.helpers.beatplayer.IPlayer.java
se.purestyle.beatr.helpers.beatplayer.Player.java
se.purestyle.beatr.helpers.beatplayer.Recorder.java
se.purestyle.beatr.infoactivities.BeatrTemplate.java
se.purestyle.beatr.infoactivities.CreditsActivity.java
se.purestyle.beatr.infoactivities.HelpActivity.java
se.purestyle.beatr.model.FemaleNames.java
se.purestyle.beatr.model.InstrumentMixerModel.java
se.purestyle.beatr.model.editors.AbstractEditorModel.java
se.purestyle.beatr.model.editors.BassEditorModel.java
se.purestyle.beatr.model.editors.DrumEditorModel.java
se.purestyle.beatr.model.editors.SynthEditorModel.java
se.purestyle.beatr.model.generic.DrumPadModel.java
se.purestyle.beatr.model.generic.KnobModel.java
se.purestyle.beatr.model.generic.SliderTwoDirectionsModel.java
se.purestyle.beatr.model.instrumentmixer.InstrumentHolderModel.java
se.purestyle.beatr.model.instrumentmixer.MasterVolumeModel.java
se.purestyle.beatr.model.instrumentmixer.MetronomeModel.java
se.purestyle.beatr.model.instrumentmixer.volumeobject.InstrumentModel.java
se.purestyle.beatr.view.InstrumentMixerView.java
se.purestyle.beatr.view.editors.BassEditorView.java
se.purestyle.beatr.view.editors.DrumEditorView.java
se.purestyle.beatr.view.editors.SynthEditorView.java
se.purestyle.beatr.view.generic.AbstractVolumeView.java
se.purestyle.beatr.view.generic.DrumPadView.java
se.purestyle.beatr.view.generic.IOverlay.java
se.purestyle.beatr.view.generic.KnobAndHeader.java
se.purestyle.beatr.view.generic.KnobView.java
se.purestyle.beatr.view.generic.SliderTwoDirectionsView.java
se.purestyle.beatr.view.generic.ViewAdapter.java
se.purestyle.beatr.view.info.CreditsView.java
se.purestyle.beatr.view.info.HelpView.java
se.purestyle.beatr.view.info.MainMenuButtonView.java
se.purestyle.beatr.view.info.MainMenuView.java
se.purestyle.beatr.view.instrumentmixer.AddInstrumentView.java
se.purestyle.beatr.view.instrumentmixer.FooterView.java
se.purestyle.beatr.view.instrumentmixer.HeaderView.java
se.purestyle.beatr.view.instrumentmixer.IInstrumentMixer.java
se.purestyle.beatr.view.instrumentmixer.InstrumentHolderView.java
se.purestyle.beatr.view.instrumentmixer.LogoView.java
se.purestyle.beatr.view.instrumentmixer.MasterVolumeView.java
se.purestyle.beatr.view.instrumentmixer.MetronomeView.java
se.purestyle.beatr.view.instrumentmixer.StartView.java
se.purestyle.beatr.view.instrumentmixer.volumeobject.IInstrumentView.java
se.purestyle.beatr.view.instrumentmixer.volumeobject.InstrumentView.java
se.purestyle.beatr.view.instrumentmixer.volumeobject.VolumeDraggerView.java