Search found 78 matches

by jvq
Sep 25th, '17, 08:01
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Re: Yocto build script

That's great! So you had to replace

Code: Select all

C:
with

Code: Select all

/c
and that was it?
by jvq
Aug 30th, '17, 19:19
Forum: Yocto v1.0 Software
Topic: Yocto Expander mode questions
Replies: 9
Views: 20012

Re: Yocto Expander mode questions

I heard from jop808 that the timing is better now.

Here is a release: https://gitlab.com/jacobvosmaer/yocto-f ... jvq-v1.0.0

Edit: jvq-v1.0.0 is broken (wrong MIDI config). Fixed in https://gitlab.com/jacobvosmaer/yocto-f ... jvq-v1.0.1.
by jvq
Aug 30th, '17, 19:02
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Re: Yocto build script

It works now. You can download the .syx file in a zip with https://gitlab.com/jacobvosmaer/yocto-f ... ?job=build

It builds in under a minute.
by jvq
Aug 30th, '17, 18:39
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Re: Yocto build script

I'm working on that right now. :) https://gitlab.com/jacobvosmaer/yocto-f ... lab-ci.yml

It's not quite done yet.
by jvq
Aug 28th, '17, 21:30
Forum: Yocto v1.0 Software
Topic: Yocto Expander mode questions
Replies: 9
Views: 20012

Re: Yocto Expander mode questions

jop808 pointed out to me that the volume of the instruments was wrong in my latest patch. I realized I messed up the length of the instrument trigger pulses; those need to be more than 1ms. Here is a new patch which fixes the volume. http://yocto-e04b97363876c567e1fb.s3.amazonaws.com/data/jvq-d81623...
by jvq
Aug 28th, '17, 08:25
Forum: Yocto v1.0 Software
Topic: Yocto Expander mode questions
Replies: 9
Views: 20012

Re: Yocto Expander mode questions

Here is a new patch: http://yocto-e04b97363876c567e1fb.s3.amazonaws.com/data/yocto-jvq-4150c137ad162eb17e13526dd11a28054aa5b259.diff It starts from v1.0c. Now the TRIG1/2/3 pulses are the same length as before. Sysex: http://yocto-e04b97363876c567e1fb.s3.amazonaws.com/data/yocto-jvq-4150c137ad162eb1...
by jvq
Aug 27th, '17, 08:44
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Re: Yocto build script

It should work on Windows too but I can't test that myself. I don't know how easy/hard it is to use Docker on Windows. If Docker works, the script should work too.
by jvq
Aug 27th, '17, 08:42
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Re: Yocto build script for Linux

I just tested in on macOS and it works there too. Yay!

I will update the title of the topic to indicate that this is not just for Linux.
by jvq
Aug 26th, '17, 22:05
Forum: Yocto v1.0 Software
Topic: Yocto Expander mode questions
Replies: 9
Views: 20012

Re: Yocto Expander mode questions

I made a patch which makes the expander timing a little better I think. http://yocto-e04b97363876c567e1fb.s3.amazonaws.com/data/0001-Improve-MIDI-expander-timing.patch Experimental firmware: http://yocto-e04b97363876c567e1fb.s3.amazonaws.com/data/yocto-jvq-102a3ac669ccea6208135bdb3ee3f6cc3ac2423a.sy...
by jvq
Aug 26th, '17, 20:07
Forum: Yocto v1.0 Software
Topic: Yocto build script
Replies: 10
Views: 24829

Yocto build script

Hi everybody,

I made a build script using Docker that lets you compile the sources to a .syx file under Linux.

https://gitlab.com/jacobvosmaer/yocto-build

Sharing here in case others want to use it.

I am not an Arduino expert so use at your own risk! :)