Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-27 Thread Spencer Salazar
Hey Ben, Wow, nice work getting all of the other chugins to compile. NHHall is a brand new reverb designed/implemented by Nathan Ho, I don't think he normally uses Windows so its missing Visual Studio build files. It has been tested on Linux and Mac. "no version function" sounds like ChucK has

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-27 Thread Ben Sandvik
Jack's note that miniAudicle is only looking in C:\Program Files\ChucK\chugins\ ended up being the key here. I now have some o the chugins installed and working :) I had the 10/21/2015 .chug versions floating around my computer from 1.3.5.2, I made sure the 02/05/18 versions were in C:\Program

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-23 Thread Juan Reyes
Hi Michael, Mario, Thanks a lot for the links. Need to try these classes, they look cleaner. MidiFileIn inherits from STK also (sorry Gary but thanks!). Not so sure about MidiRW either. Looks like it has methods to open, close, read and write MIDI files. Seems to me that it is also used in

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-22 Thread Michael Heuer
Hello Juan, Mario LiCK contains NoteOn/NoteOff/ControlChangeMidiMsg classes that extend MidiMsg and hide some of the details. https://github.com/heuermh/lick/tree/master/lick/midi Here's an example of how they might be used

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-22 Thread mario buoninfante
Hi Juan, thanks a lot for that. I forgot there was an example about it. despite I work quite a lot with MIDI in general, from both programming and musical purposes, I've almost never used MIDI files. so, honestly I've never paid attention to that example, mea culpa :) apart from that, now

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-05-22 Thread Juan Reyes
Hi Mario, Have used 'MidiFileIn' as per '/examples/midi/playmidi.ck' Some documentation is on: [1] https://ccrma.stanford.edu/~spencer/ckdoc/io.html#MidiFileIn BTW, Thanks to Spencer for MidiFileIn'. Tricky parts are more related to MidiMsg and actual midifile manipulation. 'playmidi.ck'

Re: [chuck-users] ChucK FLOSS - MIDI reference

2018-03-24 Thread mario buoninfante
nfante <mario.buoninfa...@gmail.com> *Sent:* Friday, March 23, 2018 3:31:23 PM *To:* ChucK Users Mailing List *Subject:* [chuck-users] ChucK FLOSS - MIDI reference Hi, I merged the new chapter with the Event one, I thought was the best thing to do. so now everything is under the Event

[chuck-users] ChucK FLOSS - MIDI reference

2018-03-23 Thread mario buoninfante
Hi, I merged the new chapter with the Event one, I thought was the best thing to do. so now everything is under the Event chapter like it was before, which is simply been expanded. cheer, Mario ___ chuck-users mailing list

[chuck-users] ChucK FLOSS - MIDI reference

2018-03-22 Thread Mario Buoninfante
Hi everybody, I added a new chapter to the ChucK FLOSS manual, MIDI Reference https://omnibook.pro/chuck/_full/#midi at the moment there are info about MIDI also under the Event Reference, which I don't wanna touch for now. anyway, there are a couple of classes I've never seen before,