OK, I've forked the source in order demonstrate my proposed changes. On Github, if you search for "zipoh45" you'll see me there as a new user.
The Giada fork is the only repository for zipoh45.
On this fork, please note:
* tunnelling is enabled for input by default instead of midi input. At home I also enabled midi output by default, but not in the repo.
* recording doesn't start until the bulls-eye record button is on. Playback doesn't start until the channel is activated once with the left button.
* fitting the two widgets where there was one has crowded the area, and they are overlapping which is not right.
* events generated by tunnelling are not showing up on the piano roll. I don't know why, but they do play back.
* I also made a change in log.cpp so it would use stderr instead of stdout, necessary for it to work properly for me.
Enjoy.
MIDI input to midi channel - forked source
-
- F6 - Feverfew
- Posts: 9
- Joined: Mon Dec 29, 2014 8:48 pm
- FFT
- F14 - Syrian Rue
- Posts: 549
- Joined: Thu Mar 08, 2012 6:51 pm
Re: MIDI input to midi channel - forked source
Great! Could you please issue a pull request on GitHub?
-
- F6 - Feverfew
- Posts: 9
- Joined: Mon Dec 29, 2014 8:48 pm
Re: MIDI input to midi channel - forked source
Done. Thanks for your patience.
-
- F6 - Feverfew
- Posts: 9
- Joined: Mon Dec 29, 2014 8:48 pm
Re: MIDI input to midi channel - forked source
Hi. I continue to work on the Giada code to make it something that will loop midi instruments like keyboards along side with the sampled sounds, with ease. At the same time, I recognize that Giada serves a wide range of functions which is what makes it so useful as the hard core sampler. So my intention is to make it more capable in one area, without making it unduly specialized.
So I am contributing changes to the midi-tunnel fork of monocasual/giada repositorywhich to expand the basic functionality of the code. If you can build from the git repository, you can try that out. I also have a more significant variant that I am working on which can be made available for testing at some point.
In using the midi-tunnel fork variant, I've found that I need Program/Bank Change capability right away. I can change the midi output channel, but I can't change the instruments that plays on that channel. I am therefore working on adding ability to set program/bank , accessed from the midi output dialog box.
So I am contributing changes to the midi-tunnel fork of monocasual/giada repositorywhich to expand the basic functionality of the code. If you can build from the git repository, you can try that out. I also have a more significant variant that I am working on which can be made available for testing at some point.
In using the midi-tunnel fork variant, I've found that I need Program/Bank Change capability right away. I can change the midi output channel, but I can't change the instruments that plays on that channel. I am therefore working on adding ability to set program/bank , accessed from the midi output dialog box.
- FFT
- F14 - Syrian Rue
- Posts: 549
- Joined: Thu Mar 08, 2012 6:51 pm
Re: MIDI input to midi channel - forked source
Hi Zipoh,
Great news from your side. Feel free to ask if you need technical support. A little side note: I would suggest you to rebase every now and then with the master branch, because we are pushing there some new stuff - along with the new version 0.9.3.
Keep up the good work!
Great news from your side. Feel free to ask if you need technical support. A little side note: I would suggest you to rebase every now and then with the master branch, because we are pushing there some new stuff - along with the new version 0.9.3.
Keep up the good work!
-
- F6 - Feverfew
- Posts: 9
- Joined: Mon Dec 29, 2014 8:48 pm
Re: MIDI input to midi channel - forked source
OK, can you give a little more idea how that's done ( rebasing )? I understand there are other changes are being pushed to the main branch. But I don't grasp how to start a fresh branch from the current main, then apply all the changes again. If that's what you're suggesting. Otherwise, what might you mean? I appreciate the help. Maybe I need to read more about how the gitbub process works?
Thanks!
Thanks!
- FFT
- F14 - Syrian Rue
- Posts: 549
- Joined: Thu Mar 08, 2012 6:51 pm
Re: MIDI input to midi channel - forked source
Don't worry, we too are total newbies in the github worldOK, can you give a little more idea how that's done ( rebasing )?
