Jens Mönig
54e81e8266
Merge pull request #2355 from jmoenig/flash-hofs
...
Atomic HOF names
2019-03-14 08:28:36 +01:00
brianharvey
015a9f2ae5
Atomic HOF names
...
Changes the names to match the non-flash versions.
2019-03-13 20:43:43 -07:00
jmoenig
ab092dc59c
optimized microphone volume detection
2019-03-13 17:01:08 +01:00
jmoenig
eae7aebf0d
added "play hz" and "stop hz" blocks to AudioComp libary
2019-03-13 11:16:10 +01:00
jmoenig
b6ebbce681
made "play frequency" command experimental / only revealed in dev
2019-03-13 08:34:15 +01:00
jmoenig
92cd0d1e13
simplified and optimized pitch detection, made it work on Safari
2019-03-13 08:26:36 +01:00
jmoenig
4a95cbae8a
disabled pitch detection for Safari, so at least the other microphone features work
2019-03-12 16:15:48 +01:00
jmoenig
5bc0829a32
updated Animation und AudioComp libraries with new powerOf primitive
2019-03-12 11:44:44 +01:00
jmoenig
25d4809830
updated relabel-dictionary
2019-03-12 11:26:54 +01:00
jmoenig
94bf8e0402
added "^" reporter (power of) in the Operators category
2019-03-12 11:18:05 +01:00
jmoenig
3686b71a72
updated German translation for "play frequency" primitive
2019-03-12 08:37:47 +01:00
jmoenig
1300b227ea
added "play frequency" primitive to "Sound" category
2019-03-12 08:30:45 +01:00
jmoenig
39d19fabe1
changed microphone volume (back) to a scale of 0-100
2019-03-12 07:40:02 +01:00
jmoenig
6a1919ee63
removed microphone resolution setters from audioComp library
2019-03-11 16:54:05 +01:00
jmoenig
40aedac22c
make sure to localize microphone settings menu
2019-03-11 16:36:27 +01:00
jmoenig
038f55a8e5
updated German translation for microphone settings
2019-03-11 16:33:23 +01:00
jmoenig
5f101d4669
tweaked microphone menu
2019-03-11 16:30:56 +01:00
jmoenig
63b51d6309
added microphone "resolution" settings to GUI
2019-03-11 16:21:10 +01:00
jmoenig
25b5313ca5
fixed a glitch in Microphone >> setResolution
2019-03-11 16:19:13 +01:00
jmoenig
e2adc1341f
Merge branch 'master' of https://github.com/jmoenig/Snap
2019-03-11 15:25:41 +01:00
jmoenig
af1397d7d3
added microphone "resolution" concept governing "bins" (buffer / bin sizes)
2019-03-11 15:25:23 +01:00
Jens Mönig
19faa34316
Merge pull request #2352 from jmoenig/vee
...
VEE example no methods
2019-03-11 14:00:12 +01:00
jmoenig
c4e9518da2
took out "b block" costume from catalog
2019-03-11 13:55:25 +01:00
jmoenig
ecdfdf7538
new "text costumes" library for generating costumes from letters or words of text
2019-03-11 09:49:28 +01:00
jmoenig
5246d62144
ported multiline library to new (custom input slot) format
2019-03-11 09:39:08 +01:00
jmoenig
83d2b6ee8b
added note / hz conversion blocks to audioComp library
2019-03-11 09:09:53 +01:00
jmoenig
a6439559e5
tweaked pitch detection to smoothen low audio signals
2019-03-10 15:04:45 +01:00
jmoenig
c566b91f84
updated German translation for pitch-detection
2019-03-10 13:11:03 +01:00
jmoenig
9efc4c582d
tweaked note detection to only change when the audio signal is strong enough
2019-03-10 12:58:23 +01:00
jmoenig
8ff79b0d8c
added microphone note and pitch detection
2019-03-10 11:33:23 +01:00
brianharvey
ac15df1536
VEE example no methods
...
Changing the procedures in this project back from local (methods) to
global, just to remove a small barrier to understanding (the location
icon). Also at some point we seem to have lost the
show-code-on-space-bar feature.
2019-03-10 01:52:10 -08:00
jmoenig
01ec1a7448
simplified "globe" symbol
2019-03-07 09:35:45 +01:00
jmoenig
6c2b4391c8
tweaked microphone setter in auio comp lib
2019-03-07 09:26:06 +01:00
jmoenig
22076c9f52
German translation update (microphone features)
2019-03-07 09:21:38 +01:00
jmoenig
998803a18e
AudioComp lib: added block to set the microphone's buffer and fft sizes
2019-03-07 09:09:38 +01:00
jmoenig
b5c2a1db0e
tweaked microphone synching
2019-03-06 17:26:05 +01:00
jmoenig
db0301c8cc
let users turn off microphone manually in the settings menu (in the offline version)
2019-03-06 17:08:53 +01:00
jmoenig
63a0f343a6
keep microphone always on when running Snap! locally
...
otherwise users need to re-allow microphone usage every time the block is eveluated again later
2019-03-06 17:06:49 +01:00
jmoenig
ea25dad812
new "microphone" reporter in Sensing for getting volume, signals and frequencies
2019-03-06 16:44:20 +01:00
jmoenig
cf3b8b6226
removed "loudness / microphone" block from AudioComp lib
...
turned into primitive instead
2019-03-06 16:37:44 +01:00
jmoenig
b37b4ba2f0
AudioComp lib: support Safari
2019-03-06 13:08:58 +01:00
jmoenig
683ec28de4
AudioComp lib: turn off mic after 5 secs of idling
2019-03-06 10:33:57 +01:00
jmoenig
dc5e6298a0
updated history
2019-03-05 18:18:59 +01:00
jmoenig
4940712e53
added @mjguzdial style live signal and fft support to audioComp library
...
new "microphone volume / signals / frequencies" reporter in sensing
2019-03-05 18:16:38 +01:00
jmoenig
cf6062dbfa
updated feature list
2019-03-05 11:40:10 +01:00
jmoenig
58151dd3a7
updated version history
2019-03-05 08:59:33 +01:00
Jens Mönig
395ccf3ad2
Merge pull request #2347 from jguille2/cat5bis
...
Fixing issues in Catalan translation for Snap5
2019-03-05 08:55:05 +01:00
jmoenig
d95539bfd5
added "globe" icon to language menu item
2019-03-05 08:49:26 +01:00
jmoenig
324a8e5999
updated German translation
2019-03-04 18:47:51 +01:00
jmoenig
0efd49bb42
tweaked project dialog's initial width
2019-03-04 18:33:25 +01:00