hi
Couple of issues about syncjams library. I am using it in a place with no wifi connection and I noticed
syncjams $0/syncer, bpm 60, namespace syncjams, port 23232
even if there is no internet connection (I notice there is a connect 127.0.0.1 inside the syncjams object) . So issuing a set-state /test 10 message to my instance of syncjams would actually be output by the state, a kind of internal loop. but it does not
is this the intended behaviour? thanks!
enrike
Hi Enrike,
On 16/4/19 9:19 pm, enrike wrote:
Couple of issues about syncjams library. I am using it in a place with no wifi connection and I noticed
- The argument BPM does not have any effect
syncjams $0/syncer, bpm 60, namespace syncjams, port 23232
- I would expect that a set-state message would actually work locally
even if there is no internet connection (I notice there is a connect 127.0.0.1 inside the syncjams object) . So issuing a set-state /test 10 message to my instance of syncjams would actually be output by the state, a kind of internal loop. but it does not
is this the intended behaviour? thanks!
This is how the library works now, but I do not think it makes sense from a user perspective.
I will think about how to make this work as you would expect.
Cheers,
Chris.
On 16/4/19 9:19 pm, enrike wrote:
Couple of issues about syncjams library. I am using it in a place with no wifi connection and I noticed
- The argument BPM does not have any effect
syncjams $0/syncer, bpm 60, namespace syncjams, port 23232
- I would expect that a set-state message would actually work locally
even if there is no internet connection (I notice there is a connect 127.0.0.1 inside the syncjams object) . So issuing a set-state /test 10 message to my instance of syncjams would actually be output by the state, a kind of internal loop. but it does not
is this the intended behaviour? thanks!
This is how the library works now, but I do not think it makes sense from a user perspective.
yes I know what you mean. In my case I think it would be nice to be able to work without connecting the computer to a network. Specially being able to set the BPM with the argument. Another scenario would be when solo rehearsing a part of a piece developed for group network performance, if there is no wifi connection the BMP and messages wont work. But I agree it is not the most common scenario nowadays.
I will think about how to make this work as you would expe
one more thing, I would like to have a toggle displaying the connection status, is there an specific message the syncjams object issues when the connection is ready? I am checking but I cannot see any coming out of the object that I could use for this.
thanks
enrike
Hi Enrike,
On 17/4/19 4:03 pm, enrike wrote:
I will think about how to make this work as you would expe
one more thing, I would like to have a toggle displaying the connection status, is there an specific message the syncjams object issues when the connection is ready? I am checking but I cannot see any coming out of the object that I could use for this.
Yes I believe there is, if you check the help patch. You could use this to wait a few seconds and if no connection is made set the default parameters you want.
Cheers,
Chris.
19/4/18 05:54(e)an, Chris McCormick igorleak idatzi zuen:
Hi Enrike,
On 17/4/19 4:03 pm, enrike wrote:
I will think about how to make this work as you would expe
one more thing, I would like to have a toggle displaying the connection status, is there an specific message the syncjams object issues when the connection is ready? I am checking but I cannot see any coming out of the object that I could use for this.
Yes I believe there is, if you check the help patch. You could use this to wait a few seconds and if no connection is made set the default parameters you want.
I have been checking the help files from start and I dont see clearly any message that is issued by the syncjams object when the connection is ready.
btw. if no connection is made no status message can be sent to the syncjams, well yo can, but they dont have any effect. For instance if no connection is available the BPM argument does not work, and passing a new BPM status message does not change the synjams object current BPM