glimmer_metronome 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5c11a8b243ab01d6f187f99fd07c766478d3680d9715f3921bdb0152c2f7f77
4
- data.tar.gz: d22aba3d849d6ccab7d4d2988ee9f8f9530b6ca11f43ab1e69753bb94b91772d
3
+ metadata.gz: b133efc5152a4d8ccecbade1d2ac5b63b7c6cb0f70873a1fcbcbbd66d830641f
4
+ data.tar.gz: bd0219d9dd10a08a75482d87d121d22d72b2dc0dbeac4508986293354c3a55fc
5
5
  SHA512:
6
- metadata.gz: e1d4577cb65977acf4483dc8f825be77f64c6d1d920e443efad556223f6cb78bbfae59171537f31375468c8eafadbcaed0a52fc7d15c15407264928485c45673
7
- data.tar.gz: 4fdeb5fe81a14e7a49250d6a7624c548c212ca8d90e26fbbc1c376a933bc3e133c84efcfd034ae5736bfdba6540591d9ccb0b9fdaf14b6866a2d192465da6254
6
+ metadata.gz: d781af7ec5fe81748de32293fbb61de12d51b24cd1c854bdb7696a9ef13666512fa31cb6a2d764266e13d2123940483650ac495b45821d82dae8f6c8ebd7b5b1
7
+ data.tar.gz: bb2e33215fdeb8401d57486f834db7f4d1b825712b28ddbb1865b405ebb51793f5101bf5199fb5b6f82104c0ea388964d3c8470fddfee0592600b20a1d4d5126
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.1.2
4
+
5
+ - ARM64/AARCH64 support via jruby-9.3.3.0 & glimmer-dsl-swt v4.22.2.1
6
+
3
7
  ## 1.1.1
4
8
 
