-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latency issue #29
Comments
I'll be getting my smartWAV2 soon. Haven't been able to check it out yet. Just #include <MIDI.h>
MIDI_CREATE_DEFAULT_INSTANCE();
void setup()
{
MIDI.begin();
}
``` |
Just only midi.begin() ? not midi.begin(10) or serial.begin 31250 ?
…On Thu, Dec 10, 2020, 9:33 PM Ryo Kosaka ***@***.***> wrote:
I'll be getting my smartWAV2 soon. Haven't been able to check it out yet.
If you send MIDI signals directly via the DIN5 pin, you do not need to set
the baud rate.
Just
#include <MIDI.h>
MIDI_CREATE_DEFAULT_INSTANCE();
void setup()
{
MIDI.begin();
}
```
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAED3SQ2M6UTB5R57MRDTDSUDEZFANCNFSM4UPVRL4Q>
.
|
Yes. and you dont need set Serial.begin(31250). |
I hope you maximize the potential ability of smartwav2 and create a high
end module without pc. I have test it with nitro alesis module and its
works great. I insert sounds from ezdrummer 2 kits wav sound and import to
sd card. But one thing is left out. the choke and variable hihat cc also
dual and triple cymbals. I think thats the module midi command. If you
creat it using your arduino minimal kit its a big factor to all diy world.
Hope and best good luck. Thanks.
…On Thu, Dec 10, 2020, 9:33 PM Ryo Kosaka ***@***.***> wrote:
I'll be getting my smartWAV2 soon. Haven't been able to check it out yet.
If you send MIDI signals directly via the DIN5 pin, you do not need to set
the baud rate.
Just
#include <MIDI.h>
MIDI_CREATE_DEFAULT_INSTANCE();
void setup()
{
MIDI.begin();
}
```
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAED3SQ2M6UTB5R57MRDTDSUDEZFANCNFSM4UPVRL4Q>
.
|
Yes. I want to try it. |
This trick is only allow to export sound wav in any drum software by using
SDSE software by lustark. Purchase it license to export fullkit sounds.
Check their website.
…On Thu, Dec 10, 2020, 10:23 PM Ryo Kosaka ***@***.***> wrote:
Yes. I want to try it.
By the way, how did you export Wav files from EZdrummer2?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAED3WYC2GQG3B2235GBK3SUDKXXANCNFSM4UPVRL4Q>
.
|
Hi Ryo,
How are you?
Do you have smartwav2 already?
…On Thu, 10 Dec 2020 at 10:26 PM RenDrix ***@***.***> wrote:
This trick is only allow to export sound wav in any drum software by using
SDSE software by lustark. Purchase it license to export fullkit sounds.
Check their website.
On Thu, Dec 10, 2020, 10:23 PM Ryo Kosaka ***@***.***>
wrote:
> Yes. I want to try it.
> By the way, how did you export Wav files from EZdrummer2?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#29 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AIAED3WYC2GQG3B2235GBK3SUDKXXANCNFSM4UPVRL4Q>
> .
>
|
hello sir
On Thu, Mar 11, 2021, 4:19 PM RenDrix Drums, ***@***.***>
wrote:
… Hi Ryo,
How are you?
Do you have smartwav2 already?
On Thu, 10 Dec 2020 at 10:26 PM RenDrix ***@***.***> wrote:
> This trick is only allow to export sound wav in any drum software by
> using SDSE software by lustark. Purchase it license to export fullkit
> sounds. Check their website.
>
> On Thu, Dec 10, 2020, 10:23 PM Ryo Kosaka ***@***.***>
> wrote:
>
>> Yes. I want to try it.
>> By the way, how did you export Wav files from EZdrummer2?
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#29 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AIAED3WYC2GQG3B2235GBK3SUDKXXANCNFSM4UPVRL4Q>
>> .
>>
>
|
Hi Ryo, |
Hi Sir,
I have latency issue using lcd shield kit and code for Smartwav2. But my other midi controller device has not latency even kat ktmp1 multipad to smartwav has no latency. Im using DIN 5pin midi adafter not usb midi. Thanks
The text was updated successfully, but these errors were encountered: