Page 10 of 20

Re: Unoffical Firmware Available

Posted: Feb 17th, '19, 22:21
by FlavioB
rv0 wrote:
sebiiksbcs wrote:me using hardware midi clock
What MIDI clock are you using?
Do you recommend having one in the studio? As of today, I'm using Roland's SBX-1 to sync all the gear...

F.

Re: Unoffical Firmware Available

Posted: Feb 17th, '19, 22:38
by FlavioB
So... took my time and installed the latest rv0 "cumulative" firmware.
Tested SysEx dump in both directions: works perfectly!
Tested TAP mode - works! Question: is it intended, that when pressing the "tap" button, the sound does not (necessarily) play?

Many thanks so far to rv0 - it's good to have guys like you (and helectomagneticus) in this forum!
Will there be an updated Yocto manual, with the instructions on how to use tap mode and SysEx dump?

Thanks,
Flavio.

Re: Unoffical Firmware Available

Posted: Feb 18th, '19, 02:22
by helectromagneticus
rv0 and I are discussing the software updates on GitHub at the moment. You can view an updated manual there.

Your impressions about Tap Write mode are similar to mine. It's a really cool feature, but sometimes the drum hit doesn't play and sometimes my tap goes in the wrong beat. Looking at rv0's code, it should be possible to fix both of those things in time.

It's really cool working on the project again - I'm quite glad rv0 took the reigns and starting this back up!

Re: Unoffical Firmware Available

Posted: Feb 18th, '19, 05:55
by FlavioB
Thanks for your feedback, He - one thing is not mentioned in the updated manual: the TAP feature. ;-)

BR,
F.

Re: Unoffical Firmware Available

Posted: Feb 18th, '19, 18:24
by rv0
FlavioB wrote:Thanks for your feedback, He - one thing is not mentioned in the updated manual: the TAP feature. ;-)

BR,
F.
TAP is not merged yet with master, you can find the manual change proposal here:
https://github.com/HomoElectromagneticu ... anual.adoc

helectromagneticus wrote: Your impressions about Tap Write mode are similar to mine. It's a really cool feature, but sometimes the drum hit doesn't play and sometimes my tap goes in the wrong beat. Looking at rv0's code, it should be possible to fix both of those things in time.
Apart from the logic in the code, the mechanical properties of the TAP button are quite poor for this use, making late triggers happen more often, and as such getting on the wrong step.
Ideally a pin-compatible replacement should be found for both TAP and START, that has a nice vertical tactile action.

As for the code part of notes not triggering or taps going on the wrong beat, I saw the same behaviour on the TR-606, I still have to find myself an 808 to play with. I agree there is room for improvement.
There's some logic in the code to avoid double triggers, but since I added that some drumhits indeed don't play. Will have to have another look, though it won't be before the weekend.

Re: Unoffical Firmware Available

Posted: Feb 18th, '19, 18:45
by FlavioB
rv0 wrote: TAP is not merged yet with master, you can find the manual change proposal here:
https://github.com/HomoElectromagneticu ... anual.adoc
Fine for me! Thanks.
Apart from the logic in the code, the mechanical properties of the TAP button are quite poor for this use, making late triggers happen more often, and as such getting on the wrong step.
Ideally a pin-compatible replacement should be found for both TAP and START, that has a nice vertical tactile action.
Fully agree with the mechanical properties not really being of much help.
As for the code part of notes not triggering or taps going on the wrong beat, I saw the same behaviour on the TR-606, I still have to find myself an 808 to play with. I agree there is room for improvement.
There's some logic in the code to avoid double triggers, but since I added that some drumhits indeed don't play. Will have to have another look, though it won't be before the weekend.
Thanks again! No hurry - we will patiently wait and enjoy new firmware releases whenever they are published! ;-)

BR,
F.

Re: Unoffical Firmware Available

Posted: Feb 27th, '19, 23:21
by rv0
Here is a new combined build containing all changes so far, with bugfixes for the earlier mentioned issues and some other improvements

:arrow: yocto_firmware_1_0_g_RV0_COMBINED_4.syx

Please help by testing and providing feedback / bug reports

Re: Unoffical Firmware Available

Posted: Mar 1st, '19, 05:44
by helectromagneticus
I just tested the new "slave sync fix" changes on GitHub and they look great. Encoder behavior is good and it's so nice that it doesn't lose sync when switching modes. Really fantastic work, rv0!

The code is "released" on GitHub for interested parties. Version is bumped to 1.1 since this includes new features.

This weekend I will test the updated TapWrite stuff. I like your idea of keeping double-hits instead of missing ones, rv0. That seems more intuitive to me.

Re: Unoffical Firmware Available

Posted: Mar 2nd, '19, 10:50
by gihaume
Damn, the TAP feature is so nice !

Now I would like to send the pattern notes to the MIDI output to record it in another sequencer... any thoughts about this ?

Re: Unoffical Firmware Available

Posted: Mar 2nd, '19, 10:53
by FlavioB
gihaume wrote: Now I would like to send the pattern notes to the MIDI output to record it in another sequencer... any thoughts about this ?
Oh, interesting feature request... ;-)
F.