Re: [PD] Read midi file into Pd

2016-09-11 Thread Lucas Cordiviola
Hi João , You can also play the midi file with an external sequencer and pass it to Pd via a cable or a "virtual cable" and receive with the standard midi objects, [midiin], [notein], [ctlin], etc. With 1 midi cable you can connect "midi out" to "midi in" and config Pd to just use "midi in" an

Re: [PD] vanilla 0.47.1 Bug?

2016-09-11 Thread jlistshit
> sometimes I open a project and when I try to go to Edit Mode, > it does not. I have tried via shortcut command + e and via menu. This happens to me, when i open a patch, which i saved before with more than the main window open. In other words, if there is an underlying subpatcher open, then

Re: [PD] vanilla 0.47.1 Bug?

2016-09-11 Thread Alexandre Torres Porres
https://sourceforge.net/p/pure-data/bugs/1249/ 2016-09-11 12:34 GMT-03:00 José Rafael Subía Valdez : > Hello List, > > I am using the latest vanilla and I think there is a bug in the > MacOSX 10.10.5 and 10.9.5 (I have run into the same issue in both versions > of OS). > > bottom line, sometimes

Re: [PD] bendin bug (?)

2016-09-11 Thread Alexandre Torres Porres
But in pd it is 14-bits already It's just that both counterparts are not in the same standard, a bug as i see it (bendout is -8192 to 8191 & bendin is 0 to 16383) - bendout is what I consider the usual way to deal with pitch bend, where 0 is no bend up/down. cheers 2016-09-11 8:15 GMT-03:00 Dere

Re: [PD] connecting pd-gui to pd

2016-09-11 Thread IOhannes m zmölnig
On 09/10/2016 04:23 PM, Miller Puckette wrote: > This might help (the subject line is confusing but I think this answers > your question too :) > > https://lists.puredata.info/pipermail/pd-list/2016-09/116052.html actually, i think the answer is not entirely correct. at least i'm pretty confiden

[PD] vanilla 0.47.1 Bug?

2016-09-11 Thread José Rafael Subía Valdez
Hello List, I am using the latest vanilla and I think there is a bug in the MacOSX 10.10.5 and 10.9.5 (I have run into the same issue in both versions of OS). bottom line, sometimes I open a project and when I try to go to Edit Mode, it does not. I have tried via shortcut command + e and via menu

Re: [PD] Sending audio through net

2016-09-11 Thread Derek Kwan
> i can second johannes post regarding jacktrip. > > in june we did a network concert between cologne and taipei, streaming > 4 channels of audio at 16/441 in either direction + a skype video feed > for projection in the theatre in taipei. > even with a non fixed IP on our side (client) and using

Re: [PD] bendin bug (?)

2016-09-11 Thread Derek Kwan
Hello, Well, that's basically what Max does. It defaults to the original 0-127 and then you can specify a "hires" mode to use all 14-bits rather than just 8-bits like 0-127 did. We just implemented this for midiparse and midiformat in cyclone, the current version only had the 0-127. So yes, it'd

Re: [PD] Read midi file into Pd

2016-09-11 Thread João Pais
The bytes can be converted with [list tosymbol] for getting characters like MThd and MTrk, otherwise it's a MIDI message or an integer. I must admit that's not easy to do the parse with internals because this is a bit complicated to make it an abstraction for me, I'll also try out midi.