5
9
  - Menu bar with Help Tips and About
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=85 /> Glimmer Metronome 1.1.1
1
+ # <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=85 /> Glimmer Metronome 1.1.2
2
2
  ## [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Application](https://github.com/AndyObtiva/glimmer-dsl-swt)
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer_metronome.svg)](http://badge.fury.io/rb/glimmer_metronome)
4
4
 
5
+ <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=40 /> [Download Glimmer Metronome 1.1.2 DMG for Mac (ARM64 Monterey and Older)](https://www.dropbox.com/s/u365a4an9lo3a88/Glimmer%20Metronome-1.1.2.dmg?dl=1)
6
+
5
7
  <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=40 /> [Download Glimmer Metronome 1.1.1 DMG for Mac (x64 Catalina and Older)](https://www.dropbox.com/s/ecwe0ukjldag6hu/Glimmer%20Metronome-1.1.1.dmg?dl=1)
6
8
 
7
9
  ![metronome demo](https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/screenshots/glimmer-metronome.gif)
@@ -22,18 +24,36 @@ Up Beat Change (via mouse-click on beats to toggle up [yellow] or down [white])
22
24
 
23
25
  ![metronome up beats changed](https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/screenshots/glimmer-metronome-up-beats-changed.png)
24
26
 
27
+ For hardcore music buffs out there who are shocked at my reversal or wrong usage of Up beat and Down beat, here are few explanations to keep in mind. First of all, I am a drumkit (Rock) drummer, not a melodic musician. As such, drumkit drummers call every beat on the rhythm count a DOWNBEAT (i.e. 1, 2, 3, 4). Next, I am a Punk Rocker and I've been known to do some Punk drumming. What do I mean by that!? Punk drummers have a complete lack of respect for music rules. In fact, they write their own rules every day, and OFTEN IN TOTAL OPPOSITION TO MUSIC RULES. So, I just came up with the idea of calling the first beat the UPBEAT because the Metronome makes this HIGHER note shrill sound when it clicks on the first beat. Thank you for your understanding and have an awesome Punk Rocking day while at it!
28
+
25
29
  ## Demo
26
30
 
27
31
  [Video/Audio Demo](https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/screenshots/glimmer-metronome.mp4)
28
32
 
29
- ## Ruby Gem Instructions
33
+ ## Software Setup Instructions
30
34
 
31
- If you are a software engineer and would like to install this application as a [Ruby gem](https://guides.rubygems.org/what-is-a-gem/), then follow these instructions:
35
+ You may download a pre-packaged version:
32
36
 
33
- - Ensure you have [Glimmer DSL for SWT 4.22.1.1 prerequisites setup (like JDK and JRuby)](https://github.com/AndyObtiva/glimmer-dsl-swt/tree/v4.22.1.1#pre-requisites).
34
- - Install gem via `gem install glimmer_metronome -v1.1.1` command
37
+ <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=40 /> [Download Glimmer Metronome 1.1.2 DMG for Mac (ARM64 Monterey and Older)](https://www.dropbox.com/s/u365a4an9lo3a88/Glimmer%20Metronome-1.1.2.dmg?dl=1)
38
+
39
+ <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer_metronome/master/icons/linux/Glimmer%20Metronome.png" height=40 /> [Download Glimmer Metronome 1.1.1 DMG for Mac (x64 Catalina and Older)](https://www.dropbox.com/s/ecwe0ukjldag6hu/Glimmer%20Metronome-1.1.1.dmg?dl=1)
40
+
41
+ Alternatively, if you are a software engineer and would like to install this application as a [Ruby gem](https://guides.rubygems.org/what-is-a-gem/), you may follow these instructions:
42
+
43
+ - Ensure you have [Glimmer DSL for SWT 4.22.2.1 prerequisites setup (like JDK and JRuby)](https://github.com/AndyObtiva/glimmer-dsl-swt/tree/v4.22.2.1#pre-requisites).
44
+ - Install gem via `gem install glimmer_metronome -v1.1.2` command
35
45
  - Run `glimmer_metronome` command to start application
36
46
 
47
+ Lastly, you can package a native executable for your specific system (e.g. produce MSI/EXE file on Windows 10 x64) by following these instructions instead:
48
+ - Ensure you have [Glimmer DSL for SWT 4.22.2.1 prerequisites setup (like JDK and JRuby)](https://github.com/AndyObtiva/glimmer-dsl-swt/tree/v4.22.2.1#pre-requisites).
49
+ - Clone repo: `git clone https://github.com/AndyObtiva/glimmer_metronome.git` (or `git clone git@github.com:AndyObtiva/glimmer_metronome.git` if you prefer SSH)
50
+ - Go into directory: `cd glimmer_metronome`
51
+ - Install project gems: `bundle`
52
+ - Package native executable with `glimmer package` to produce APP on Mac, native project directory with exe on Windows, and native project with binary on Linux
53
+ - Package native executable with `glimmer "package[dmg]"` to produce DMG file on Mac
54
+ - Package native executable with `glimmer "package[msi]"` to produce MSI installer on Windows (assuming you installed the [WiX Toolset](https://wixtoolset.org/) as per the instructions at [Glimmer DSL for SWT Packaging & Distribution](https://github.com/AndyObtiva/glimmer-dsl-swt/blob/master/docs/reference/GLIMMER_PACKAGING_AND_DISTRIBUTION.md))
55
+ - You can also directly run the project from the cloned repo directory with `glimmer run`
56
+
37
57
  ## Contributing
38
58
 
39
59
  - Check out the latest master to make sure the feature hasn't been
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
Binary file
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer_metronome
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-16 00:00:00.000000000 Z
11
+ date: 2022-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 4.22.1.1
18
+ version: 4.22.2.1
19
19
  name: glimmer-dsl-swt
20
20
  prerelease: false
21
21
  type: :runtime
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.22.1.1
26
+ version: 4.22.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
@@ -95,7 +95,7 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  description: Glimmer Metronome (JRuby application built with Glimmer DSL for SWT)
98
- - Supports changing beat count, tempo, up/down beats, tap-based tempo calculation,
98
+ - Supports different beat counts, tempos, up/down beats, tap-based tempo calculation,
99
99
  mute, and stop/start.
100
100
  email: andy.am@gmail.com
101
101
  executables: