« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:34 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
00:52 | llaske <llaske!~llaske![]() |
|
00:57 | llaske has quit IRC | |
01:30 | pikurasa <pikurasa!~devin![]() |
|
01:45 | llaske <llaske!~llaske![]() |
|
01:50 | llaske has quit IRC | |
02:19 | walterbender <walterbender!~walter![]() |
|
02:45 | pikurasa has quit IRC | |
02:49 | riyalohia <riyalohia!6acfef3a![]() |
|
02:51 | riyalohia | walterbender, hi! |
02:51 | walterbender | hi |
02:51 | did you already meet with Devin? | |
02:51 | riyalohia | No |
02:51 | walterbender | oh. |
02:52 | I think he has already left. | |
02:52 | riyalohia | yes.. |
02:52 | walterbender | (Maybe I didn't get the times mixed up after all) |
02:53 | riyalohia | He came an hour early |
02:53 | walterbender | :) |
02:53 | can I help with anything? | |
02:53 | I saw there was a question about pitch number | |
02:53 | riyalohia | Did you test latest patches? |
02:53 | walterbender | not yet. |
02:54 | I will try pulling right now | |
02:54 | riyalohia | okay. |
02:55 | walterbender | anything in particular I should be looking at? |
02:56 | riyalohia | Testing pitch numbers block for custom temperament. |
02:57 | And also the pitch blocks (for temperament systems like meantone where E# != F) | |
02:58 | walterbender | OK. I'll test |
03:01 | riyalohia | walterbender, do I have changed getNote for pitch blocks, numberToPitch for pitch number blocks, do I need to change any other function in music utils? |
03:03 | walterbender has quit IRC | |
03:03 | walterbender <walterbender!~walter![]() |
|
03:03 | walterbender | hi |
03:03 | riyalohia | Hi |
03:04 | walterbender | my computer crashed playing E# F |
03:04 | not sure it was related to meantone :) | |
03:04 | I think right before the crash I heard F F | |
03:05 | but I will check again | |
03:05 | riyalohia | Is there something I need to change? |
03:08 | walterbender | I am not sure. I am seeing F F in the console and also not hearing any difference. |
03:08 | Maybe there is an issue in getnote? | |
03:08 | Are you seeing/hearing a difference? | |
03:09 | is using meantone 1/3 | |
03:09 | riyalohia | Are you using set temperament - meantone 1/4 ? |
03:09 | walterbender | 1/4 |
03:09 | riyalohia | It will work for meantone 1/4 |
03:09 | walterbender | one sec. I will switch (and also switch from FF to Chrome) |
03:10 | riyalohia | okay. |
03:11 | walterbender | still seems to be playing F instead of E# |
03:12 | riyalohia | You can use console.log in _performNotes function in synth utils. |
03:12 | It will show different frequencies. | |
03:13 | walterbender | OK. I will try that... |
03:14 | nope. same freq. 348.8 | |
03:15 | riyalohia | Are you using pitch blocks? |
03:15 | walterbender | I think I have all your latest patches. riyalohia-Temperament_Widget branch |
03:16 | I am using pitch blocks, yes | |
03:16 | riyalohia | I will email you a gif. |
03:16 | walterbender | OK |
03:16 | riyalohia | walterbender,I have changed getNote for pitch blocks, numberToPitch for pitch number blocks, do I need to change any other function in musicutils? |
03:18 | walterbender | I'd have to check... but that sounds right |
03:18 | I sent you my test file | |
03:18 | let me know if you see any issue | |
03:18 | riyalohia | okay, I will send you a gif after this meeting. |
03:19 | walterbender | OK |
03:19 | riyalohia | walterbender, what should be my next steps? |
03:19 | walterbender | we should make sure that getnote is doing what we expect |
03:20 | and the we should start to work on documentation of all of your changes | |
03:20 | riyalohia | I am confused if there are any other changes required in musicutils? |
03:21 | walterbender | I need to look at the latest version of the code and figure out what is going on. |
03:21 | riyalohia | okay. |
03:21 | walterbender | Can you try running my test that I sent you? |
03:21 | riyalohia | yes. |
03:22 | vaibhavdaren has quit IRC | |
03:23 | walterbender | riyalohia, I think I must be testing on the wrong branch since I don't see your getnote changes -- the ones we were discussing last week. |
03:23 | riyalohia | It is giving correct resuts. (E# as 340.6 and F as 348.8) |
03:24 | walterbender, okay. | |
03:24 | walterbender | let me try a fresh pull of your project... something is wrong on my end. |
03:24 | riyalohia | okay, no problem. |
03:27 | walterbender | it is working :) |
03:28 | riyalohia | okay :) |
03:28 | walterbender | Let me try to wrap my head around how pitch number should work |
03:29 | riyalohia | okay. |
03:29 | walterbender | I am not 100% certain of the best approach, but I suppose it should match the numbering in the widget somehow |
03:29 | Is that what Devin was suggesting? | |
03:30 | riyalohia | yes. |
03:30 | I used 1 to 5 , it should be 0 to 4. | |
03:30 | I will change that today. | |
03:33 | walterbender | I just wrote a little test scale using pitch number and it seems to work until... |
03:34 | the 12th note... | |
03:34 | then musicutils gets confused | |
03:34 | I would have thought it would go up to 20 per octave with meantone (1/4) | |
03:34 | am I missing something? | |
03:34 | riyalohia | Can you please send the test file ? |
03:35 | walterbender | yes... one sec |
03:36 | sent | |
03:36 | riyalohia | I will check. |
03:39 | Not sure about this. I will solve this bug today. | |
03:39 | walterbender | riyalohia, line 1325 -- undefined is being passed to findOtherIntervals |
03:40 | riyalohia | walterbender, I will fix this today. |
03:40 | walterbender | OK. |
03:40 | But in general, things are working great | |
03:40 | riyalohia | thank you :) |
03:40 | walterbender | I'll do more testing with your latest code |
03:41 | I'm going to go back to bed now... 5:40 AM here | |
03:41 | riyalohia | Please let me know if there are more changes required in musicutils, after that I will revisit widget. |
03:41 | walterbender | I think we are very close to being done with the widget... |
03:42 | riyalohia | yes..Just some details are left, also the preview of notes in equal and ratios edit tool |
03:44 | walterbender | and documentation :) |
03:44 | riyalohia | yes. |
03:44 | walterbender | OK... email me if you run into roadblocks. |
03:45 | back to sleep for an hour or so. | |
03:45 | riyalohia | okay, thank you :) |
03:45 | bye, gn | |
03:49 | walterbender has quit IRC | |
03:50 | riyalohia has quit IRC | |
05:11 | dzho_ <dzho_!~dzho![]() |
|
05:16 | dzho has quit IRC | |
05:46 | llaske <llaske!~llaske![]() |
|
05:50 | llaske has quit IRC | |
07:08 | llaske <llaske!~llaske![]() |
|
07:13 | llaske has quit IRC | |
07:18 | llaske <llaske!~llaske![]() |
|
07:40 | walterbender <walterbender!~walter![]() |
|
08:07 | walterbender has quit IRC | |
10:05 | vipulgupta2048 <vipulgupta2048!~vipulgupt![]() |
|
10:32 | llaske has quit IRC | |
10:33 | llaske <llaske!~llaske![]() |
|
10:35 | llaske_ <llaske_!~llaske![]() |
|
10:37 | llaske has quit IRC | |
11:08 | meeting <meeting!~sugaroid![]() |
|
11:53 | llaske_ has quit IRC | |
11:59 | llaske <llaske!~llaske![]() |
|
13:27 | walterbender <walterbender!~walter![]() |
|
14:11 | dzho_ is now known as dzho | |
14:32 | walterbender has quit IRC | |
14:45 | walterbender <walterbender!~walter![]() |
|
15:27 | llaske has quit IRC | |
15:33 | llaske <llaske!~llaske![]() |
|
15:37 | llaske has quit IRC | |
15:39 | llaske <llaske!~llaske![]() |
|
15:54 | walterbender has quit IRC | |
15:55 | walterbender <walterbender!~walter![]() |
|
16:36 | llaske has quit IRC | |
17:22 | llaske <llaske!~llaske![]() |
|
17:23 | walterbender has quit IRC | |
17:24 | walterbender <walterbender!~walter![]() |
|
17:26 | llaske has quit IRC | |
17:33 | walterbender has quit IRC | |
17:33 | walterbender <walterbender!~walter![]() |
|
17:34 | llaske <llaske!~llaske![]() |
|
17:36 | llaske_ <llaske_!~llaske![]() |
|
17:38 | llaske_ has quit IRC | |
17:39 | llaske has quit IRC | |
18:30 | walterbender has quit IRC | |
19:13 | llaske <llaske!~llaske![]() |
|
19:18 | llaske has quit IRC | |
19:41 | llaske <llaske!~llaske![]() |
|
20:27 | llaske has quit IRC | |
20:52 | llaske <llaske!~llaske![]() |
|
20:56 | llaske has quit IRC | |
23:00 | dzho has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join