Search found 74 matches

by pedrnun
Sun May 05, 2019 5:55 pm
Forum: bach: automated composer's helper
Topic: HELP udp and sending llll
Replies: 11
Views: 8731

Re: HELP udp and sending llll

You're welcome! :-)
Keep me posted!

Best,
Pedro
by pedrnun
Sat May 04, 2019 1:56 am
Forum: bach: automated composer's helper
Topic: HELP udp and sending llll
Replies: 11
Views: 8731

Re: HELP udp and sending llll

Hi, Multiple musicians reading generated music involving video games? How awesome is that! :) Here's one more insight and a few random ideas for you to try out. Right now I'm trying to iterate the data instead of sending it all at once but I haven't been successful yet. For instance, I subscore out ...
by pedrnun
Fri May 03, 2019 2:47 pm
Forum: bach: automated composer's helper
Topic: HELP udp and sending llll
Replies: 11
Views: 8731

Re: HELP udp and sending llll

Hi, TCP is generally used for things like sending e-mails, etc. In theory, it's good for large amounts of data. UDP is best for online gaming (event triggering like gunshots, etc). The only bottleneck to TCP might be Max's own data limits. I know Max's message object, for example, has a list size li...
by pedrnun
Thu May 02, 2019 4:17 am
Forum: bach: automated composer's helper
Topic: Bach Lists Across Network
Replies: 5
Views: 4639

Re: Bach Lists Across Network

Hi all, I can add a bit to this discussion. My approach in Comprovisador (see website* for details) has been to let the client application do most of the work and to send the least possible data over the network. For example, if I want to add a chord to a particular client's [bach.roll], I'll make u...
by pedrnun
Thu May 02, 2019 3:05 am
Forum: bach: automated composer's helper
Topic: HELP udp and sending llll
Replies: 11
Views: 8731

Re: HELP udp and sending llll

Hi! I think all you have to do is place a [bach.portal @out t] before the [udpsend]. On a side note, UDP is "fast and unreliable" whereas TCP is "slow and reliable". I use the former in situations where low latency is more important than a message not arriving (like a 'addchord' message) and the lat...
by pedrnun
Thu May 02, 2019 2:29 am
Forum: bach: automated composer's helper
Topic: Ideas for a good lisp editor?
Replies: 4
Views: 3067

Re: Ideas for a good lisp editor?

I've just learned that [bach.reg] has the same kind of llll editor that pops up when you double-click it!!! :o :D
Here: http://forum.bachproject.net/forum/view ... =774#p2561
(Thanks, Daniele!)
by pedrnun
Thu May 02, 2019 2:10 am
Forum: bach: automated composer's helper
Topic: Ideas for a good lisp editor?
Replies: 4
Views: 3067

Re: Ideas for a good lisp editor?

Hi, I'm sorry for not having replied sooner – I totally missed your reply. You are absolutely right regarding the representation! I actually hadn't fully understand your issue until now. At the time, I was not aware of the "Editor for slot llll", which is very handy indeed! It's probably a bit too l...
by pedrnun
Sat Mar 02, 2019 4:17 pm
Forum: bach: automated composer's helper
Topic: Ideas for a good lisp editor?
Replies: 4
Views: 3067

Re: Ideas for a good lisp editor?

Here's one! :ugeek: <pre><code> ----------begin_max5_patcher---------- 1091.3ocuXsrjiZCEcs8WgBqrqggf.DfypjEoprHKx93obICZbqIXIJgneLS MeP42HeYQO.Z5twf6wX6tLx5ZYc04Tm6C0ea4Bm87GIUNfeA72fEK91xEKLl zFVzLegyQ7iYE3Jyxbx3GORXRGW62IIOJM1+u+ED3C2.9KRtfC9Sd8WITAuc YUxmJHl00ZgUejxJHRytBaLVhkY2QYG1IHYR6oJH0y2EDg...
by pedrnun
Sat Jan 05, 2019 8:51 pm
Forum: bach: automated composer's helper
Topic: Bug report: accidentals input via inspector
Replies: 4
Views: 3122

Re: Bug report: accidentals input via inspector

Today, I found another bug related to quarter-tones when importing from a xml file. Is this a known / solved issue as well?