csound / manual

Csound Reference Manual (English)
Other
45 stars 29 forks source link

should opcode 'changed' be moved over to Deprecated Section? #448

Closed tjingboem closed 3 years ago

tjingboem commented 3 years ago

-

jpffitch commented 3 years ago

What should be moved? Sorry not to understand

tjingboem commented 3 years ago

yes i understand the confusion, sorry. The opcode 'changed' is no longer an active part and is replaced by 'changed2'. So i think the manual page for 'changed' could be moved to the Deprecated Section.

jpffitch commented 3 years ago

I think not. changed and changed2 are different and both have their uses. At least I was told so when changed2 was introduced

tjingboem commented 3 years ago

i get this output when i use 'changed' instead of 'changed2': .......... Creating score rtmidi: ALSA Raw MIDI module enabled rtaudio: JACK module enabled opcode changed deprecated .............

tgrey1 commented 3 years ago

That text should be removed. changed and changed2 have very different uses, especially in some specific corner-cases of cabbage where you might not want the init pass setting of a widget's variable to be considered a "change".

joachimheintz commented 3 years ago

this is my opinion, too. 'changed' shpuld not be marked as deprecated.

On 28/09/2020 22:23, tgrey1 wrote:

That text should be removed. changed and changed2 have very different uses, especially in some specific corner-cases of cabbage where you might not want the init pass setting of a widget's variable to be considered a "change".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/csound/manual/issues/448#issuecomment-700261090, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQYHKVKKF4E7ZK2BGMCGH3SIDWCZANCNFSM4R4FLZQA.

jpffitch commented 3 years ago

Will do the change to change asap

⁣Get TypeApp for Android ​

On 29 Sep 2020, 14:14, at 14:14, joachimheintz notifications@github.com wrote:

this is my opinion, too. 'changed' shpuld not be marked as deprecated.

On 28/09/2020 22:23, tgrey1 wrote:

That text should be removed. changed and changed2 have very different

uses, especially in some specific corner-cases of cabbage where you might not want the init pass setting of a widget's variable to be considered a "change".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/csound/manual/issues/448#issuecomment-700261090, or unsubscribe

https://github.com/notifications/unsubscribe-auth/AAQYHKVKKF4E7ZK2BGMCGH3SIDWCZANCNFSM4R4FLZQA.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/csound/manual/issues/448#issuecomment-700693253

jpffitch commented 3 years ago

As far as I can see it was only he string form of changed that was deprecated. I have remoed the tag

On Tue, 29 Sep 2020, joachimheintz wrote:

this is my opinion, too. 'changed' shpuld not be marked as deprecated.

tjingboem commented 3 years ago

then it is settled. I'll close the issue.