Search found 63 matches

by rebit
Tue Jun 06, 2017 7:21 am
Forum: General
Topic: DEV-DIARY: My 3D Version of Aerodrums
Replies: 12
Views: 33541

Re: DEV-DIARY: My 3D Version of Aerodrums

What im using:

Operation System: Windows 10 x64
3D Platform: Unity 3D 5 32 bits version
Unity 3D Assets: MIDI UNIFIED ==> https://www.assetstore.unity3d.com/en/#!content/44132
by rebit
Tue Jun 06, 2017 7:20 am
Forum: General
Topic: DEV-DIARY: My 3D Version of Aerodrums
Replies: 12
Views: 33541

DEV-DIARY: My 3D Version of Aerodrums

Hello, i will post my evolution with Unity 3D to create a 3D Drums for Aerodrums. Im not a advanced Unity 3D developer, so if you want to help i appreciate ! Objective and todo list: 1 - Create a 3D Application with a 3D Virtual Drum Kit that react with MIDI Notes sent by Aerodrums application using...
by rebit
Tue May 30, 2017 6:32 pm
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Ok Richard,

thanks again.

best.
by rebit
Fri May 26, 2017 11:59 pm
Forum: General
Topic: Feature Request: Fullscreen & maximize ( Two Monitors )
Replies: 4
Views: 10821

Re: Feature Request: Fullscreen & maximize ( Two Monitors )

Great news !!

This new frontend will be available to old customers too, like a software update ?
by rebit
Fri May 26, 2017 11:58 pm
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Hi, Great news. Yes, this is a nice future feature ! I saw on your VR demo the sticks moving on the space. Yes, i have interest to work with the protocol directly too. But its a Unity 3D Plugin ready ? If yes you can send me pls. I think your company can release the plugins for Unity and Unreal for ...
by rebit
Thu May 25, 2017 5:50 am
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Progress 2: First test Chroma test Download the demo build here ( not fully functional with Aerodrums yet): https://www.virustotal.com/pt/file/d0f848a0e560d2a29878f114da288e091341765a5f42a737f5c1e0ce46a20c01/analysis/1495691395/ Download here: https://drive.google.com/open?id=0B8SqWddeF-mmalZFa0NZcU...
by rebit
Thu May 25, 2017 3:15 am
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Progress 2: Yesss working ! http://i.imgur.com/KYLNQ18.gif Nest step: Fighting with 3D phisycs and effects for each Drums peaces ! OBS: Can i open a thread for this development here in this forum ? More details: For the floor im using a Unlit with Cast Shadows shader. The 3D Drums i got from 3D Ware...
by rebit
Thu May 25, 2017 1:24 am
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Hmmmm,

Progress ! Good news

Image
by rebit
Wed May 24, 2017 8:49 pm
Forum: General
Topic: LoopBe1 Muting problem with aerodrums
Replies: 13
Views: 30147

Re: LoopBe1 Muting problem with aerodrums

Maybe is a problem with Unity script code ??? using UnityEngine; using MidiJack; public class NoteIndicator : MonoBehaviour { public int noteNumber; void Update() { transform.localScale = Vector3.one * (0.1f + MidiMaster.GetKey(noteNumber)); var color = MidiMaster.GetKeyDown(noteNumber) ? Color.red ...
by rebit
Wed May 24, 2017 8:20 pm
Forum: General
Topic: Volume Levels >?
Replies: 5
Views: 16449

Re: Volume Levels >?

Pls add Volume Leves control by External MIDI devices or TouchOSC control interface !!!!

Will be a nice feature for realtime (live) performances !