Xenoindex
Joined 19 January 2021
No edit summary |
→Table usability: re |
||
| Line 38: | Line 38: | ||
::: I've shortened the tables by about half, I hope this is adequate. And my code is written in SuperCollider, I suppose I could upload the source but I can't imagine the intersection of SuperCollider users and NEJI users is very large. --[[User:Xenoindex|Xenoindex]] ([[User talk:Xenoindex|talk]]) 08:53, 28 June 2021 (UTC) | ::: I've shortened the tables by about half, I hope this is adequate. And my code is written in SuperCollider, I suppose I could upload the source but I can't imagine the intersection of SuperCollider users and NEJI users is very large. --[[User:Xenoindex|Xenoindex]] ([[User talk:Xenoindex|talk]]) 08:53, 28 June 2021 (UTC) | ||
:::: In that case I think it would help to show the core algorithm to get the NEJIs that correspond to EDOs. This could also be in [[wikipedia: SuperCollider| SuperCollider]]: <div><!-- don't break line here --><syntaxhighlight lang="sc"> | |||
// Print "Hello world!" | |||
"Hello world!".postln; | |||
</syntaxhighlight><!-- don't break line here --></div> we have syntax highlighting for it (<code>lang="sc"</code>). Maybe someone will be able to translate it into [[Python]], [[JavaScript]], [[Lua]] or whatever. --[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 13:33, 28 June 2021 (UTC) | |||