Commit Graph

93 Commits

Author SHA1 Message Date
Elliot Gerchak
cb8231cd91 Added a delay function and fixed time being *1000.
There was a bug before, that caused the window to freeze up (seemingly forever). This was due to the fact that the times in milliseconds were being treated as time in seconds. This has been fixed with a *.0001 function.

Also, a block of code for the "delay" function has been added. Delays between same notes in the included demo song have also been added.
2016-11-04 05:13:40 +00:00
Elliot Gerchak
2009d86f4d improved link styling 2016-11-03 15:27:59 +00:00
Elliot Gerchak
276ec0508e removed red outline around text box 2016-10-28 19:30:54 +00:00
Elliot Gerchak
4731477dea removed more unused CSS 2016-10-28 19:30:13 +00:00
Elliot Gerchak
f3b5725145 removed unused and unrelated CSS classes 2016-10-28 19:28:22 +00:00
Elliot Gerchak
d1cf0d30ed Improved formatting 2016-10-28 19:05:48 +00:00
Elliot Gerchak
143532f89b Improved link styling 2016-10-26 23:18:18 +00:00
Elliot Gerchak
bb5335c885 Updated contributor information 2016-10-26 22:52:17 +00:00
Elliot Gerchak
a0637721ce New song format
Changed over the song parser and accompanying code to be inline with the new, as suggested in issue #28.
2016-10-26 22:33:22 +00:00
Elliot Gerchak
81756689ba more nitpicking
Inconsistent code spacing, as well as other things that make my code linter itch have been fixed.
2016-03-08 05:26:40 +00:00
Elliot Gerchak
e11eb7bf96 Made song editable
Based on pull request #1...
The list of frequencies to be played has been moved from the JS to a textbox in the HTML.
Editing the content of the box will change what gets played.
The format also is more human human readable and consistent with the songfile from #1.
If you copy and paste the smb.song file, it should work.
2016-03-08 05:20:38 +00:00
Elliot Gerchak
b21a02337a syntax fixes
There were a few missing semi colons and undefined vars before which are now fixed.
2016-03-08 04:58:24 +00:00
Elliot Gerchak
5839b459e2 Added smb.song
I copied the file from pull request #1.
2016-03-08 03:08:37 +00:00
William Entriken
1f6d501631 add distance for Nipun 2016-03-05 12:10:58 -05:00
William Entriken
e423e8ab57 add radio used 2016-03-05 12:06:43 -05:00
William Entriken
d8ba20d9d3 add test data, thanks Quan 2016-03-05 11:13:04 -05:00
William Entriken
fb795defe5 Merge pull request #22 from archetipo/add_my_info
Add my test and HW info
2016-03-05 11:04:21 -05:00
archetipo
4b74a74967 Add my test and HW info 2016-03-05 12:05:22 +01:00
William Entriken
1b85a965c4 add project link 2016-03-04 18:22:03 -05:00
William Entriken
c19f012dd0 Merge branch 'quanyang-master'
* quanyang-master:
  simplify busy work
  move folder
  vanillaJS port
2016-03-04 18:14:29 -05:00
William Entriken
1029934c07 simplify busy work 2016-03-04 18:14:10 -05:00
William Entriken
406465e207 move folder 2016-03-04 18:13:47 -05:00
William Entriken
e4d393b57c Merge branch 'master' of https://github.com/quanyang/system-bus-radio into quanyang-master
* 'master' of https://github.com/quanyang/system-bus-radio:
  vanillaJS port
2016-03-04 18:12:21 -05:00
William Entriken
c6dd89aa91 remove executables 2016-03-04 18:11:12 -05:00
William Entriken
5b07a1ea6a Merge branch 'EzoeRyou-master'
* EzoeRyou-master:
  aquire number of thread to create from hardware_concurrency()
  cleanup
  boost song
  C++11 port
2016-03-04 17:42:34 -05:00
William Entriken
9f91ae1ddb move to folder 2016-03-04 17:42:19 -05:00
William Entriken
1c15f939e0 Merge branch 'hmage-master'
* hmage-master:
  move to _mm_stream_si128 folder
  Use absolute time as per PR#3.
  Fix compilation warning
  Compiles on both linux and mach
  add make clean target
  Fix compilation on 32bit
  Add makefile
2016-03-04 17:32:01 -05:00
William Entriken
054aae4ddb move to _mm_stream_si128 folder 2016-03-04 17:31:51 -05:00
William Entriken
91cfdfc9ed Merge branch 'master' of https://github.com/hmage/system-bus-radio into hmage-master
* 'master' of https://github.com/hmage/system-bus-radio:
  Use absolute time as per PR#3.
  Fix compilation warning
  Compiles on both linux and mach
  add make clean target
  Fix compilation on 32bit
  Add makefile
2016-03-04 17:27:12 -05:00
William Entriken
d951fffafa add link to USENIX paper 2016-03-04 17:21:50 -05:00
Quan Yang
d7581aa188 vanillaJS port 2016-03-05 01:41:03 +08:00
William Entriken
dc3da94f54 move test data to tsv 2016-03-03 18:26:08 -05:00
William Entriken
622d540102 Merge pull request #18 from tsums/patch-1
Update HARDWARE-INFO.md
2016-03-02 22:21:06 -05:00
Trevor Summerfield
cd57b3da5b Update HARDWARE-INFO.md
Added test results using MacBook Pro (Retina, 15-inch, Mid 2015) and Grundig G8 Traveler II Digital.
2016-03-02 19:15:41 -05:00
William Entriken
3695b08cb4 Merge pull request #17 from Lana-chan/patch-1
Adding Acer Aspire E1-572 info
2016-03-02 16:53:37 -05:00
Erin Pinheiro
91360fa48c Adding Acer Aspire E1-572 info 2016-03-02 18:31:39 -03:00
William Entriken
9041e1cec5 Merge branch 'habi-add-MBP' 2016-03-02 14:47:14 -05:00
William Entriken
f1d750decb Merge branch 'add-MBP' of https://github.com/habi/system-bus-radio into habi-add-MBP 2016-03-02 14:47:02 -05:00
David Haberthür
6c00089981 Adding MacBook Pro "Core i7" 2.4 15" Late 2011
And adding minor edits to the MD table.
2016-03-02 20:41:18 +01:00
William Entriken
fbc00cdf00 add press coverage 2016-03-02 14:19:16 -05:00
William Entriken
ef6fa6f639 Merge branch 'kcrt-master' 2016-03-02 14:12:32 -05:00
William Entriken
727ee19879 Merge branch 'master' of https://github.com/kcrt/system-bus-radio into kcrt-master 2016-03-02 14:12:26 -05:00
William Entriken
ffe20fb8ad Merge branch 'yuvadm-patch-1' 2016-03-02 14:10:15 -05:00
William Entriken
cbacf620ad Merge branch 'patch-1' of https://github.com/yuvadm/system-bus-radio into yuvadm-patch-1 2016-03-02 14:10:01 -05:00
William Entriken
7a414b80c5 add video, thanks Chris 2016-03-02 13:56:54 -05:00
William Entriken
c541c5d365 add video, thanks Redgar 2016-03-02 13:52:23 -05:00
William Entriken
cd3a9eb51a add video, thanks Chris 2016-03-02 13:47:43 -05:00
William Entriken
35d306ea04 add video 2016-03-02 13:45:29 -05:00
William Entriken
df35b4ddfe add test data, thanks Yuji Fujita 2016-03-02 13:43:06 -05:00
William Entriken
da0e1256fe Merge branch 'yife-patch-1' 2016-03-02 13:39:46 -05:00